/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
D | CstLiteralBits.java | 33 public abstract boolean fitsInInt(); in fitsInInt() method in CstLiteralBits 60 if (! fitsInInt()) { in fitsIn16Bits() 75 if (! fitsInInt()) { in fitsIn8Bits()
|
D | CstKnownNull.java | 84 public boolean fitsInInt() { in fitsInInt() method in CstKnownNull
|
D | CstLiteral32.java | 72 public final boolean fitsInInt() { in fitsInInt() method in CstLiteral32
|
D | CstLiteral64.java | 72 public final boolean fitsInInt() { in fitsInInt() method in CstLiteral64
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | IntMathTest.java | 83 assertTrue(fitsInInt(BigIntegerMath.binomial(IntMath.biggestBinomials[k], k))); in testConstantsBiggestBinomials() 85 || !fitsInInt(BigIntegerMath.binomial(IntMath.biggestBinomials[k] + 1, k))); in testConstantsBiggestBinomials() 90 fitsInInt(BigIntegerMath.binomial( in testConstantsBiggestBinomials() 102 if (LongMath.fitsInInt((long) x - y)) { in testLessThanBranchFree() 406 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedAdd() 421 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedSubtract() 436 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedMultiply() 451 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedPow() 466 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() 486 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testBinomial() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
D | IntMathTest.java | 49 if (LongMath.fitsInInt((long) x - y)) { in testLessThanBranchFree() 239 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedAdd() 254 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedSubtract() 269 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedMultiply() 284 boolean expectedSuccess = fitsInInt(expectedResult); in testCheckedPow() 299 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() 349 private static boolean fitsInInt(BigInteger big) { in fitsInInt() method in IntMathTest
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
D | Form31i.java | 84 return ((CstLiteralBits) cst).fitsInInt(); in isCompatible()
|
D | Form21s.java | 86 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits()); in isCompatible()
|
D | Form11n.java | 87 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits()); in isCompatible()
|
D | Form22s.java | 88 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits()); in isCompatible()
|
D | Form22b.java | 88 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits()); in isCompatible()
|
D | Form32s.java | 92 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits()); in isCompatible()
|
/external/guava/guava/src/com/google/common/math/ |
D | LongMath.java | 277 if (fitsInInt(x)) { in sqrt() 743 static boolean fitsInInt(long x) {
|
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
D | LongMath.java | 298 static boolean fitsInInt(long x) { in fitsInInt() method in LongMath
|
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |