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

<<51525354555657585960>>

  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MonitorBasedPriorityBlockingQueue.java 307 * Always returns <tt>Integer.MAX_VALUE</tt> because
309 * @return <tt>Integer.MAX_VALUE</tt>
313 return Integer.MAX_VALUE;
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 181 assertEquals(Integer.MAX_VALUE, queue.maximumSize);
793 assertTrue(MinMaxPriorityQueue.isEvenLevel(Integer.MAX_VALUE - 1));
801 MinMaxPriorityQueue.isEvenLevel(Integer.MAX_VALUE);
RangeTest.java 204 assertTrue(range.contains(Integer.MAX_VALUE));
218 assertTrue(range.contains(Integer.MAX_VALUE));
245 assertTrue(range.contains(Integer.MAX_VALUE));
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ServiceManagerTest.java 118 assertThat(startupTimes.get(a)).isInclusivelyInRange(150, Long.MAX_VALUE);
119 assertThat(startupTimes.get(b)).isInclusivelyInRange(353, Long.MAX_VALUE);
144 assertThat(startupTimes.get(a)).isInclusivelyInRange(150, Long.MAX_VALUE);
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.java 87 private int bodyLimit = Integer.MAX_VALUE;
96 private int workerThreads = Integer.MAX_VALUE;
520 throttledTransfer(response, in, out, Long.MAX_VALUE);
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 481 static final char ALPHA_VALID_CHARS = Character.MAX_VALUE;
482 static final char DIGIT_VALID_CHARS = Character.MAX_VALUE - 1;
483 static final char ALPHADIGIT_VALID_CHARS = Character.MAX_VALUE - 2;
  /external/protobuf/java/util/src/test/java/com/google/protobuf/util/
TimeUtilTest.java 436 // Result is larger than Long.MAX_VALUE.
466 // Multiplications (with results larger than Long.MAX_VALUE in nanoseconds).
476 // Divisions (with values larger than Long.MAX_VALUE in nanoseconds).
  /external/python/cpython2/Lib/test/
test_struct.py 204 self.max_value = 2L**(self.bitsize-1) - 1
208 self.max_value = 2L**self.bitsize - 1
218 if self.min_value <= x <= self.max_value:
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderTest.java 121 performSizedSmallUintTest(Integer.MAX_VALUE, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x7f});
298 performSizedRightExtendedLongTest(Long.MAX_VALUE, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0x7f});
407 performSizedLongTest(Long.MAX_VALUE, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, (byte)0x7f});
  /external/tensorflow/tensorflow/contrib/model_pruning/python/
pruning.py 499 max_value = math_ops.reduce_max(abs_weights)
501 abs_weights, [0.0, max_value],
512 float(self._spec.nbins)), max_value)
  /frameworks/base/core/java/android/database/
Cursor.java 257 * <code>Short.MAX_VALUE</code>] is implementation-defined.
270 * <code>Integer.MAX_VALUE</code>] is implementation-defined.
283 * <code>Long.MAX_VALUE</code>] is implementation-defined.
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 225 return Long.MAX_VALUE;
377 recordHistory(input, Long.MIN_VALUE, Long.MAX_VALUE);
513 return getValues(start, end, Long.MAX_VALUE, recycle);
  /frameworks/base/core/java/android/os/
LocaleList.java 363 return Integer.MAX_VALUE;
377 int bestIndex = Integer.MAX_VALUE;
398 if (bestIndex == Integer.MAX_VALUE) {
  /frameworks/base/core/java/android/util/apk/
ApkSigningBlockUtils.java 200 if (totalChunkCountLong >= Integer.MAX_VALUE / 1024) {
710 || (apkSigBlockSizeInFooter > Integer.MAX_VALUE - 8))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SmartReplyView.java 260 ? Integer.MAX_VALUE : MeasureSpec.getSize(widthMeasureSpec);
492 newWidth = Integer.MAX_VALUE;
499 if (newWidth != Integer.MAX_VALUE) {
  /frameworks/base/services/core/java/com/android/server/
PinnerService.java 164 Integer.MAX_VALUE,
357 : new PinRangeSourceStatic(0, Integer.MAX_VALUE /* will be clipped */);
479 mapSize = (int) Math.min(Os.fstat(fd).st_size, Integer.MAX_VALUE);
  /frameworks/base/services/core/java/com/android/server/display/
BrightnessMappingStrategy.java 427 Preconditions.checkArrayElementsInRange(lux, 0, Float.MAX_VALUE, "lux");
429 0, Integer.MAX_VALUE, "brightness");
597 Preconditions.checkArrayElementsInRange(nits, 0, Float.MAX_VALUE, "nits");
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsCollectionTest.java 488 Long.MIN_VALUE, Long.MAX_VALUE, SubscriptionPlan.TIME_UNKNOWN
552 template, Long.MIN_VALUE, Long.MAX_VALUE, accessLevel, myUid())
560 template, Long.MIN_VALUE, Long.MAX_VALUE, NetworkStatsAccess.Level.DEVICE, myUid())
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttMetricsTest.java 241 log.rttToAp.histogramDistance[5], 100 * 1000, Integer.MAX_VALUE, 4);
289 log.rttToAware.histogramDistance[3], 100 * 1000, Integer.MAX_VALUE, 10);
339 log.rttToAware.histogramDistance[1], 100 * 1000, Integer.MAX_VALUE, 3);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 385 int minNumSeptets = Integer.MAX_VALUE;
386 int minNumSeptetsWithHeader = Integer.MAX_VALUE;
387 int minNumMissingChars = Integer.MAX_VALUE;
  /frameworks/support/compat/src/main/java/androidx/core/os/
LocaleListHelper.java 347 return Integer.MAX_VALUE;
361 int bestIndex = Integer.MAX_VALUE;
382 if (bestIndex == Integer.MAX_VALUE) {
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
PlaybackTransportRowPresenterTest.java 196 when(mImpl.getDuration()).thenReturn((long) (Integer.MAX_VALUE) * 2);
198 assertEquals((long) (Integer.MAX_VALUE) * 2, mGlue.getControlsRow().getDuration());
199 assertEquals((long) (Integer.MAX_VALUE) * 2, mViewHolder.mTotalTimeInMs);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
Parallax.java 116 public static final int UNKNOWN_AFTER = Integer.MAX_VALUE;
263 public static final float UNKNOWN_BEFORE = -Float.MAX_VALUE;
269 public static final float UNKNOWN_AFTER = Float.MAX_VALUE;
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 230 readWriteFileChannel.tryLock(Long.MAX_VALUE, 1, false);
238 long tooBig = Integer.MAX_VALUE + 1L;
706 writeOnlyFileChannel.write(writeBuffer, Long.MAX_VALUE);
    [all...]
  /libcore/luni/src/test/java/libcore/libcore/icu/
DateIntervalFormatTest.java 323 long t2038 = Integer.MAX_VALUE * 1000L;
326 long t2106 = (2L + Integer.MAX_VALUE + Integer.MAX_VALUE) * 1000L;

Completed in 2010 milliseconds

<<51525354555657585960>>