index int64 0 10.7k | class stringclasses 867 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
8,674 | LlvmProjectNature.java | * Return the project. | 0 | * Return the project. | LlvmProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,675 | LlvmProjectNature.java | * Set the project. | 0 | * Set the project. | LlvmProjectNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,676 | LlvmProjectNature.java | @return IProject | 0 | @return IProject | LlvmProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,677 | LlvmProjectNature.java | @param proj IProject | 0 | @param proj IProject | LlvmProjectNature.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,679 | CPPTemplateTemplateParameterSpecialization.java | /**
* A specialization of a template template parameter. This is needed when a nested template
* has a template template parameter whose default value is dependent on a template
* parameter of an enclosing template.
*
* This class can represent a specialization of either an AST or a PDOM template parameter.
*/ | 0 | /**
* A specialization of a template template parameter. This is needed when a nested template
* has a template template parameter whose default value is dependent on a template
* parameter of an enclosing template.
*
* This class can represent a specialization of either an AST or a PDOM template parameter.
*/ | CPPTemplateTemplateParameterSpecialization.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,680 | CPPTemplateTemplateParameterSpecialization.java | //not going to happen | 0 | //not going to happen | CPPTemplateTemplateParameterSpecialization.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,681 | TestKMSAudit.java | // Not aggregated !! | 0 | // Not aggregated !! | TestKMSAudit.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,682 | TestKMSAudit.java | // Aggregated | 0 | // Aggregated | TestKMSAudit.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,684 | ColorManager.java | * @since Jul 23, 2002 | 0 | * @since Jul 23, 2002 | ColorManager.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,685 | ColorManager.java | /**
* Color manager for C/C++ Debug UI.
*
* @since Jul 23, 2002
*/ | 0 | /**
* Color manager for C/C++ Debug UI.
*
* @since Jul 23, 2002
*/ | ColorManager.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,686 | COutputEntry.java | Contributors:
* Intel Corporation - Initial API and implementation | 0 | Contributors:
* Intel Corporation - Initial API and implementation | COutputEntry.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,687 | ToStringHelperBenchmark.java | * @author Osvaldo Doederlein | 0 | * @author Osvaldo Doederlein | ToStringHelperBenchmark.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,688 | ToStringHelperBenchmark.java | @link Objects.ToStringHelper | 0 | @link Objects.ToStringHelper | ToStringHelperBenchmark.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,689 | ToStringHelperBenchmark.java | /**
* Some microbenchmarks for the {@link Objects.ToStringHelper} class.
*
* @author Osvaldo Doederlein
*/ | 0 | /**
* Some microbenchmarks for the {@link Objects.ToStringHelper} class.
*
* @author Osvaldo Doederlein
*/ | ToStringHelperBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,690 | Annotations.java | @code javax.inject.Named | 0 | @code javax.inject.Named | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,691 | Annotations.java | @code javax.inject.Named | 0 | @code javax.inject.Named | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,692 | Annotations.java | @code member | 0 | @code member | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,693 | Annotations.java | @code type | 0 | @code type | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,694 | Annotations.java | @code type | 0 | @code type | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,695 | Annotations.java | @link Annotation#hashCode | 0 | @link Annotation#hashCode | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,696 | Annotations.java | @link Annotation#equals | 0 | @link Annotation#equals | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,698 | Annotations.java | @author crazybob@google.com (Bob Lee) | 0 | @author crazybob@google.com (Bob Lee) | Annotations.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,699 | Annotations.java |
/**
* Annotation utilities.
*
* @author crazybob@google.com (Bob Lee)
*/ | 0 |
/**
* Annotation utilities.
*
* @author crazybob@google.com (Bob Lee)
*/ | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,700 | Annotations.java | * Returns {@code true} if the given annotation type has no attributes. | 0 | * Returns {@code true} if the given annotation type has no attributes. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,701 | Annotations.java | Generates an Annotation for the annotation class. Requires that the annotation is all
* optionals. | 0 | Generates an Annotation for the annotation class. Requires that the annotation is all
* optionals. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,702 | Annotations.java | /** Implements {@link Annotation#equals}. */ | 0 | /** Implements {@link Annotation#equals}. */ | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,703 | Annotations.java | /** Implements {@link Annotation#hashCode}. */ | 0 | /** Implements {@link Annotation#hashCode}. */ | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,704 | Annotations.java | // cut off brackets | 0 | // cut off brackets | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,705 | Annotations.java | @link Annotation#toString | 0 | @link Annotation#toString | Annotations.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,706 | Annotations.java | /** Implements {@link Annotation#toString}. */ | 0 | /** Implements {@link Annotation#toString}. */ | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,707 | Annotations.java | * Returns true if the given annotation is retained at runtime. | 0 | * Returns true if the given annotation is retained at runtime. | Annotations.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,708 | Annotations.java | /** Returns the scoping annotation, or null if there isn't one. */ | 0 | /** Returns the scoping annotation, or null if there isn't one. */ | Annotations.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,709 | Annotations.java | /** Returns the scope annotation on {@code type}, or null if none is specified. */ | 0 | /** Returns the scope annotation on {@code type}, or null if none is specified. */ | Annotations.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,710 | Annotations.java | * Checks for the presence of annotations. Caches results because Android doesn't. | 0 | * Checks for the presence of annotations. Caches results because Android doesn't. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,711 | Annotations.java | /** Returns true if the given class has one of the desired annotations. */ | 0 | /** Returns true if the given class has one of the desired annotations. */ | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,712 | Annotations.java | * Constructs a new checker that looks for annotations of the given types. | 0 | * Constructs a new checker that looks for annotations of the given types. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,713 | Annotations.java | * Returns true if the given type has one of the desired annotations. | 0 | * Returns true if the given type has one of the desired annotations. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,714 | Annotations.java | Adds an error if there is a misplaced annotations on {@code type}. Scoping
* annotations are not allowed on abstract classes or interfaces. | 0 | Adds an error if there is a misplaced annotations on {@code type}. Scoping
* annotations are not allowed on abstract classes or interfaces. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,715 | Annotations.java | // We let Dagger Components through to aid migrations. | 0 | // We let Dagger Components through to aid migrations. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,716 | Annotations.java | /** Gets a key for the given type, member and annotations. */ | 0 | /** Gets a key for the given type, member and annotations. */ | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,717 | Annotations.java | * Returns the binding annotation on {@code member}, or null if there isn't one. | 0 | * Returns the binding annotation on {@code member}, or null if there isn't one. | Annotations.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,718 | Annotations.java | * Returns true if annotations of the specified type are binding annotations. | 0 | * Returns true if annotations of the specified type are binding annotations. | Annotations.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,719 | Annotations.java | If the annotation is an instance of {@code javax.inject.Named}, canonicalizes to
* com.google.guice.name.Named. Returns the given annotation otherwise. | 0 | If the annotation is an instance of {@code javax.inject.Named}, canonicalizes to
* com.google.guice.name.Named. Returns the given annotation otherwise. | Annotations.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,720 | Annotations.java | If the annotation is the class {@code javax.inject.Named}, canonicalizes to
* com.google.guice.name.Named. Returns the given annotation class otherwise. | 0 | If the annotation is the class {@code javax.inject.Named}, canonicalizes to
* com.google.guice.name.Named. Returns the given annotation class otherwise. | Annotations.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,721 | ITestSuite.java | Contributors:
* Anton Gorenkov - initial API and implementation | 0 | Contributors:
* Anton Gorenkov - initial API and implementation | ITestSuite.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,722 | ITestSuite.java | * @noextend This interface is not intended to be extended by clients. | 0 | * @noextend This interface is not intended to be extended by clients. | ITestSuite.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,723 | ITestSuite.java | * @noimplement This interface is not intended to be implemented by clients. | 0 | * @noimplement This interface is not intended to be implemented by clients. | ITestSuite.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,724 | ITestSuite.java | /**
* Interface to the test suite of the tests hierarchy.
* Test suites group the test cases and the other test suites.
* They also provides group operations (e.g. status or execution time access).
*
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients.
*/ | 0 | /**
* Interface to the test suite of the tests hierarchy.
* Test suites group the test cases and the other test suites.
* They also provides group operations (e.g. status or execution time access).
*
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients.
*/ | ITestSuite.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,725 | CombineSequenceFileInputFormat.java | @see CombineFileRecordReader | 0 | @see CombineFileRecordReader | CombineSequenceFileInputFormat.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,726 | CombineSequenceFileInputFormat.java | * @see CombineFileInputFormat | 0 | * @see CombineFileInputFormat | CombineSequenceFileInputFormat.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,727 | CombineSequenceFileInputFormat.java | * @see SequenceFileInputFormat | 0 | * @see SequenceFileInputFormat | CombineSequenceFileInputFormat.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,728 | CombineSequenceFileInputFormat.java | * @see CombineFileInputFormat | 0 | * @see CombineFileInputFormat | CombineSequenceFileInputFormat.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,729 | CombineSequenceFileInputFormat.java | /**
* Input format that is a <code>CombineFileInputFormat</code>-equivalent for
* <code>SequenceFileInputFormat</code>.
*
* @see CombineFileInputFormat
*/ | 0 | /**
* Input format that is a <code>CombineFileInputFormat</code>-equivalent for
* <code>SequenceFileInputFormat</code>.
*
* @see CombineFileInputFormat
*/ | CombineSequenceFileInputFormat.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,730 | CombineSequenceFileInputFormat.java | /**
* A record reader that may be passed to <code>CombineFileRecordReader</code>
* so that it can be used in a <code>CombineFileInputFormat</code>-equivalent
* for <code>SequenceFileInputFormat</code>.
*
* @see CombineFileRecordReader
* @see CombineFileInputFormat
* @see SequenceFileInputFormat
*/ | 0 | /**
* A record reader that may be passed to <code>CombineFileRecordReader</code>
* so that it can be used in a <code>CombineFileInputFormat</code>-equivalent
* for <code>SequenceFileInputFormat</code>.
*
* @see CombineFileRecordReader
* @see CombineFileInputFormat
* @see SequenceFileInputFormat
*/ | CombineSequenceFileInputFormat.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,731 | CombineSequenceFileInputFormat.java | // this constructor signature is required by CombineFileRecordReader | 0 | // this constructor signature is required by CombineFileRecordReader | CombineSequenceFileInputFormat.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,733 | CViewRenameAction.java | * @param shell Shell | 0 | * @param shell Shell | CViewRenameAction.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,734 | CViewRenameAction.java | * @param treeViewer TreeViewer | 0 | * @param treeViewer TreeViewer | CViewRenameAction.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,735 | CViewRenameAction.java | * @param shellProvider a provider for a shell | 0 | * @param shellProvider a provider for a shell | CViewRenameAction.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,736 | CViewRenameAction.java | * @param treeViewer TreeViewer | 0 | * @param treeViewer TreeViewer | CViewRenameAction.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,737 | CViewRenameAction.java | * Run the action to completion using the supplied path. | 0 | * Run the action to completion using the supplied path. | CViewRenameAction.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,738 | CViewRenameAction.java | * Handle the key release | 0 | * Handle the key release | CViewRenameAction.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,739 | CViewRenameAction.java | Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer
* for editing. | 0 | Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer
* for editing. | CViewRenameAction.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,740 | CViewRenameAction.java | Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer
* for editing. | 0 | Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer
* for editing. | CViewRenameAction.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,741 | CViewRenameAction.java | The ResourceNavigatorRenameAction is the rename action used by the
* ResourceNavigator that also allows updating after rename. | 0 | The ResourceNavigatorRenameAction is the rename action used by the
* ResourceNavigator that also allows updating after rename. | CViewRenameAction.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,742 | CViewRenameAction.java | Contributors:
* IBM Corporation - initial API and implementation
* Markus Schorn (Wind River Systems) | 0 | Contributors:
* IBM Corporation - initial API and implementation
* Markus Schorn (Wind River Systems) | CViewRenameAction.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,743 | CViewRenameAction.java | @deprecated | 0 | @deprecated | CViewRenameAction.java | [
0,
0,
0,
0,
0,
1,
0
] |
8,744 | BigIntegerMathTest.java | // String.format | 0 | // String.format | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,745 | BigIntegerMathTest.java | // NullPointerTester | 0 | // NullPointerTester | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,746 | BigIntegerMathTest.java | // Depends on the correctness of BigIntegerMath.factorial | 0 | // Depends on the correctness of BigIntegerMath.factorial | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,747 | BigIntegerMathTest.java | // too slow | 0 | // too slow | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,748 | BigIntegerMathTest.java | // slow | 0 | // slow | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,749 | BigIntegerMathTest.java | // slow | 0 | // slow | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,750 | BigIntegerMathTest.java | // Now figure out what rounding mode we should behave like (it depends if FLOOR was
// odd/even). | 0 | // Now figure out what rounding mode we should behave like (it depends if FLOOR was
// odd/even). | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,751 | BigIntegerMathTest.java | // Relies on the correctness of sqrt(BigInteger, {HALF_UP,HALF_DOWN}). | 0 | // Relies on the correctness of sqrt(BigInteger, {HALF_UP,HALF_DOWN}). | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,752 | BigIntegerMathTest.java | // sqrt(x) > result - 0.5, so 4 * x > (result - 0.5)^2 * 4
// (result - 0.5)^2 * 4 = (result^2 - result)*4 + 1 | 0 | // sqrt(x) > result - 0.5, so 4 * x > (result - 0.5)^2 * 4
// (result - 0.5)^2 * 4 = (result^2 - result)*4 + 1 | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,753 | BigIntegerMathTest.java | // sqrt(x) <= result + 0.5, so 4 * x <= (result + 0.5)^2 * 4
// (result + 0.5)^2 * 4 = (result^2 + result)*4 + 1 | 0 | // sqrt(x) <= result + 0.5, so 4 * x <= (result + 0.5)^2 * 4
// (result + 0.5)^2 * 4 = (result^2 + result)*4 + 1 | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,754 | BigIntegerMathTest.java | // sqrt(x) > result - 0.5, so 4 * x > (result - 0.5)^2 * 4
// (result - 0.5)^2 * 4 = (result^2 - result)*4 + 1 | 0 | // sqrt(x) > result - 0.5, so 4 * x > (result - 0.5)^2 * 4
// (result - 0.5)^2 * 4 = (result^2 - result)*4 + 1 | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,755 | BigIntegerMathTest.java | // sqrt(x) < result + 0.5, so 4 * x < (result + 0.5)^2 * 4
// (result + 0.5)^2 * 4 = (result^2 + result)*4 + 1 | 0 | // sqrt(x) < result + 0.5, so 4 * x < (result + 0.5)^2 * 4
// (result + 0.5)^2 * 4 = (result^2 + result)*4 + 1 | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,756 | BigIntegerMathTest.java | // We only expect an exception if x was not a perfect square. | 0 | // We only expect an exception if x was not a perfect square. | BigIntegerMathTest.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,757 | BigIntegerMathTest.java | // Relies on the correctness of sqrt(BigInteger, FLOOR). | 0 | // Relies on the correctness of sqrt(BigInteger, FLOOR). | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,758 | BigIntegerMathTest.java | // Now figure out what rounding mode we should behave like (it depends if FLOOR was
// odd/even). | 0 | // Now figure out what rounding mode we should behave like (it depends if FLOOR was
// odd/even). | BigIntegerMathTest.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,759 | BigIntegerMathTest.java | // Relies on the correctness of log10(BigInteger, {HALF_UP,HALF_DOWN}). | 0 | // Relies on the correctness of log10(BigInteger, {HALF_UP,HALF_DOWN}). | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,760 | BigIntegerMathTest.java | // x^2 > 10^(2 * result - 1), or else we would have rounded down | 0 | // x^2 > 10^(2 * result - 1), or else we would have rounded down | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,761 | BigIntegerMathTest.java | // x^2 <= 10^(2 * result + 1), or else we would have rounded up | 0 | // x^2 <= 10^(2 * result + 1), or else we would have rounded up | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,762 | BigIntegerMathTest.java | // x^2 >= 10^(2 * result - 1), or else we would have rounded down | 0 | // x^2 >= 10^(2 * result - 1), or else we would have rounded down | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,763 | BigIntegerMathTest.java | // x^2 < 10^(2 * result + 1), or else we would have rounded up | 0 | // x^2 < 10^(2 * result + 1), or else we would have rounded up | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,764 | BigIntegerMathTest.java | // Relies on the correctness of log10(BigInteger, FLOOR). | 0 | // Relies on the correctness of log10(BigInteger, FLOOR). | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,765 | BigIntegerMathTest.java | // Relies on the correctness of log2(BigInteger, {HALF_UP,HALF_DOWN}). | 0 | // Relies on the correctness of log2(BigInteger, {HALF_UP,HALF_DOWN}). | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,766 | BigIntegerMathTest.java | // x^2 > 2^(2 * result - 1), or else we would have rounded down | 0 | // x^2 > 2^(2 * result - 1), or else we would have rounded down | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,767 | BigIntegerMathTest.java | // x^2 <= 2^(2 * result + 1), or else we would have rounded up | 0 | // x^2 <= 2^(2 * result + 1), or else we would have rounded up | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,768 | BigIntegerMathTest.java | // x^2 >= 2^(2 * result - 1), or else we would have rounded down | 0 | // x^2 >= 2^(2 * result - 1), or else we would have rounded down | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,769 | BigIntegerMathTest.java | // x^2 < 2^(2 * result + 1), or else we would have rounded up | 0 | // x^2 < 2^(2 * result + 1), or else we would have rounded up | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,770 | BigIntegerMathTest.java | // Now figure out what rounding mode we should behave like (it depends if FLOOR was
// odd/even). | 0 | // Now figure out what rounding mode we should behave like (it depends if FLOOR was
// odd/even). | BigIntegerMathTest.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,771 | BigIntegerMathTest.java | // We only expect an exception if x was not a power of 2. | 0 | // We only expect an exception if x was not a power of 2. | BigIntegerMathTest.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,772 | BigIntegerMathTest.java | // Relies on the correctness of isPowerOfTwo(BigInteger). | 0 | // Relies on the correctness of isPowerOfTwo(BigInteger). | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,773 | BigIntegerMathTest.java | // Checks for a single bit set. | 0 | // Checks for a single bit set. | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,774 | BigIntegerMathTest.java | @author Louis Wasserman | 0 | @author Louis Wasserman | BigIntegerMathTest.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,775 | BigIntegerMathTest.java | /**
* Tests for BigIntegerMath.
*
* @author Louis Wasserman
*/ | 0 | /**
* Tests for BigIntegerMath.
*
* @author Louis Wasserman
*/ | BigIntegerMathTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,777 | TestScannerInfoCollector.java | Contributors:
* Markus Schorn - initial API and implementation
* Anton Leherbauer (Wind River Systems) | 0 | Contributors:
* Markus Schorn - initial API and implementation
* Anton Leherbauer (Wind River Systems) | TestScannerInfoCollector.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,778 | CfgScannerConfigProfileManagerTests.java | Contributors:
* IBM Corporation - initial API and implementation | 0 | Contributors:
* IBM Corporation - initial API and implementation | CfgScannerConfigProfileManagerTests.java | [
0,
1,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.