Home
last modified time | relevance | path

Searched refs:four (Results 1 – 22 of 22) sorted by relevance

/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h38 Data() : one(1), two(2), three(3), four(4) {} in Data()
47 four = pFour; in Data()
54 four = -4; in ~Data()
60 unsigned char four; member
DLinearAllocatorTest.h25 Data() : one(1), two(2), three(3), four(4) {} in Data()
34 four = pFour; in Data()
41 four = -4; in ~Data()
47 unsigned char four; member
DLinearAllocatorTest.cpp64 ASSERT_TRUE(4 == pointer->four); in TEST_F()
75 ASSERT_TRUE(7 == pointer->four); in TEST_F()
84 ASSERT_TRUE(4 == pointer->four); in TEST_F()
95 ASSERT_TRUE(7 == pointer->four); in TEST_F()
DRTLinearAllocatorTest.cpp65 ASSERT_TRUE(4 == pointer->four); in TEST_F()
76 ASSERT_TRUE(7 == pointer->four); in TEST_F()
85 ASSERT_TRUE(4 == pointer->four); in TEST_F()
96 ASSERT_TRUE(7 == pointer->four); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java65 ViewOne four = new ViewOne(mContext); in testLayout3() local
66 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
106 TextView four = new TextView(mContext); in testLayout6() local
107 four.setText("W"); in testLayout6()
108 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
/frameworks/rs/script_api/include/
Drs_value_types.rsh126 * Vector version of the half float type. Provides four half fields packed
277 * A vector of four floats type. These four floats are packed into a single 128 bit field
301 * A vector of four doubles. These four double fields packed into a single 256 bit field
325 * A vector of four uchars. These four uchar fields packed into a single 32 bit field
349 * A vector of four ushorts. These four ushort fields packed into a single 64 bit field
373 * A vector of four uints. These four uints are packed into a single 128 bit field
397 * A vector of four ulongs. These four ulong fields packed into a single 256 bit field
421 * A vector of four chars. These four chars are packed into a single 32 bit field
445 * A vector of four shorts. These four short fields packed into a single 64 bit field
469 * A vector of four ints. These two fours are packed into a single 128 bit field
[all …]
Drs_quaternion.rsh145 * Creates a quaternion from its four components or from another quaternion.
Drs_convert.rsh1567 * Packs three or four floating point RGBA values into a uchar4.
/frameworks/native/libs/ui/
DAndroid.bp42 // We use four-character constants for the GraphicBuffer header, and don't care
44 "-Wno-four-char-constants",
/frameworks/base/tools/aapt2/xml/
DXmlDom_test.cpp172 <View4 xmlns:four="http://schemas.android.com/apk/res-auto" />
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc119 const PleaseDontCopyMe* four) in MustBeConstructedWithOneThroughFour() argument
120 : one_(one), two_(two), three_(three), four_(four) {} in MustBeConstructedWithOneThroughFour()
136 const PleaseDontCopyMe* four, int five, const char* six, in MustBeConstructedWithOneThroughEight() argument
138 : one_(one), two_(two), three_(three), four_(four), five_(five), in MustBeConstructedWithOneThroughEight()
188 const PleaseDontCopyMe four(4); in TEST() local
191 &arena, 1, "2", three, &four); in TEST()
202 const PleaseDontCopyMe four(4); in TEST() local
207 &arena, 1, "2", three, &four, 5, "6", seven, eight); in TEST()
Ddescriptor.proto729 // Always has exactly three or four elements: start line, start column,
/frameworks/native/vulkan/
DREADME.md7 …omium.org/developers/coding-style) for naming and formatting, except with four-space indentation i…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_enum_class_multiple_nano.proto47 optional MessageScopeEnumMultiple four = 4 [ default = FOUR ]; field
DNanoTest.java2638 assertEquals(EnumClassNanoMultiple.MessageScopeEnumMultiple.FOUR, msg2.four); in testNanoJavaEnumStyle()
/frameworks/rs/script_api/
Drs_convert.spec104 Packs three or four floating point RGBA values into a uchar4.
Drs_quaternion.spec132 Creates a quaternion from its four components or from another quaternion.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_d1new_helper.rsh14 // This allocation contains four floats: red, green, blue, alpha
16 // This allocation contains four floats: red, green, blue, alpha
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop190 # The following four propertiess define:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto576 // Always has exactly three or four elements: start line, start column,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto576 // Always has exactly three or four elements: start line, start column,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt392 - Pure-Python works on all four.