Home
last modified time | relevance | path

Searched defs:three (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/timetests/src/android/app/time/
DTimeZoneDetectorStatusTest.java63 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
74 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
88 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
DTelephonyTimeZoneAlgorithmStatusTest.java52 TelephonyTimeZoneAlgorithmStatus three = new TelephonyTimeZoneAlgorithmStatus( in testEquals() local
DLocationTimeZoneAlgorithmStatusTest.java126 LocationTimeZoneAlgorithmStatus three = new LocationTimeZoneAlgorithmStatus( in testEquals() local
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java62 ViewOne three = new ViewOne(mContext); in testLayout3() local
102 TextView three = new TextView(mContext); in testLayout6() local
DInsetsStateTest.java487 Rect three = new Rect(8, 9, 10, 11); in testEquals_differentPrivacyIndicatorStaticBounds() local
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp16 int three() in three() function
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h59 unsigned char three; member
DLinearAllocatorTest.h46 unsigned char three; member
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DGnssTimeSuggestionTest.java46 GnssTimeSuggestion three = new GnssTimeSuggestion(differentTime); in testEquals() local
DNetworkTimeSuggestionTest.java49 NetworkTimeSuggestion three = new NetworkTimeSuggestion( in testEquals() local
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/
DManualTimeZoneSuggestionTest.java56 ManualTimeZoneSuggestion three = new ManualTimeZoneSuggestion(ARBITRARY_ZONE_ID2); in testEquals() local
DTelephonyTimeZoneSuggestionTest.java67 TelephonyTimeZoneSuggestion three = builder3.build(); in testEquals() local
/frameworks/base/core/tests/timetests/src/android/app/timedetector/
DManualTimeSuggestionTest.java55 ManualTimeSuggestion three = new ManualTimeSuggestion(differentTime); in testEquals() local
DTelephonyTimeSuggestionTest.java77 TelephonyTimeSuggestion three = builder3.build(); in testEquals() local
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc235 uint64_t three = one * 3; in TEST() local