Home
last modified time | relevance | path

Searched refs:MAX_VALUE (Results 1 – 15 of 15) sorted by relevance

/system/bt/profile/sdp/
Dsdp_common.h31 MAX_VALUE = 0x07, enumerator
77 MAX_VALUE = 0x08, enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DDeprecatedParcelable.java37 if (_aidl_start_pos > (Integer.MAX_VALUE - _aidl_parcelable_size)) { in readFromParcel()
DOtherParcelableForToString.java39 if (_aidl_start_pos > (Integer.MAX_VALUE - _aidl_parcelable_size)) { in readFromParcel()
DGenericStructuredParcelable.java43 if (_aidl_start_pos > (Integer.MAX_VALUE - _aidl_parcelable_size)) { in readFromParcel()
DParcelableForToString.java160 if (_aidl_start_pos > (Integer.MAX_VALUE - _aidl_parcelable_size)) { in readFromParcel()
DStructuredParcelable.java273 if (_aidl_start_pos > (Integer.MAX_VALUE - _aidl_parcelable_size)) { in readFromParcel()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DData.java62 if (_aidl_start_pos > (Integer.MAX_VALUE - _aidl_parcelable_size)) { in readFromParcel()
/system/timezone/apex/tests/src/java/android/tzdata/mts/
DTimeZoneRulesTest.java77 assertFalse(tz.inDaylightTime(new Date(Integer.MAX_VALUE))); in minimalTransitionZones()
80 assertEquals(currentOffset, tz.getOffset(new Date(Integer.MAX_VALUE).getTime())); in minimalTransitionZones()
/system/bt/profile/sdp/common/
Ddata_element_reader.cc48 if (type > DataElementType::MAX_VALUE) { in ReadNext()
/system/timezone/input_tools/android/tzids/src/test/java/com/android/timezone/tzids/
DTimeZoneIdsTest.java114 tzIds.getCountryIdMap("us", Instant.ofEpochMilli(Long.MAX_VALUE))); in getCountryIdMap_replacements()
/system/timezone/testing/src/main/java/libcore/timezone/testing/
DZoneInfoTestHelper.java129 && transitionTimes64Bit[i] <= Integer.MAX_VALUE) { in build()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java628 assertThat(p.int32_max, is(Integer.MAX_VALUE)); in testStrucuturedParcelable()
629 assertThat(p.int64_max, is(Long.MAX_VALUE)); in testStrucuturedParcelable()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java303 safeUnion = safeunionInterface.setD(safeUnion, Long.MAX_VALUE); in runClientSafeUnionTests()
305 ExpectTrue(safeUnion.d() == Long.MAX_VALUE); in runClientSafeUnionTests()
310 ArrayList<Long> testVector = new ArrayList<Long>(Arrays.asList(Long.MAX_VALUE)); in runClientSafeUnionTests()
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java67 Instant.ofEpochSecond(Integer.MAX_VALUE);
/system/extras/simpleperf/scripts/
Dreport_html.js1640 addEventCount(Number.MAX_VALUE);