HomeSort by relevance Sort by last modified time
    Searched full:max_value (Results 351 - 375 of 2548) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamSInt32Test.java 55 po.writeSInt32(ProtoOutputStream.makeFieldId(5, fieldFlags), Integer.MAX_VALUE);
69 // 5 -> MAX_VALUE
83 testWriteCompat(Integer.MAX_VALUE);
133 po.writeRepeatedSInt32(ProtoOutputStream.makeFieldId(5, fieldFlags), Integer.MAX_VALUE);
139 po.writeRepeatedSInt32(ProtoOutputStream.makeFieldId(5, fieldFlags), Integer.MAX_VALUE);
155 // 5 -> MAX_VALUE
171 // 5 -> MAX_VALUE
182 testRepeatedCompat(new int[] { 0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE });
248 writePackedSInt32(po, 5, Integer.MAX_VALUE);
272 // 5 -> MAX_VALUE
    [all...]
ProtoOutputStreamUInt32Test.java 55 po.writeUInt32(ProtoOutputStream.makeFieldId(5, fieldFlags), Integer.MAX_VALUE);
69 // 5 -> MAX_VALUE
83 testWriteCompat(Integer.MAX_VALUE);
133 po.writeRepeatedUInt32(ProtoOutputStream.makeFieldId(5, fieldFlags), Integer.MAX_VALUE);
139 po.writeRepeatedUInt32(ProtoOutputStream.makeFieldId(5, fieldFlags), Integer.MAX_VALUE);
155 // 5 -> MAX_VALUE
171 // 5 -> MAX_VALUE
182 testRepeatedCompat(new int[] { 0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE });
248 writePackedUInt32(po, 5, Integer.MAX_VALUE);
272 // 5 -> MAX_VALUE
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ContiguousSetTest.java 73 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
76 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
79 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
80 ContiguousSet.create(Range.atMost(Integer.MAX_VALUE), integers()));
105 ContiguousSet.create(Range.greaterThan(Integer.MAX_VALUE), integers()));
114 assertThat(set.headSet(Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder();
119 assertThat(set.headSet(Integer.MAX_VALUE, true)).has().exactly(1, 2, 3).inOrder();
152 assertThat(set.subSet(Integer.MIN_VALUE, Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder();
185 assertEquals(Integer.MAX_VALUE,
254 assertEquals(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE),
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 90 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
93 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
96 ContiguousSet.create(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE), integers()),
97 ContiguousSet.create(Range.atMost(Integer.MAX_VALUE), integers()));
143 ContiguousSet.create(Range.greaterThan(Integer.MAX_VALUE), integers()));
152 assertThat(set.headSet(Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder();
157 assertThat(set.headSet(Integer.MAX_VALUE, true)).has().exactly(1, 2, 3).inOrder();
190 assertThat(set.subSet(Integer.MIN_VALUE, Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder();
223 assertEquals(Integer.MAX_VALUE,
292 assertEquals(Range.closed(Integer.MIN_VALUE, Integer.MAX_VALUE),
    [all...]
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 75 == Math.min(Integer.MAX_VALUE,
84 assertTrue(IntMath.biggestBinomials[k] == Integer.MAX_VALUE
96 assertEquals(IntMath.sqrt(Integer.MAX_VALUE, FLOOR), IntMath.FLOOR_SQRT_MAX_INT);
466 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE;
486 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE;
524 assertMean((1 << 30) - 1, -1, Integer.MAX_VALUE);
530 assertMean(0, Integer.MIN_VALUE + 2, Integer.MAX_VALUE);
533 assertMean(-1, Integer.MIN_VALUE, Integer.MAX_VALUE);
540 assertMean(Integer.MAX_VALUE, Integer.MAX_VALUE, Integer.MAX_VALUE)
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
HalfTest.java 103 assertEquals("0x1.3ffp15", toHexString(MAX_VALUE));
122 assertEquals("65504.0", Half.toString(MAX_VALUE));
171 assertFalse(Half.isInfinite(MAX_VALUE));
188 assertFalse(Half.isNaN(MAX_VALUE));
201 assertTrue(Half.isNormalized(MAX_VALUE));
220 assertShortEquals(MAX_VALUE, Half.abs(LOWEST_VALUE));
351 assertTrue(Half.less(MAX_VALUE, POSITIVE_INFINITY));
352 assertFalse(Half.less(POSITIVE_INFINITY, MAX_VALUE));
371 assertTrue(Half.lessEquals(MAX_VALUE, POSITIVE_INFINITY));
372 assertFalse(Half.lessEquals(POSITIVE_INFINITY, MAX_VALUE));
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
IntegerTest.java 111 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception);
129 assertTrue("Failed to throw exception for hex MAX_VALUE + 1", exception);
339 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception);
393 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception);
411 assertTrue("Failed to throw exception for hex MAX_VALUE + 1", exception);
448 Integer.MAX_VALUE));
468 + Integer.toHexString(Integer.MAX_VALUE), Integer.toHexString(
469 Integer.MAX_VALUE).equals("7fffffff"));
482 Integer.MAX_VALUE));
507 Integer.MAX_VALUE));
    [all...]
  /art/test/454-get-vreg/src/
