/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
shared-2.d | 8 # Make sure that there is no unnecessary DT_TEXTREL entry.
|
/external/google-breakpad/src/testing/scripts/generator/ |
README.cppclean | 6 to unnecessary #include directives. Unnecessary #includes can cause 17 * Unnecessary forward class declarations 18 * Unnecessary function declarations 20 * (planned) Find unnecessary header files #included 22 - Header is unnecessary if classes were forward declared instead
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalArithmeticTest.java | 44 mc = new MathContext(33, RoundingMode.UNNECESSARY); 67 mc = new MathContext(33, RoundingMode.UNNECESSARY); 142 mc = new MathContext(2, RoundingMode.UNNECESSARY); 152 mc = new MathContext(4, RoundingMode.UNNECESSARY); 175 mc = new MathContext(4, RoundingMode.UNNECESSARY); 210 fail("ArithmeticException is not thrown for RoundingMode.UNNECESSARY"); 235 fail("ArithmeticException is not thrown for RoundingMode.UNNECESSARY"); 256 mc = new MathContext(13, RoundingMode.UNNECESSARY); 262 mc = new MathContext(33, RoundingMode.UNNECESSARY); 267 fail("ArithmeticException is not thrown for RoundingMode.UNNECESSARY"); [all...] |
OldBigDecimalConstructorsTest.java | 96 mc = new MathContext(34, RoundingMode.UNNECESSARY); 99 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 105 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 183 mc = new MathContext(34, RoundingMode.UNNECESSARY); 186 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 192 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 243 mc = new MathContext(34, RoundingMode.UNNECESSARY); 246 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 252 fail("No ArithmeticException for RoundingMode.UNNECESSARY"); 352 mc = new MathContext(34, RoundingMode.UNNECESSARY); [all...] |
OldBigDecimalCompareTest.java | 47 mc = new MathContext(34, RoundingMode.UNNECESSARY); 50 fail("No ArithmeticException for RoundingMode.UNNECESSARY");
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
LongMathTest.java | 26 import static java.math.RoundingMode.UNNECESSARY; 79 /* Relies on the correctness of BigIntegerMath.log2 for all modes except UNNECESSARY. */ 95 assertEquals(x, 1L << LongMath.log2(x, UNNECESSARY)); 103 // Relies on the correctness of BigIntegerMath.log10 for all modes except UNNECESSARY. 107 // Relies on the correctness of BigIntegerMath.sqrt for all modes except UNNECESSARY.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
SortedSetRelation.java | 47 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) 49 ISCONTAINED = A_AND_B | B_NOT_A, // B (unnecessary) 53 NONE = 0, // null (unnecessary) 56 A = CONTAINS, // A (unnecessary) 58 B = ISCONTAINED, // B (unnecessary)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
SortedSetRelation.java | 45 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) 47 ISCONTAINED = A_AND_B | B_NOT_A, // B (unnecessary) 51 NONE = 0, // null (unnecessary) 54 A = CONTAINS, // A (unnecessary) 56 B = ISCONTAINED, // B (unnecessary)
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
ArticleActivity.java | 30 * Activity therefore becomes unnecessary. 42 * unnecessary, in which case we do the honorable thing and get out of the way.
|
/developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/ |
TextWatcherWrapper.java | 24 * {@link OnTextChangedListener} while hiding all other unnecessary events.
|
/developers/samples/android/admin/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/ |
TextWatcherWrapper.java | 24 * {@link OnTextChangedListener} while hiding all other unnecessary events.
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
TextWatcherWrapper.java | 24 * {@link OnTextChangedListener} while hiding all other unnecessary events.
|
/external/clang/test/CodeGen/ |
assign.c | 3 // Check that we don't generate unnecessary reloads.
|
/external/compiler-rt/lib/builtins/i386/ |
floatdisf.S | 12 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
|
floatdixf.S | 14 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
|
/external/dagger2/core/src/main/java/dagger/internal/ |
InstanceFactory.java | 24 * is redundant and unnecessary. However, using this with the {@link ScopedProvider} is valid and
|
/external/expat/ |
import_expat.sh | 17 echo "Removing unnecessary files"
|
/external/fec/ |
encode_rs.c | 37 /* This line is unnecessary when GENPOLY[NROOTS] is unity, as it must
|
/external/libbrillo/policy/ |
libpolicy.h | 32 // are delivering. Normally contents are cached to prevent unnecessary load.
|
/external/libchrome/base/synchronization/ |
lock_impl.h | 48 // unnecessary.
|
/external/llvm/test/CodeGen/X86/ |
test-nofold.ll | 30 ; testl %ecx, %ecx # bad: unnecessary test
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
do-not-instrument-globals-darwin.ll | 1 ; This test checks that we are not instrumenting unnecessary globals
|
do-not-instrument-globals-linux.ll | 1 ; This test checks that we are not instrumenting unnecessary globals
|
/external/llvm/utils/unittest/googletest/ |
README.LLVM | 9 # Remove all the unnecessary files and directories
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandHandler.java | 31 * Exception, allowing CommandHandler implementations to avoid unnecessary
|