HomeSort by relevance Sort by last modified time
    Searched full:intvalue (Results 126 - 150 of 2536) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapObexTestServer.java 85 index = ((Long)request.getHeader(TestSequencer.STEP_INDEX_HEADER)).intValue();
108 index = ((Long)request.getHeader(TestSequencer.STEP_INDEX_HEADER)).intValue();
137 int index = ((Long)reqHeaders.getHeader(TestSequencer.STEP_INDEX_HEADER)).intValue();
164 int index = ((Long)reqHeaders.getHeader(TestSequencer.STEP_INDEX_HEADER)).intValue();
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MatrixCursorWithCachedColumns.java 45 return i.intValue();
  /packages/services/Telephony/src/com/android/phone/
CarrierLogo.java 50 return res.intValue();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 368 int r = x.mod(BigInteger.valueOf(m)).intValue();
376 r = x.mod(BigInteger.valueOf(m)).intValue();
383 r = x.mod(BigInteger.valueOf(m)).intValue();
390 r = x.mod(BigInteger.valueOf(m)).intValue();
397 r = x.mod(BigInteger.valueOf(m)).intValue();
404 r = x.mod(BigInteger.valueOf(m)).intValue();
411 r = x.mod(BigInteger.valueOf(m)).intValue();
418 r = x.mod(BigInteger.valueOf(m)).intValue();
425 r = x.mod(BigInteger.valueOf(m)).intValue();
432 r = x.mod(BigInteger.valueOf(m)).intValue();
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 178 return getProperty(index.intValue());
194 return getProperty(index.intValue()).toString();
220 return getProperty(i.intValue());
236 Object foo = getProperty(i.intValue());
260 return getProperty(i.intValue());
281 Object property = getProperty(i.intValue());
305 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
330 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
352 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
378 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
ManyConstructorsTest.java 45 assertEquals(1, index.index.intValue());
61 assertEquals(1, index.index.intValue());
64 assertEquals(2, index2.index.intValue());
82 assertEquals(1, index.getIndex().intValue());
106 assertEquals(1, index.index.intValue());
  /external/jcommander/src/test/java/com/beust/jcommander/
