Home
last modified time | relevance | path

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

12

/frameworks/base/tests/net/common/java/android/net/
DNetworkTest.java123 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/
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
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()
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()
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128_unittest.cc48 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/
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/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp16 int three() in three() function
23 return three(); in two()
/frameworks/base/core/tests/coretests/src/android/app/timezone/
DDistroFormatVersionTest.java43 DistroFormatVersion three = new DistroFormatVersion(2, 1); in equalsAndHashCode() local
44 assertFalse(one.equals(three)); in equalsAndHashCode()
DDistroRulesVersionTest.java43 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/
DREADME.txt2 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/
DXmlDom_test.cpp171 <View3 xmlns:three="http://schemas.android.com/apk/res/com.three">
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc118 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()
Dunittest_proto3.proto183 // three bits to communicate wire type.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt4 This folder contains three kinds of file:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_enum_class_multiple_nano.proto46 optional FileScopeEnumMultiple three = 3 [ default = THREE ]; field
/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:
Dcamera_response.rsh7 // Implementation of a three-parameter Camera Response Function as described in:
Dlayered_filter_d1new_helper.rsh6 // This allocation has three float values of red, green, blue
/frameworks/rs/script_api/
Drs_convert.spec104 Packs three or four floating point RGBA values into a uchar4.
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/
DREADME49 - To sign with three signers in the lineage (after the second key rotation):
/frameworks/native/opengl/tests/angeles/
DREADME.txt15 flat shaded with three different lights.
/frameworks/native/cmds/flatland/
DREADME.txt55 The third column may also contain one of three other values:
/frameworks/minikin/doc/
Dhyb_file_format.md23 The file contains three sections. The first section represents the "alphabet," including

12