Home
last modified time | relevance | path

Searched refs:u3 (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/compile/mclinker/unittests/
H A DGraphTest.cpp60 ASSERT_TRUE(head == u3); in TEST_F()
80 ASSERT_TRUE(head == u3); in TEST_F()
107 ASSERT_TRUE(head == u3); in TEST_F()
127 ASSERT_TRUE(head == u3); in TEST_F()
154 ASSERT_TRUE(head == u3); in TEST_F()
156 graph.erase(*u3); in TEST_F()
194 ASSERT_TRUE(u3->first_in == a2 && u3->first_out == a3); in TEST_F()
214 ASSERT_TRUE(u3->first_in == a3 && u3->first_out == NULL); in TEST_F()
237 ASSERT_TRUE(u3->first_in == NULL && u3->first_out == a3); in TEST_F()
289 ASSERT_TRUE(u3->first_in == a2 && u3->first_out == NULL); in TEST_F()
[all …]
/aosp12/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/
H A Duuid_unittest.cc73 …const uint8_t u3[] = {0x00, 0x00, 0x55, 0x3e, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f… in TEST() local
75 EXPECT_TRUE(memcmp(&uuid, u3, sizeof(u3)) == 0); in TEST()
89 …const uint8_t u3[] = {0x33, 0x44, 0x55, 0x3e, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f… in TEST() local
91 EXPECT_TRUE(memcmp(&uuid, u3, sizeof(u3)) == 0); in TEST()
126 …const uint8_t u3[] = {0x12, 0x34, 0x11, 0x28, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f… in TEST() local
130 EXPECT_TRUE(memcmp(&uuid, u3, sizeof(u3)) == 0); in TEST()
/aosp12/system/bt/types/test/bluetooth/
H A Duuid_unittest.cc79 const uint8_t u3[] = {0x00, 0x00, 0x55, 0x3e, 0x00, 0x00, 0x10, 0x00, in TEST() local
82 EXPECT_TRUE(memcmp(&uuid, u3, sizeof(u3)) == 0); in TEST()
98 const uint8_t u3[] = {0x33, 0x44, 0x55, 0x3e, 0x00, 0x00, 0x10, 0x00, in TEST() local
101 EXPECT_TRUE(memcmp(&uuid, u3, sizeof(u3)) == 0); in TEST()
140 const uint8_t u3[] = {0x12, 0x34, 0x11, 0x28, 0x00, 0x00, 0x10, 0x00, in TEST() local
145 EXPECT_TRUE(memcmp(&uuid, u3, sizeof(u3)) == 0); in TEST()
/aosp12/system/bt/gd/hci/
H A Duuid_unittest.cc77 …const uint8_t u3[] = {0x00, 0x00, 0x55, 0x3e, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f… in TEST() local
79 ASSERT_TRUE(memcmp(uuid.data(), u3, sizeof(u3)) == 0); in TEST()
93 …const uint8_t u3[] = {0x33, 0x44, 0x55, 0x3e, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f… in TEST() local
95 ASSERT_TRUE(memcmp(uuid.data(), u3, sizeof(u3)) == 0); in TEST()
128 …const uint8_t u3[] = {0x12, 0x34, 0x11, 0x28, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5f… in TEST() local
131 ASSERT_TRUE(memcmp(uuid->data(), u3, sizeof(u3)) == 0); in TEST()
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_test.cc226 params->uuid1->ToString().c_str(), params->u2, params->u3); in btif_gattc_test_command_impl()
228 params->u2, params->u3, *params->uuid1); in btif_gattc_test_command_impl()
234 __func__, params->u1, params->u2, params->u3, params->u4, in btif_gattc_test_command_impl()
239 bte_appl_cfg.ble_init_key = params->u3; in btif_gattc_test_command_impl()
/aosp12/system/netd/libnetdutils/
H A DFdTest.cpp122 UniqueFd u3; in TEST_F() local
123 u3 = std::move(u2); in TEST_F()
126 EXPECT_TRUE(isWellFormed(u3)); in TEST_F()
/aosp12/art/libartbase/base/
H A Dbit_struct_test.cc223 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/3) u3;
238 tst.u3 = 0b111u; in TEST()
243 uint8_t read_u3 = tst.u3; in TEST()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c129 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable
266 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5))))); in __ieee754_lgamma_r()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c113 u3 = 6.49503267711258043997790983071543710e+00L, variable
291 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+ in lgammal_r()
/aosp12/frameworks/rs/driver/
H A DrsdGL.h92 float x3, float y3, float z3, float u3, float v3,
H A DrsdGL.cpp543 float x3, float y3, float z3, float u3, float v3, in rsdGLDrawQuadTexCoords() argument
547 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; in rsdGLDrawQuadTexCoords()
H A DrsdRuntimeStubs.cpp855 float x3, float y3, float z3, float u3, float v3, argument
875 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4};
1037 float x3, float y3, float z3, float u3, float v3, argument
1041 x3, y3, z3, u3, v3,
/aosp12/system/bt/include/hardware/
H A Dbt_gatt_client.h71 uint16_t u3; member
/aosp12/frameworks/rs/
H A DrsFont.h251 float u3, float v3,
H A DrsFont.cpp668 float u3, float v3, in appendMeshQuad() argument
702 (*currentPos++) = u3; in appendMeshQuad()
/aosp12/frameworks/rs/script_api/
H A Drs_graphics.spec521 arg: float u3
/aosp12/frameworks/rs/script_api/include/
H A Drs_graphics.rsh837 float z2, float u2, float v2, float x3, float y3, float z3, float u3,
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2282 params.u3 = p3; in gattTestNative()
/aosp12/system/extras/simpleperf/scripts/inferno/
H A Dinferno.b641u3+uzryKI6cU+31VKxdv/ZjnD6h5+kkpJV35+//VzXX/e//x3nZx9EHJksbnzmrnh3+6t7/1xLPKlw5p8uEH2vzd/2v/8fyb+7…
/aosp12/hardware/interfaces/tv/tuner/assets/
H A Dtuner_frontend_input.es1059 …H�/{�Lb����a3V�QF#��-j���1�&'mI��?�c�Z�-�/&��f[�n�wWi`�uP;��t�e�.+]�Ve� TT��.u3-�,��� �q
1318 �D�d�ȐM����P,�\`!�� �Z��w(,�DF^�|B�^�L1����L_͓ ̿M4�q�?�E�[@:�� �@���hP�u3�9�uN��ꪢ��(s�…
2149 �IO��Um�@I�ԕ�cG �f �u��*lA��Yt7$"����u3��5a�c}��Fa?�'^Œ�9x����&h�d�����Ĺ�P,p��M� A��#…
3670 �#(���24�� |V��80`�ѣF��v�BCQߣ��� �=/xl� �;t��m}|~;j_�� R�?��*��8�盱"�u3��e��H p�#��>�����J/xB�…
5404 R�A��p������S����W��ol�s���,�.*[:N *�5הX� wr�Vah@��?�<��-�u3 �9� |�B�dJ#�Y�˴ ��3��T����…
H A Dtuner_frontend_input.ts1129 �D�d�ȐM����P,�\`!�� �Z��w(,�DF^�G�|B�^�L1����L_͓ ̿M4�q�?�E�[@:�� �@���hP�u3�9�uN��ꪢ�…
/aosp12/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!