| /packages/apps/Contacts/tests/src/com/android/contacts/ |
| GroupsDaoIntegrationTests.java | 172 // to reduce the likelihood of this happening; some other test may use Integer.MAX_VALUE 174 final long nonExistentId = Integer.MAX_VALUE - 10;
|
| /packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
| MappedButtonConfig.java | 187 .setSlotOrder(Integer.MAX_VALUE) 188 .setConflictOrder(Integer.MAX_VALUE)
|
| /packages/apps/TV/src/com/android/tv/dvr/recorder/ |
| ConflictChecker.java | 216 long earliestToCheck = Long.MAX_VALUE; 243 if (earliestToCheck != Long.MAX_VALUE) {
|
| /packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
| RecordingCardView.java | 138 Integer.MAX_VALUE, 139 Integer.MAX_VALUE,
|
| /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
| CountingInputStream.java | 121 if (result > Integer.MAX_VALUE) { 139 if (result > Integer.MAX_VALUE) {
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| InCallTonePlayer.java | 176 toneLengthMillis = Integer.MAX_VALUE - TIMEOUT_BUFFER_MILLIS; 211 toneLengthMillis = Integer.MAX_VALUE - TIMEOUT_BUFFER_MILLIS;
|
| /tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
| InputStreamBerDataValueReader.java | 125 if (result > Integer.MAX_VALUE >>> 7) { 152 if (result > Integer.MAX_VALUE >>> 8) {
|
| /tools/apksig/src/test/java/com/android/apksig/internal/asn1/ber/ |
| BerDataValueReaderTestBase.java | 94 assertEquals(Integer.MAX_VALUE, readDataValue("3f87ffffff7f00").getTagNumber()); 99 readDataValue("3f888080800000"); // Integer.MAX_VALUE + 1
|
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
| Eocd.java | 64 new ZipFieldInvariantMaxValue(Integer.MAX_VALUE)); 146 Verify.verify(totalRecords1 <= Integer.MAX_VALUE);
|
| /art/test/669-checker-break/src/ |
| Main.java | 149 int l = Integer.MAX_VALUE - 16; 150 int u = Integer.MAX_VALUE - 1; 181 int l = Integer.MAX_VALUE - 15; 182 int u = Integer.MAX_VALUE; 301 expectEquals(Integer.MAX_VALUE - 1, breakLoopSafeConst(a)); 307 expectEquals(Integer.MAX_VALUE, breakLoopUnsafeConst(a));
|
| /art/test/712-varhandle-invocations/src/ |
| VarHandleBadCoordinateTests.java | 60 vh.compareAndSet(0xbad0bad0, (byte) 0, Integer.MAX_VALUE); 70 vh.compareAndSet(new A(), (byte) 0, Integer.MAX_VALUE); 111 vh.get(values, Integer.MAX_VALUE - 1); 139 vh.set(values, 3.3f, Long.MAX_VALUE); 252 vh.get(bytes, Integer.MAX_VALUE - 1); 592 vh.get(buffer, Integer.MAX_VALUE - 1); [all...] |
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| FloatyUnitTest.java | 436 if (s == Short.MAX_VALUE) { 506 // Double.MAX_VALUE is between Float16 MAX_VALUE and +Infinity 507 // 65519 and 65520 are between Float16 MAX_VALUE and +Infinity (but their exponent is 511 validateRoundToFloat16(Double.MAX_VALUE, Double.POSITIVE_INFINITY, 519 validateRoundToFloat16(-Double.MAX_VALUE, Double.NEGATIVE_INFINITY,
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| DebugInfoEncoder.java | 227 int nextAddrL = Integer.MAX_VALUE; // local variable 228 int nextAddrP = Integer.MAX_VALUE; // position (line number) 241 if (next == Integer.MAX_VALUE) { 250 && nextAddrL == Integer.MAX_VALUE 251 && nextAddrP == Integer.MAX_VALUE) { 895 * represent integers larger than Integer.MAX_VALUE, we currently don't
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| DebugInfoEncoder.java | 235 int nextAddrL = Integer.MAX_VALUE; // local variable 236 int nextAddrP = Integer.MAX_VALUE; // position (line number) 249 if (next == Integer.MAX_VALUE) { 258 && nextAddrL == Integer.MAX_VALUE 259 && nextAddrP == Integer.MAX_VALUE) { 907 * represent integers larger than Integer.MAX_VALUE, we currently don't
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
| Fraction.java | 121 this(value, epsilon, Integer.MAX_VALUE, maxIterations); 150 * - a valid epsilon value and the maxDenominator set to Integer.MAX_VALUE 178 long overflow = Integer.MAX_VALUE; 428 * <code>Integer.MAX_VALUE</code> 531 * <code>Integer.MAX_VALUE</code> 566 * <code>Integer.MAX_VALUE</code>
|
| /external/icu/android_icu4j/src/main/java/android/icu/number/ |
| Rounder.java | 513 value.setFractionLength(0, Integer.MAX_VALUE); 529 value.setFractionLength(Math.max(0, -getDisplayMagnitudeFraction(minFrac)), Integer.MAX_VALUE); 545 value.setFractionLength(Math.max(0, -getDisplayMagnitudeSignificant(value, minSig)), Integer.MAX_VALUE); 551 quantity.setFractionLength(minSig - minInt, Integer.MAX_VALUE); 582 value.setFractionLength(Math.max(0, -displayMag), Integer.MAX_VALUE); 642 return Integer.MAX_VALUE;
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| Rounder.java | 525 value.setFractionLength(0, Integer.MAX_VALUE); 541 value.setFractionLength(Math.max(0, -getDisplayMagnitudeFraction(minFrac)), Integer.MAX_VALUE); 557 value.setFractionLength(Math.max(0, -getDisplayMagnitudeSignificant(value, minSig)), Integer.MAX_VALUE); 563 quantity.setFractionLength(minSig - minInt, Integer.MAX_VALUE); 594 value.setFractionLength(Math.max(0, -displayMag), Integer.MAX_VALUE); 654 return Integer.MAX_VALUE;
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| OkHttpClient.java | 182 * values must be between 1 and {@link Integer#MAX_VALUE} when converted to milliseconds. 190 if (millis > Integer.MAX_VALUE) throw new IllegalArgumentException("Timeout too large."); 202 * values must be between 1 and {@link Integer#MAX_VALUE} when converted to milliseconds. 210 if (millis > Integer.MAX_VALUE) throw new IllegalArgumentException("Timeout too large."); 222 * values must be between 1 and {@link Integer#MAX_VALUE} when converted to milliseconds. 228 if (millis > Integer.MAX_VALUE) throw new IllegalArgumentException("Timeout too large.");
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| client_library_test_base.h | 237 NativeT max_value, uint32 seed); 242 NativeT max_value, 608 const int width, NativeT min_value, NativeT max_value, uint32 seed) { 610 PseudorandomGenerator<NativeT> generator(min_value, max_value, seed); 619 const int rows, const int cols, NativeT min_value, NativeT max_value, 622 PseudorandomGenerator<NativeT> generator(min_value, max_value, seed);
|
| /external/testng/src/main/java/org/testng/reporters/ |
| EmailableReporter.java | 165 long start = Long.MAX_VALUE; 359 long time_start = Long.MAX_VALUE; 373 summaryCell(q,Integer.MAX_VALUE); 376 summaryCell(q,Integer.MAX_VALUE); 396 summaryCell(qty_pass_m,Integer.MAX_VALUE); 397 summaryCell(qty_pass_s,Integer.MAX_VALUE);
|
| /external/webrtc/webrtc/modules/audio_processing/aecm/ |
| aecm_core_c.c | 180 int16_t max_value = 0; local 227 max_value = tmp16no1; 231 max_value = tmp16no2; 236 if ((max_value >> 2) > min_value) 240 } else if ((max_value >> 1) > min_value) 249 tmp16no1 = (int16_t)((max_value * alpha) >> 15);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| ScreenDecorations.java | 567 bounds.op(0, 0, Integer.MAX_VALUE, displayCutout.getSafeInsetTop(), 572 bounds.op(0, 0, displayCutout.getSafeInsetLeft(), Integer.MAX_VALUE, 577 bounds.op(0, displayCutout.getSafeInsetTop() + 1, Integer.MAX_VALUE, 578 Integer.MAX_VALUE, Region.Op.INTERSECT); 582 bounds.op(displayCutout.getSafeInsetLeft() + 1, 0, Integer.MAX_VALUE, 583 Integer.MAX_VALUE, Region.Op.INTERSECT);
|
| /frameworks/base/services/core/java/com/android/server/net/ |
| NetworkStatsCollection.java | 117 mStartMillis = Long.MAX_VALUE; 132 if (mStartMillis == Long.MAX_VALUE) { 133 return Long.MAX_VALUE; 156 return mStartMillis == Long.MAX_VALUE && mEndMillis == Long.MIN_VALUE; 161 if (time == Long.MIN_VALUE || time == Long.MAX_VALUE 176 if (time == Long.MIN_VALUE || time == Long.MAX_VALUE
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| PriorityBlockingQueueTest.java | 77 assertEquals(Integer.MAX_VALUE, q.remainingCapacity()); 86 assertEquals(Integer.MAX_VALUE, 168 assertEquals(Integer.MAX_VALUE, q.remainingCapacity()); 178 * remainingCapacity() always returns Integer.MAX_VALUE 183 assertEquals(Integer.MAX_VALUE, q.remainingCapacity()); 188 assertEquals(Integer.MAX_VALUE, q.remainingCapacity());
|
| /libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
| ForwardBuilder.java | 567 (tSubjectName, cIssuer1Name, Integer.MAX_VALUE); 569 (tSubjectName, cIssuer2Name, Integer.MAX_VALUE); 607 (tSubjectName, cIssuer1Name, Integer.MAX_VALUE); 609 (tSubjectName, cIssuer2Name, Integer.MAX_VALUE); 645 (cSubject1Name, cIssuer1Name, Integer.MAX_VALUE); 647 (cSubject2Name, cIssuer2Name, Integer.MAX_VALUE); [all...] |