/frameworks/base/tests/net/common/java/android/net/ |
D | NetworkTest.java | 123 Network three = new Network(3); in testGetNetworkHandle() local 128 assertNotEqual(0, three.hashCode()); in testGetNetworkHandle() 132 assertNotEqual(one.hashCode(), three.hashCode()); in testGetNetworkHandle() 133 assertNotEqual(two.hashCode(), three.hashCode()); in testGetNetworkHandle() 138 assertNotEqual(0, three.getNetworkHandle()); in testGetNetworkHandle() 142 assertNotEqual(one.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle() 143 assertNotEqual(two.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle() 148 assertNotEqual(three.hashCode(), three.getNetworkHandle()); in testGetNetworkHandle() 154 assertEquals(16290598925L, three.getNetworkHandle()); in testGetNetworkHandle()
|
/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 | 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()
|
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()
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | int128_unittest.cc | 48 uint128 three(0, 3); in TEST() local 163 EXPECT_EQ(test |= three, three); in TEST() 165 EXPECT_EQ(test ^= three, two); in TEST() 190 uint128 three(3); in TEST() local 229 EXPECT_EQ(three, one | two_pod); in TEST() 230 EXPECT_EQ(three, one_pod | two); in TEST() 231 EXPECT_EQ(three, one_pod | two_pod); in TEST() 232 EXPECT_EQ(one, three & one_pod); in TEST() 235 EXPECT_EQ(two, three ^ one_pod); in TEST() 238 EXPECT_EQ(two, three & (~one)); in TEST() [all …]
|
/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/compile/libbcc/tests/debuginfo/host-tests/ |
D | jit.cpp | 16 int three() in three() function 23 return three(); in two()
|
/frameworks/base/core/tests/coretests/src/android/app/timezone/ |
D | DistroFormatVersionTest.java | 43 DistroFormatVersion three = new DistroFormatVersion(2, 1); in equalsAndHashCode() local 44 assertFalse(one.equals(three)); in equalsAndHashCode()
|
D | DistroRulesVersionTest.java | 43 DistroRulesVersion three = new DistroRulesVersion("2016b", 1); in equalsAndHashCode() local 44 assertFalse(one.equals(three)); in equalsAndHashCode()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | README.txt | 2 address book. Two programs are provided, each with three different 6 address book. The examples use the exact same format in all three languages,
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom_test.cpp | 171 <View3 xmlns:three="http://schemas.android.com/apk/res/com.three">
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | arena_unittest.cc | 118 int one, const char* two, const string& three, in MustBeConstructedWithOneThroughFour() argument 120 : one_(one), two_(two), three_(three), four_(four) {} in MustBeConstructedWithOneThroughFour() 135 int one, const char* two, const string& three, in MustBeConstructedWithOneThroughEight() argument 138 : one_(one), two_(two), three_(three), four_(four), five_(five), in MustBeConstructedWithOneThroughEight() 187 const string three("3"); in TEST() local 191 &arena, 1, "2", three, &four); in TEST() 201 const string three("3"); in TEST() local 207 &arena, 1, "2", three, &four, 5, "6", seven, eight); in TEST()
|
D | unittest_proto3.proto | 183 // three bits to communicate wire type.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | readme.txt | 4 This folder contains three kinds of file:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_enum_class_multiple_nano.proto | 46 optional FileScopeEnumMultiple three = 3 [ default = THREE ]; field
|
/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:
|
D | camera_response.rsh | 7 // Implementation of a three-parameter Camera Response Function as described in:
|
D | layered_filter_d1new_helper.rsh | 6 // This allocation has three float values of red, green, blue
|
/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):
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 15 flat shaded with three different lights.
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 55 The third column may also contain one of three other values:
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 23 The file contains three sections. The first section represents the "alphabet," including
|