/frameworks/compile/mclinker/unittests/ |
D | RTLinearAllocatorTest.h | 38 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
|
D | LinearAllocatorTest.h | 25 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
|
D | RTLinearAllocatorTest.cpp | 64 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()
|
D | LinearAllocatorTest.cpp | 63 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/ |
D | CreateViewTest.java | 62 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/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
D | GeolocationTimeZoneSuggestionTest.java | 49 GeolocationTimeZoneSuggestion three = in testEquals() local 51 assertNotEquals(one, three); in testEquals() 52 assertNotEquals(three, one); in testEquals()
|
/frameworks/base/core/tests/coretests/src/android/app/timedetector/ |
D | ManualTimeSuggestionTest.java | 46 ManualTimeSuggestion three = new ManualTimeSuggestion(differentTime); in testEquals() local 47 assertNotEquals(one, three); in testEquals() 48 assertNotEquals(three, one); in testEquals()
|
D | GnssTimeSuggestionTest.java | 46 GnssTimeSuggestion three = new GnssTimeSuggestion(differentTime); in testEquals() local 47 assertNotEquals(one, three); in testEquals() 48 assertNotEquals(three, one); in testEquals()
|
D | NetworkTimeSuggestionTest.java | 46 NetworkTimeSuggestion three = new NetworkTimeSuggestion(differentTime); in testEquals() local 47 assertNotEquals(one, three); in testEquals() 48 assertNotEquals(three, one); in testEquals()
|
D | TelephonyTimeSuggestionTest.java | 67 TelephonyTimeSuggestion three = builder3.build(); in testEquals() local 68 assertNotEquals(one, three); in testEquals() 69 assertNotEquals(three, one); in testEquals()
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | jit.cpp | 16 int three() in three() function 23 return three(); in two()
|
/frameworks/rs/script_api/include/ |
D | rs_value_types.rsh | 116 * 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/coretests/src/android/app/timezonedetector/ |
D | ManualTimeZoneSuggestionTest.java | 48 ManualTimeZoneSuggestion three = new ManualTimeZoneSuggestion(ARBITRARY_ZONE_ID2); in testEquals() local 49 assertNotEquals(one, three); in testEquals() 50 assertNotEquals(three, one); in testEquals()
|
D | TelephonyTimeZoneSuggestionTest.java | 59 TelephonyTimeZoneSuggestion three = builder3.build(); in testEquals() local 60 assertNotEquals(one, three); in testEquals() 61 assertNotEquals(three, one); in testEquals()
|
/frameworks/base/core/tests/coretests/src/android/app/timezone/ |
D | DistroRulesVersionTest.java | 43 DistroRulesVersion three = new DistroRulesVersion("2016b", 1); in equalsAndHashCode() local 44 assertFalse(one.equals(three)); in equalsAndHashCode()
|
D | DistroFormatVersionTest.java | 43 DistroFormatVersion three = new DistroFormatVersion(2, 1); in equalsAndHashCode() local 44 assertFalse(one.equals(three)); in equalsAndHashCode()
|
/frameworks/base/core/tests/coretests/src/android/app/appsearch/external/util/ |
D | BundleUtilTest.java | 100 Bundle three = new Bundle(); in testDeepEquals_nestedNotEquals() local 101 three.putBundle("b", two); in testDeepEquals_nestedNotEquals() 103 ArrayList<Bundle> listOne = new ArrayList<>(ImmutableList.of(one, two, three)); in testDeepEquals_nestedNotEquals() 104 ArrayList<Bundle> listOneClone = new ArrayList<>(ImmutableList.of(one, twoClone, three)); in testDeepEquals_nestedNotEquals() 105 ArrayList<Bundle> listTwo = new ArrayList<>(ImmutableList.of(one, three, two)); in testDeepEquals_nestedNotEquals()
|
/frameworks/base/samples/demo/haptic-assessment/ |
D | README.txt | 4 This haptic assessment sample app allows the user to play with three different
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom_test.cpp | 171 <View3 xmlns:three="http://schemas.android.com/apk/res/com.three">
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | camera_response_fast.rsh | 7 // Implementation of a three-parameter Camera Response Function as described in:
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | grain.rscript | 33 * However, since most of the valus are identical, we only use the first three
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | grain.rscript | 33 * However, since most of the valus are identical, we only use the first three
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | grain.rscript | 33 * However, since most of the valus are identical, we only use the first three
|
/frameworks/rs/script_api/ |
D | rs_convert.spec | 104 Packs three or four floating point RGBA values into a uchar4.
|
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/ |
D | README | 49 - To sign with three signers in the lineage (after the second key rotation):
|