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

<<61626364656667686970>>

  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKLocalTime.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 1019 volatile long time = Long.MAX_VALUE;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 139 Integer.MAX_VALUE, // threshold for NETWORK_SELECTION_ENABLE
147 Integer.MAX_VALUE, // threshold for DISABLED_TLS_VERSION
148 Integer.MAX_VALUE, // threshold for DISABLED_AUTHENTICATION_NO_CREDENTIALS
149 Integer.MAX_VALUE, // threshold for DISABLED_NO_INTERNET_PERMANENT
150 Integer.MAX_VALUE, // threshold for DISABLED_BY_WIFI_MANAGER
151 Integer.MAX_VALUE, // threshold for DISABLED_BY_USER_SWITCH
152 Integer.MAX_VALUE // threshold for DISABLED_BY_WRONG_PASSWORD
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FloatingDecimal.java 382 if ( lvalue <= Integer.MAX_VALUE ){
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 214 // tenths position, -1 = units position. Integer.MAX_VALUE is sometimes used for the offset
275 public static final int INVALID_MSD = Integer.MAX_VALUE;
    [all...]
  /libcore/ojluni/src/main/java/java/time/
ZonedDateTime.java     [all...]
  /art/compiler/optimizing/
bounds_check_elimination_test.cc 160 // int j = i + Integer.MAX_VALUE;
224 // int j = i - Integer.MAX_VALUE;
225 // j = j - Integer.MAX_VALUE; // j is (i+2) after subtracting MAX_INT twice
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java     [all...]
  /device/generic/car/emulator/audio/driver/
audio_hw.c     [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
ClassAnnotationSceneReader.java 702 return new BoundLocation(Integer.MAX_VALUE, -1);
716 return new BoundLocation(Integer.MAX_VALUE, Integer.MAX_VALUE);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 123 Date PURE_JULIAN = new Date(Long.MAX_VALUE);
174 Date PURE_JULIAN = new Date(Long.MAX_VALUE);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 382 /*String name =*/ tz.getDisplayName(true, Integer.MAX_VALUE,
403 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
485 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 120 Date PURE_JULIAN = new Date(Long.MAX_VALUE);
171 Date PURE_JULIAN = new Date(Long.MAX_VALUE);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 379 /*String name =*/ tz.getDisplayName(true, Integer.MAX_VALUE,
400 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
482 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE,
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleReader.java 215 this.keybindings = new short[Character.MAX_VALUE * 2];
979 showLines = Integer.MAX_VALUE;
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py 92 def varint_max_size(max_value):
95 if (max_value >> (i * 7)) == 0:
97 raise ValueError("Value too large for varint: " + str(max_value))
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 861 bool Tokenizer::ParseInteger(const string& text, uint64 max_value,
889 if (digit > max_value || result > (max_value - digit) / base) {
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 234 final FileLock flock = fis.getChannel().lock(0, Long.MAX_VALUE, true /*shared*/)) {
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 111 b.mMaxLines = Integer.MAX_VALUE;
495 spacingmult, spacingadd, includepad, ellipsize, ellipsizedWidth, Integer.MAX_VALUE);
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 195 + Long.MAX_VALUE+", "+Long.MIN_VALUE+", "
652 long maxVal = Long.MAX_VALUE;
671 long maxVal = Long.MAX_VALUE;
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
Base64Test.java     [all...]
CollectionsTest.java 244 * {@code Integer.MIN_VALUE} and {@code Integer.MAX_VALUE}.
261 return Integer.MAX_VALUE;
284 return Integer.MAX_VALUE;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Properties.java 482 newLength = Integer.MAX_VALUE;
541 newLen = Integer.MAX_VALUE;
602 bufLen = Integer.MAX_VALUE;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 327 long nextRefreshTime = Long.MAX_VALUE;
421 if (nextRefreshTime < Long.MAX_VALUE && nextRefreshTime > currentTime) {
525 long nextRefreshTime = Long.MAX_VALUE;
    [all...]

Completed in 1250 milliseconds

<<61626364656667686970>>