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

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
RangeIntArray.java 47 return Integer.MAX_VALUE;
  /packages/services/Telecomm/src/com/android/server/telecom/components/
NonScrollListView.java 42 Integer.MAX_VALUE >> 2, MeasureSpec.AT_MOST);
  /tools/apksig/src/test/java/com/android/apksig/util/
InMemoryDataSinkTest.java 37 if (dataSink.size() > Integer.MAX_VALUE) {
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
IntRange.java 35 long to() default Long.MAX_VALUE;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PoissonDistributionImpl.java 190 if (x < 0 || x == Integer.MAX_VALUE) {
216 if (x == Integer.MAX_VALUE) {
261 return (int) FastMath.min(randomData.nextPoisson(mean), Integer.MAX_VALUE);
287 return Integer.MAX_VALUE;
321 * so this method returns <code>Integer.MAX_VALUE</code> and
324 * @return upper bound of the support (always <code>Integer.MAX_VALUE</code> for positive infinity)
328 return Integer.MAX_VALUE;
  /frameworks/base/services/core/java/com/android/server/job/controllers/
TimeController.java 69 mNextJobExpiredElapsedMillis = Long.MAX_VALUE;
70 mNextDelayExpiredElapsedMillis = Long.MAX_VALUE;
115 job.hasTimingDelayConstraint() ? job.getEarliestRunTime() : Long.MAX_VALUE,
116 job.hasDeadlineConstraint() ? job.getLatestRunTimeElapsed() : Long.MAX_VALUE,
161 long nextExpiryTime = Long.MAX_VALUE;
208 long nextDelayTime = Long.MAX_VALUE;
310 if (alarmTimeElapsed == Long.MAX_VALUE) {
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 48 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
64 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
93 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
95 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
104 assertEquals(Long.MAX_VALUE, scheduler.getNextTimeMillis(options));
114 scheduler.setTriggerTimeMillis(Long.MAX_VALUE);
224 options.maxMoratoriumMillis = Long.MAX_VALUE / 2;
  /art/test/431-optimizing-arith-shifts/src/
Main.java 65 expectEquals(Integer.MIN_VALUE, $opt$ShlInt(7, Integer.MAX_VALUE));
98 expectEquals(Long.MIN_VALUE, $opt$ShlLong(7L, Integer.MAX_VALUE));
121 expectEquals(0, $opt$ShrInt(Integer.MAX_VALUE, 31));
133 expectEquals(0, $opt$ShrInt(7, Integer.MAX_VALUE));
156 expectEquals(0L, $opt$ShrLong(Long.MAX_VALUE, 63));
169 expectEquals(0L, $opt$ShrLong(7L, Integer.MAX_VALUE));
185 expectEquals(0, $opt$UShrInt(Integer.MAX_VALUE, 31));
197 expectEquals(0, $opt$UShrInt(7, Integer.MAX_VALUE));
220 expectEquals(0L, $opt$UShrLong(Long.MAX_VALUE, 63));
233 expectEquals(0L, $opt$UShrLong(7L, Integer.MAX_VALUE));
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
TimeUnit.java 191 static final long MAX = Long.MAX_VALUE;
198 if (d > +over) return Long.MAX_VALUE;
215 * {@code Long.MAX_VALUE} if positive.
224 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow.
236 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow.
248 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow.
260 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow.
272 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow.
284 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow.
297 * overflow, or {@code Long.MAX_VALUE} if it would positively overflow
    [all...]
ThreadLocalRandom.java 479 (0L, streamSize, Integer.MAX_VALUE, 0),
488 * ints(Long.MAX_VALUE)}.
496 (0L, Long.MAX_VALUE, Integer.MAX_VALUE, 0),
533 * ints(Long.MAX_VALUE, randomNumberOrigin, randomNumberBound)}.
548 (0L, Long.MAX_VALUE, randomNumberOrigin, randomNumberBound),
567 (0L, streamSize, Long.MAX_VALUE, 0L),
576 * longs(Long.MAX_VALUE)}.
584 (0L, Long.MAX_VALUE, Long.MAX_VALUE, 0L)
    [all...]
  /art/test/1912-get-set-local-primitive/src/art/
Test1912.java 236 NamedSet("Int", Locals::SetLocalVariableInt, Integer.MAX_VALUE),
237 NamedSet("Long", Locals::SetLocalVariableLong, Long.MAX_VALUE),
252 NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1));
255 NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1));
257 NamedSet("IntShortSize", Locals::SetLocalVariableInt, Short.MAX_VALUE - 1));
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongTest.java 44 .add(Long.MAX_VALUE + i)
47 .add(Integer.MAX_VALUE + i);
51 .add(BigInteger.valueOf(Long.MAX_VALUE).add(bigI))
53 .add(BigInteger.valueOf(Integer.MAX_VALUE).add(bigI))
93 BigInteger max = UnsignedLong.MAX_VALUE.bigIntegerValue();
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
TimelineApplet.java 337 .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 598, Short.MAX_VALUE)
340 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 273, Short.MAX_VALUE)
352 .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 214, Short.MAX_VALUE)
383 .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
409 .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
429 .addComponent(speedSlider, javax.swing.GroupLayout.DEFAULT_SIZE, 144, Short.MAX_VALUE)
437 .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
444 .addComponent(jLabel2, javax.swing.GroupLayout.DEFAULT_SIZE, 164, Short.MAX_VALUE)
445 .addComponent(jPanel5, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
446 .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    [all...]
TweenApplet.java 231 .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 562, Short.MAX_VALUE)
234 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 237, Short.MAX_VALUE)
246 .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 101, Short.MAX_VALUE)
295 .addComponent(easingCbox, 0, 105, Short.MAX_VALUE))
340 .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
354 .addComponent(jLabel8, javax.swing.GroupLayout.DEFAULT_SIZE, 144, Short.MAX_VALUE)
361 .addComponent(jLabel8, javax.swing.GroupLayout.DEFAULT_SIZE, 42, Short.MAX_VALUE)
369 .addComponent(jLabel2, javax.swing.GroupLayout.DEFAULT_SIZE, 164, Short.MAX_VALUE)
370 .addComponent(jPanel4, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
371 .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
SocketFactoryTest.java 61 int[] invalidPorts = {Integer.MIN_VALUE, -1, 65536, Integer.MAX_VALUE};
98 int[] invalidPorts = {Integer.MIN_VALUE, -1, 65536, Integer.MAX_VALUE};
156 int[] invalidPorts = {Integer.MIN_VALUE, -1, 65536, Integer.MAX_VALUE};
182 int invalidPort = Integer.MAX_VALUE;
215 int[] invalidPorts = {Integer.MIN_VALUE, -1, 65536, Integer.MAX_VALUE};
  /libcore/luni/src/test/java/libcore/java/io/
OldRandomAccessFileTest.java 153 fcr.lock(0L, Long.MAX_VALUE, false);
424 raf.writeByte(Byte.MAX_VALUE);
426 raf.writeByte(Byte.MAX_VALUE + 1);
434 Byte.MAX_VALUE, raf.readByte());
470 raf.writeChar(Character.MAX_VALUE);
472 raf.writeChar(Character.MAX_VALUE + 1);
480 Character.MAX_VALUE, raf.readChar());
514 raf.writeDouble(Double.MAX_VALUE);
519 Double.MAX_VALUE, raf.readDouble());
551 raf.writeFloat(Float.MAX_VALUE);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
FieldTest.java 92 protected int intField = Integer.MAX_VALUE;
93 protected final int intFField = Integer.MAX_VALUE;
94 protected static int intSField = Integer.MAX_VALUE;
95 private final int intPFField = Integer.MAX_VALUE;
97 protected short shortField = Short.MAX_VALUE;
98 protected final short shortFField = Short.MAX_VALUE;
99 protected static short shortSField = Short.MAX_VALUE;
100 private final short shortPFField = Short.MAX_VALUE;
107 protected byte byteField = Byte.MAX_VALUE;
108 protected static byte byteSField = Byte.MAX_VALUE;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
SplittableRandom.java 577 (this, 0L, streamSize, Integer.MAX_VALUE, 0),
586 * ints(Long.MAX_VALUE)}.
593 (this, 0L, Long.MAX_VALUE, Integer.MAX_VALUE, 0),
630 * ints(Long.MAX_VALUE, randomNumberOrigin, randomNumberBound)}.
644 (this, 0L, Long.MAX_VALUE, randomNumberOrigin, randomNumberBound),
663 (this, 0L, streamSize, Long.MAX_VALUE, 0L),
672 * longs(Long.MAX_VALUE)}.
679 (this, 0L, Long.MAX_VALUE, Long.MAX_VALUE, 0L)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 53 testString.charAt(Integer.MAX_VALUE);
254 assertTrue("Returned incorrect string array for limit Integer.MAX_VALUE",
255 Arrays.equals(results[1], str.split(pattern, Integer.MAX_VALUE)));
304 hw1.substring(Integer.MAX_VALUE);
320 hw1.substring(Integer.MAX_VALUE, hw1.length());
327 hw1.substring(0, Integer.MAX_VALUE);
341 hw1.subSequence(0, Integer.MAX_VALUE);
348 hw1.subSequence(Integer.MAX_VALUE, hw1.length());
398 String.valueOf(t, 0, Integer.MAX_VALUE);
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
FileTime.java 132 * saturate to {@code Long.MIN_VALUE} if negative or {@code Long.MAX_VALUE}
147 if (secs == Long.MIN_VALUE || secs == Long.MAX_VALUE) {
154 return (secs < 0) ? Long.MIN_VALUE : Long.MAX_VALUE;
164 * saturate to {@code Long.MIN_VALUE} if negative or {@code Long.MAX_VALUE}
180 return (secs < 0) ? Long.MIN_VALUE : Long.MAX_VALUE;
209 if (d > over) return Long.MAX_VALUE;
237 Long.MAX_VALUE/SECONDS_PER_DAY);
241 Long.MAX_VALUE/SECONDS_PER_HOUR);
245 Long.MAX_VALUE/SECONDS_PER_MINUTE);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Arrays2Test.java 39 -Double.MAX_VALUE, -2d, -Double.MIN_VALUE, -0d, 0d,
40 Double.MIN_VALUE, 2d, Double.MAX_VALUE,
59 -Float.MAX_VALUE, -2f, -Float.MIN_VALUE, -0f, 0f,
60 Float.MIN_VALUE, 2f, Float.MAX_VALUE, Float.POSITIVE_INFINITY,
80 Arrays.fill(d, Double.MAX_VALUE);
85 Arrays.fill(x, Double.MAX_VALUE);
103 Arrays.fill(d, Float.MAX_VALUE);
108 Arrays.fill(x, Float.MAX_VALUE);
133 double[] specials1 = new double[] { Double.NaN, Double.MAX_VALUE, Double.MIN_VALUE, 0d, -0d, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY };
134 double[] specials2 = new double[] { 0d, Double.POSITIVE_INFINITY, -0d, Double.NEGATIVE_INFINITY, Double.MIN_VALUE, Double.NaN, Double.MAX_VALUE };
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
LongTest.java 43 assertEquals("Returned incorrect byte value", -1, new Long(Long.MAX_VALUE)
112 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception);
130 assertTrue("Failed to throw exception for hex MAX_VALUE + 1", exception);
218 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception);
274 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception);
292 assertTrue("Failed to throw exception for hex MAX_VALUE + 1", exception);
329 .toBinaryString(Long.MAX_VALUE)
343 Long.MAX_VALUE));
356 Long.MAX_VALUE));
369 assertEquals("Returned incorrect String", "9223372036854775807", new Long(Long.MAX_VALUE)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java 92 shapeDrawable.setChangingConfigurations(Integer.MAX_VALUE);
93 assertEquals(Integer.MAX_VALUE, shapeDrawable.getChangingConfigurations());
122 shapeDrawable.setIntrinsicHeight(Integer.MAX_VALUE);
123 assertEquals(Integer.MAX_VALUE, shapeDrawable.getIntrinsicHeight());
137 shapeDrawable.setIntrinsicWidth(Integer.MAX_VALUE);
138 assertEquals(Integer.MAX_VALUE, shapeDrawable.getIntrinsicWidth());
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
Collections2Test.java 140 assertEquals(Integer.MAX_VALUE, Collections2.orderedPermutations(
143 assertEquals(Integer.MAX_VALUE, Collections2.orderedPermutations(
151 assertEquals(Integer.MAX_VALUE, Collections2.orderedPermutations(
284 assertEquals(Integer.MAX_VALUE, Collections2.permutations(newArrayList(
287 assertEquals(Integer.MAX_VALUE, Collections2.orderedPermutations(
290 assertEquals(Integer.MAX_VALUE, Collections2.orderedPermutations(
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_driver_query.c 363 uint64_t max_value, enum pipe_driver_query_type type,
400 pane->type = type; /* must be set before updating the max_value */
402 if (pane->max_value < max_value)
403 hud_pane_set_max_value(pane, max_value);
439 query.max_value.u64, query.type, query.result_type,

Completed in 1161 milliseconds

<<11121314151617181920>>