Main.java 46 if (rm.testPairVReg(Long.MIN_VALUE, Long.MAX_VALUE, 0, 2.0) != 44) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 60 mockShape.resize(Float.MAX_VALUE, Float.MAX_VALUE);
61 assertEquals(Float.MAX_VALUE, mockShape.getWidth(), 0.0f);
62 assertEquals(Float.MAX_VALUE, mockShape.getHeight(), 0.0f);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit16/
Test_div_int_lit16.java 104 * @title Arguments = Integer.MAX_VALUE / 1
108 assertEquals(Integer.MAX_VALUE, t.run());
112 * @title Arguments = Integer.MIN_VALUE / Short.MAX_VALUE
120 * @title Arguments = 1 / Short.MAX_VALUE
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit8/
Test_div_int_lit8.java 103 * @title Arguments = Integer.MAX_VALUE / 1
107 assertEquals(Integer.MAX_VALUE, t.run());
111 * @title Arguments = Integer.MIN_VALUE / Byte.MAX_VALUE
119 * @title Arguments = 1 / Byte.MAX_VALUE
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/
Test_if_eq.java 83 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
87 assertEquals(1, t.run(Integer.MAX_VALUE, Integer.MAX_VALUE));
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
ConservativeTranslationAdvice.java 50 return Integer.MAX_VALUE;
  /dalvik/dx/src/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 53 return Integer.MAX_VALUE;
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 158 long lowestTime = mEventBuffer.isEmpty() ? Long.MAX_VALUE
217 long millisToWait = Integer.MAX_VALUE;
233 if (millisToWait > Integer.MAX_VALUE) {
234 millisToWait = Integer.MAX_VALUE;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java 158 long lowestTime = mEventBuffer.isEmpty() ? Long.MAX_VALUE
217 long millisToWait = Integer.MAX_VALUE;
233 if (millisToWait > Integer.MAX_VALUE) {
234 millisToWait = Integer.MAX_VALUE;
  /developers/samples/android/common/src/java/com/example/android/common/midi/
EventScheduler.java 158 long lowestTime = mEventBuffer.isEmpty() ? Long.MAX_VALUE
217 long millisToWait = Integer.MAX_VALUE;
233 if (millisToWait > Integer.MAX_VALUE) {
234 millisToWait = Integer.MAX_VALUE;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
EventScheduler.java 158 long lowestTime = mEventBuffer.isEmpty() ? Long.MAX_VALUE
217 long millisToWait = Integer.MAX_VALUE;
233 if (millisToWait > Integer.MAX_VALUE) {
234 millisToWait = Integer.MAX_VALUE;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
EventScheduler.java 158 long lowestTime = mEventBuffer.isEmpty() ? Long.MAX_VALUE
217 long millisToWait = Integer.MAX_VALUE;
233 if (millisToWait > Integer.MAX_VALUE) {
234 millisToWait = Integer.MAX_VALUE;
  /external/junit/src/main/java/org/junit/experimental/
ParallelComputer.java 44 fService.awaitTermination(Long.MAX_VALUE, TimeUnit.NANOSECONDS);
  /external/libexif/libexif/
exif-ifd.h 31 EXIF_IFD_COUNT /*!< Not a real value, just (max_value + 1). */
  /external/libxcam/modules/ocl/
cv_image_process_helper.h 40 void apply_constraints (cv::Mat &image, float threshold_min_value = 0.0f, float threshold_max_value = 255.0f, float min_value = 0.0f, float max_value = 255.0f);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityManagerTest.java 53 assertThat(activityManager.getRunningTasks(Integer.MAX_VALUE)).isEmpty();
55 assertThat(activityManager.getRunningTasks(Integer.MAX_VALUE)).containsExactly(task1, task2);
79 assertThat(activityManager.getRunningServices(Integer.MAX_VALUE)).isEmpty();
81 assertThat(activityManager.getRunningServices(Integer.MAX_VALUE)).containsExactly(service1, service2);
  /external/skia/tools/skpbench/
_hardware_pixel.py 97 max_value=(GPU_CLOCK_RATE + 5000),
99 Expectation(long, min_value=902390000, max_value=902409999,
101 Expectation(int, max_value=41000, name='pm8994_tz temperature'),
102 Expectation(int, max_value=40, name='msm_therm temperature')] + \
  /external/skqp/tools/skpbench/
_hardware_pixel.py 102 max_value=(GPU_CLOCK_RATE + 5000),
104 Expectation(long, min_value=902390000, max_value=902409999,
106 Expectation(int, max_value=41000, name='pm8994_tz temperature'),
107 Expectation(int, max_value=40, name='msm_therm temperature')] + \

Completed in 1228 milliseconds

<<11121314151617181920>>