Home
last modified time | relevance | path

Searched refs:three (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/core/tests/timetests/src/android/app/time/
DTimeZoneDetectorStatusTest.java63 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
65 assertNotEquals(one, three); in testEquals()
66 assertNotEquals(three, one); in testEquals()
74 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
76 assertNotEquals(one, three); in testEquals()
77 assertNotEquals(three, one); in testEquals()
88 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
90 assertNotEquals(one, three); in testEquals()
91 assertNotEquals(three, one); in testEquals()
DTelephonyTimeZoneAlgorithmStatusTest.java52 TelephonyTimeZoneAlgorithmStatus three = new TelephonyTimeZoneAlgorithmStatus( in testEquals() local
54 assertNotEquals(one, three); in testEquals()
55 assertNotEquals(three, one); in testEquals()
DLocationTimeZoneAlgorithmStatusTest.java126 LocationTimeZoneAlgorithmStatus three = new LocationTimeZoneAlgorithmStatus( in testEquals() local
130 assertNotEquals(one, three); in testEquals()
131 assertNotEquals(three, one); in testEquals()
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h38 Data() : one(1), two(2), three(3), four(4) {} in Data()
46 three = pThree; in Data()
53 three = -3; in ~Data()
59 unsigned char three; member
DLinearAllocatorTest.h25 Data() : one(1), two(2), three(3), four(4) {} in Data()
33 three = pThree; in Data()
40 three = -3; in ~Data()
46 unsigned char three; member
DRTLinearAllocatorTest.cpp64 ASSERT_TRUE(3 == pointer->three); in TEST_F()
75 ASSERT_TRUE(7 == pointer->three); in TEST_F()
84 ASSERT_TRUE(3 == pointer->three); in TEST_F()
95 ASSERT_TRUE(7 == pointer->three); in TEST_F()
DLinearAllocatorTest.cpp63 ASSERT_TRUE(3 == pointer->three); in TEST_F()
74 ASSERT_TRUE(7 == pointer->three); in TEST_F()
83 ASSERT_TRUE(3 == pointer->three); in TEST_F()
94 ASSERT_TRUE(7 == pointer->three); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java62 ViewOne three = new ViewOne(mContext); in testLayout3() local
63 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
102 TextView three = new TextView(mContext); in testLayout6() local
103 three.setText("T"); in testLayout6()
104 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp16 int three() in three() function
23 return three(); in two()
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DGnssTimeSuggestionTest.java46 GnssTimeSuggestion three = new GnssTimeSuggestion(differentTime); in testEquals() local
47 assertNotEquals(one, three); in testEquals()
48 assertNotEquals(three, one); in testEquals()
DNetworkTimeSuggestionTest.java49 NetworkTimeSuggestion three = new NetworkTimeSuggestion( in testEquals() local
51 assertNotEquals(one, three); in testEquals()
52 assertNotEquals(three, one); in testEquals()
/frameworks/rs/script_api/include/
Drs_value_types.rsh116 * Vector version of the half float type. Provides three half fields packed
269 * A vector of three floats. These three floats are packed into a single 128 bit field
293 * A vector of three doubles. These three double fields packed into a single 256 bit field
317 * A vector of three uchars. These three uchar fields packed into a single 32 bit field
341 * A vector of three ushorts. These three ushort fields packed into a single 64 bit field
365 * A vector of three uints. These three uints are packed into a single 128 bit field
389 * A vector of three ulongs. These three ulong fields packed into a single 256 bit field
413 * A vector of three chars. These three chars are packed into a single 32 bit field
437 * A vector of three shorts. These three short fields packed into a single 64 bit field
461 * A vector of three ints. These three ints are packed into a single 128 bit field
[all …]
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/
DManualTimeZoneSuggestionTest.java56 ManualTimeZoneSuggestion three = new ManualTimeZoneSuggestion(ARBITRARY_ZONE_ID2); in testEquals() local
57 assertNotEquals(one, three); in testEquals()
58 assertNotEquals(three, one); in testEquals()
DTelephonyTimeZoneSuggestionTest.java67 TelephonyTimeZoneSuggestion three = builder3.build(); in testEquals() local
68 assertNotEquals(one, three); in testEquals()
69 assertNotEquals(three, one); in testEquals()
/frameworks/base/core/tests/timetests/src/android/app/timedetector/
DManualTimeSuggestionTest.java55 ManualTimeSuggestion three = new ManualTimeSuggestion(differentTime); in testEquals() local
56 assertNotEquals(one, three); in testEquals()
57 assertNotEquals(three, one); in testEquals()
DTelephonyTimeSuggestionTest.java77 TelephonyTimeSuggestion three = builder3.build(); in testEquals() local
78 assertNotEquals(one, three); in testEquals()
79 assertNotEquals(three, one); in testEquals()
/frameworks/base/samples/demo/haptic-assessment/
DREADME.txt4 This haptic assessment sample app allows the user to play with three different
/frameworks/base/tools/aapt2/xml/
DXmlDom_test.cpp169 <View3 xmlns:three="http://schemas.android.com/apk/res/com.three">
/frameworks/base/data/keyboards/
DVendor_054c_Product_0df2_fallback.kl61 # Options / three horizontal lines
DVendor_054c_Product_0ce6_fallback.kl61 # Options / three horizontal lines
DVendor_054c_Product_0df2.kl62 # Options / three horizontal lines
/frameworks/base/packages/SystemUI/docs/
Ddagger.md21 There are three high level "scopes" of concern in SystemUI. They all represent
97 You can then include your module in one of three places:
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dcamera_response_fast.rsh7 // Implementation of a three-parameter Camera Response Function as described in:
/frameworks/base/tests/TrustTests/
DREADME.md24 2. The primary interface to the system is through these three points:
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dgrain.rscript33 * However, since most of the valus are identical, we only use the first three

123