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

<<51525354555657585960>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePattern.java 730 private static final int MAX_VALUE=Short.MAX_VALUE;
863 if(nestingLevel>Part.MAX_VALUE) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePattern.java 789 private static final int MAX_VALUE=Short.MAX_VALUE;
934 if(nestingLevel>Part.MAX_VALUE) {
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 870 bool ConsumeUnsignedInteger(uint64* value, uint64 max_value) {
877 max_value, value)) {
891 bool ConsumeSignedInteger(int64* value, uint64 max_value) {
898 ++max_value;
903 DO(ConsumeUnsignedInteger(&unsigned_value, max_value));
916 bool ConsumeUnsignedDecimalInteger(uint64* value, uint64 max_value) {
928 if (!io::Tokenizer::ParseInteger(text, max_value, value)) {
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reduce.java 288 final int[] input = createInputArrayInt(size[0], seed, Integer.MAX_VALUE / size[0]);
297 final int[] inputArray = createInputArrayInt(size[0], seed, Integer.MAX_VALUE / size[0]);
328 final int[] inputArray = createInputArrayInt(dimX * dimY, seed, Integer.MAX_VALUE / (dimX * dimY));
362 final int[] inputArray = createInputArrayInt(dimX * dimY * dimZ, seed, Integer.MAX_VALUE / (dimX * dimY * dimZ));
403 final int[] input1 = createInputArrayInt(123, Integer.MAX_VALUE / inputSize);
404 final int[] input2 = createInputArrayInt(456, Integer.MAX_VALUE / inputSize);
444 final int[] input = createInputArrayInt(149, Integer.MAX_VALUE / inputSize);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reduce.java 290 final int[] input = createInputArrayInt(size[0], seed, Integer.MAX_VALUE / size[0]);
299 final int[] inputArray = createInputArrayInt(size[0], seed, Integer.MAX_VALUE / size[0]);
330 final int[] inputArray = createInputArrayInt(dimX * dimY, seed, Integer.MAX_VALUE / (dimX * dimY));
364 final int[] inputArray = createInputArrayInt(dimX * dimY * dimZ, seed, Integer.MAX_VALUE / (dimX * dimY * dimZ));
405 final int[] input1 = createInputArrayInt(123, Integer.MAX_VALUE / inputSize);
406 final int[] input2 = createInputArrayInt(456, Integer.MAX_VALUE / inputSize);
446 final int[] input = createInputArrayInt(149, Integer.MAX_VALUE / inputSize);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Long.java 66 @Native public static final long MAX_VALUE = 0x7fffffffffffffffL;
446 while (i > Integer.MAX_VALUE) {
572 long limit = -Long.MAX_VALUE;
591 // Accumulating negatively avoids surprises near MAX_VALUE
643 * positive numbers larger than {@code MAX_VALUE}.
696 if (len <= 12 || // Long.MAX_VALUE in Character.MAX_RADIX is 13 digits
697 (radix == 10 && len <= 18) ) { // Long.MAX_VALUE in base 10 is 19 digits
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
FileChannel.java     [all...]
  /libcore/ojluni/src/main/java/java/time/
Year.java 139 public static final int MAX_VALUE = 999_999_999;
215 * @param isoYear the ISO proleptic year to represent, from {@code MIN_VALUE} to {@code MAX_VALUE}
329 * @return the year, {@code MIN_VALUE} to {@code MAX_VALUE}
430 return (year <= 0 ? ValueRange.of(1, MAX_VALUE + 1) : ValueRange.of(1, MAX_VALUE));
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java     [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 120 Range.create(1, Integer.MAX_VALUE);
122 Range.create(1l, Long.MAX_VALUE);
124 Range.create(new Rational(1, Integer.MAX_VALUE),
125 new Rational(Integer.MAX_VALUE, 1));
    [all...]
  /art/compiler/optimizing/
intrinsics_mips64.cc 832 // if (outLong == Long.MAX_VALUE) || (outLong == Long.MIN_VALUE) {
839 // // Long.MAX_VALUE or Long.MIN_VALUE. In these cases, this
854 // or TMP = 0 if AT = Long.MAX_VALUE.
856 // or AT = Long.MAX_VALUE.
891 // if (out != MAX_VALUE && out != MIN_VALUE) {
906 // if (out != MAX_VALUE && out != MIN_VALUE)
912 // or TMP = 0 if out = Long.MAX_VALUE.
914 // or out = Long.MAX_VALUE.
    [all...]
  /art/test/449-checker-bce/src/
Main.java 97 int offset_sub1 = offset - Integer.MAX_VALUE;
103 int offset_sub2 = offset_sub1 - Integer.MAX_VALUE;
305 array[Integer.MAX_VALUE - 1000] = 1;
306 array[Integer.MAX_VALUE - 999] = 1;
307 array[Integer.MAX_VALUE - 998] = 1;
644 // i that's less than array.length is at most (Integer.MAX_VALUE - 2).
    [all...]
  /external/adhd/scripts/audio_tuning/frontend/
audio.js 998 function slider_input(table, name, initial_value, min_value, max_value, step,
1005 max_value, step, suffix, handler, id, id);
1009 function slider_input_log(table, name, initial_value, min_value, max_value,
1021 max_value, 1e-6, suffix, handler, mapping,
1032 function slider_input_common(table, name, initial_value, min_value, max_value,
1058 slider.max = mapping(max_value);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegressionTests.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegressionTests.java     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFraction.java 231 this(value, epsilon, Integer.MAX_VALUE, maxIterations);
240 * the maxDenominator set to Integer.MAX_VALUE (that way the maxDenominator
271 long overflow = Integer.MAX_VALUE;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 220 LLVMValueRef max, max_value, res12; local
261 max_value = LLVMBuildSelect(b, max, dzdx, dzdy, "max");
263 mult = LLVMBuildFMul(b, max_value,
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RopeByteString.java 109 numbers.add(Integer.MAX_VALUE);
790 } else if (length > Integer.MAX_VALUE) {
791 length = Integer.MAX_VALUE;
  /external/python/cpython3/Lib/test/
test_struct.py 186 self.max_value = 2**(self.bitsize-1) - 1
190 self.max_value = 2**self.bitsize - 1
200 if self.min_value <= x <= self.max_value:
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 414 if (offset < Byte.MIN_VALUE || offset > Byte.MAX_VALUE) {
416 if (offset < Short.MIN_VALUE || offset > Short.MAX_VALUE) {
430 if (offset < Short.MIN_VALUE || offset > Short.MAX_VALUE) {
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 165 // In case of MAX_VALUE - idle connections are never closed
166 if (mConfiguration.idleConnectionTimeoutMs != Long.MAX_VALUE) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java 621 pruneInstantApps(Long.MAX_VALUE,
630 return pruneInstantApps(neededSpace, maxInstalledCacheDuration, Long.MAX_VALUE);
639 return pruneInstantApps(neededSpace, Long.MAX_VALUE, maxUninstalledCacheDuration);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
RecentTasksTest.java 41 import static java.lang.Integer.MAX_VALUE;
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 754 er.count = parseIntRange(value, Integer.MIN_VALUE, Integer.MAX_VALUE, true);
765 er.interval = parseIntRange(value, Integer.MIN_VALUE, Integer.MAX_VALUE, true);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 771 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
785 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
792 //jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
    [all...]

Completed in 1284 milliseconds

<<51525354555657585960>>