JCommanderTest.java 91 Assert.assertEquals(args.verbose.intValue(), 2);
167 Assert.assertEquals(args.verbose.intValue(), 2);
293 Assert.assertEquals(args.getVerbose().intValue(), 3);
308 Assert.assertEquals(args.listInts.get(0).intValue(), -1);
309 Assert.assertEquals(args.listInts.get(1).intValue(), 8);
355 Assert.assertEquals(a.verbose.intValue(), 2);
365 Assert.assertEquals(s.log.intValue(), 3);
366 Assert.assertEquals(s.longOption.intValue(), 10);
382 Assert.assertEquals(s2.log.intValue(), 3);
390 Assert.assertEquals(s.level.intValue(), 42)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 279 command.setId(Id.intValue());
289 if (Id.intValue() >= begCommandId) {
290 if ((Id.intValue() - begCommandId) < commandsNumberForTrace) {
293 + Id.intValue()
350 command.setId(Id.intValue());
360 if (Id.intValue() >= begCommandId) {
361 if ((Id.intValue() - begCommandId) < commandsNumberForTrace) {
364 + Id.intValue()
382 return Id.intValue();
  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 94 assertEquals(1, function.apply("One").intValue());
95 assertEquals(3, function.apply("Three").intValue());
122 assertEquals(1, function.apply("One").intValue());
123 assertEquals(42, function.apply("Two").intValue());
124 assertEquals(3, function.apply("Three").intValue());
142 assertEquals(1, function.apply("One").intValue());
143 assertEquals(42, function.apply("Two").intValue());
144 assertEquals(3, function.apply("Three").intValue());
198 assertEquals(1, function.apply("One").intValue());
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 51 BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Integer.SIZE - 1), FLOOR).intValue(),
246 // Promote the int value (rather than using intValue() on the expected value) to avoid
273 assertEquals(i + "^" + pow, BigInteger.valueOf(i).pow(pow).intValue(), IntMath.pow(i, pow));
288 new BigDecimal(valueOf(p)).divide(new BigDecimal(valueOf(q)), 0, mode).intValue();
335 assertEquals(valueOf(x).mod(valueOf(m)).intValue(), IntMath.mod(x, m));
453 assertEquals(b + "^" + k, force32(expectedResult.intValue()), IntMath.checkedPow(b, k));
466 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE;
486 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE;
580 // parseInt blows up on overflow as opposed to intValue() which does not.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 386 int indexOfRow1 = o1.intValue();
387 int indexOfRow2 = o2.intValue();
414 int start = v[indexArray[i].intValue()];
418 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v,
419 indexArray[i-1].intValue() + 2, valueColumns)) {
448 int start = v[indexArray[i].intValue()];
449 int limit = v[indexArray[i].intValue() + 1];
453 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2,
456 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PropsVectors.java 384 int indexOfRow1 = o1.intValue();
385 int indexOfRow2 = o2.intValue();
412 int start = v[indexArray[i].intValue()];
416 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v,
417 indexArray[i-1].intValue() + 2, valueColumns)) {
446 int start = v[indexArray[i].intValue()];
447 int limit = v[indexArray[i].intValue() + 1];
451 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2,
454 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count,
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 292 int numerator = Math.max(width.intValue(), height.intValue()) / gcd.intValue();
293 int denominator = Math.min(width.intValue(), height.intValue()) / gcd.intValue();
336 int denominator = Math.min(width.intValue(), height.intValue()) / gcd.intValue();
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 646 int col = ((Integer) h.get("name")).intValue();
657 col = ((Integer) h.get("type")).intValue();
667 col = ((Integer) h.get("dflt_value")).intValue();
672 col = ((Integer) h.get("cid")).intValue();
674 col = ((Integer) h.get("notnull")).intValue();
777 int col = ((Integer) h0.get("unique")).intValue();
779 col = ((Integer) h0.get("name")).intValue();
804 col = ((Integer) h2.get("name")).intValue();
808 col = ((Integer) h1.get("name")).intValue();
896 int col = ((Integer) h0.get("unique")).intValue();
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 108 assertTrue(i.intValue() <= startColor);
109 assertTrue(endColor <= i.intValue());
134 assertTrue(i.intValue() <= startColor);
135 assertTrue(endColor <= i.intValue());
161 assertTrue(i.intValue() <= startColor);
162 assertTrue(endColor <= i.intValue());
  /external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
SLF4JBridgeHandler.java 105 private static final int TRACE_LEVEL_THRESHOLD = Level.FINEST.intValue();
106 private static final int DEBUG_LEVEL_THRESHOLD = Level.FINE.intValue();
107 private static final int INFO_LEVEL_THRESHOLD = Level.INFO.intValue();
108 private static final int WARN_LEVEL_THRESHOLD = Level.WARNING.intValue();
206 int julLevelValue = record.getLevel().intValue();
226 int julLevelValue = record.getLevel().intValue();
  /external/bison/tests/
java.at 80 if ($1.intValue () != $3.intValue ())
83 | exp '+' exp { $$ = new Integer ($1.intValue () + $3.intValue ()); }
84 | exp '-' exp { $$ = new Integer ($1.intValue () - $3.intValue ()); }
85 | exp '*' exp { $$ = new Integer ($1.intValue () * $3.intValue ()); }
86 | exp '/' exp { $$ = new Integer ($1.intValue () / $3.intValue ()); }
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
PropertyTest.java 61 assertEquals(INT_PROP.get(this).intValue(), getIntProp());
64 assertEquals(INT_PROP.get(this).intValue(), testIntValue);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAPrivateKey.java 78 if (v.intValue() != 0 && v.intValue() != 1)
  /external/guava/guava-tests/benchmark/com/google/common/math/
IntMathBenchmark.java 49 positive[i] = randomPositiveBigInteger(Integer.SIZE - 1).intValue();
50 nonnegative[i] = randomNonNegativeBigInteger(Integer.SIZE - 1).intValue();
IntMathRoundingBenchmark.java 45 positive[i] = randomPositiveBigInteger(Integer.SIZE - 2).intValue();
46 nonzero[i] = randomNonZeroBigInteger(Integer.SIZE - 2).intValue();
  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
FindAnnotationElementUsagesTest.java 41 ".method public abstract intValue()I\n" +
78 ".method public abstract intValue()I\n" +
  /libcore/luni/src/test/java/libcore/java/lang/
OldDoubleTest.java 60 new Double(2147483648d).intValue());
62 new Double(-2147483649d).intValue());
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidTreeMapTest.java 70 assertEquals(minVal, tm.firstKey().intValue());
71 assertEquals(maxVal, tm.lastKey().intValue());
  /libcore/ojluni/src/main/java/java/util/logging/
Logger.java 177 private static final int offValue = Level.OFF.intValue();
268 levelValue = Level.INFO.intValue();
292 levelValue = Level.INFO.intValue();
601 if (record.getLevel().intValue() < levelValue || levelValue == offValue) {
655 if (level.intValue() < levelValue || levelValue == offValue) {
674 if (level.intValue() < levelValue || levelValue == offValue) {
695 if (level.intValue() < levelValue || levelValue == offValue) {
720 if (level.intValue() < levelValue || levelValue == offValue) {
    [all...]

Completed in 5388 milliseconds

1 2 3 4 56 7 8 91011>>