/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 653 def.vd_hash = 0x123; in dynlink_test_2004() 654 int ret = check_vna_hash(&def, 0xf, 0x123); in dynlink_test_2004() 667 def.vd_hash = 0x123; in dynlink_test_2005() 669 int ret = check_vna_hash(&def, 0xf, 0x123); in dynlink_test_2005() 685 info.vna_hash = 0x123; in dynlink_test_2006() 687 def.vd_hash = 0x123; in dynlink_test_2006() 705 info.vna_hash = 0x123; in dynlink_test_2007() 708 def.vd_hash = 0x123; in dynlink_test_2007() 726 info.vna_hash = 0x123; in dynlink_test_2008() 729 def.vd_hash = 0x123; in dynlink_test_2008() [all...] |
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 221 float x123 = (x12 + x23) / FLOATNUM; in Recursive() local 231 points_.PushBack(PointF(x123, y123)); in Recursive() 241 points_.PushBack(PointF(x123, y123)); in Recursive() 271 Recursive(x1, y1, x12, y12, x123, y123, level + 1); in Recursive() 272 Recursive(x123, y123, x23, y23, x3, y3, level + 1); in Recursive() 517 float x123 = (x12 + x23) / FLOATNUM; in Recursive() local 521 float x1234 = (x123 + x234) / FLOATNUM; in Recursive() 666 Recursive(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1); in Recursive()
|
/third_party/libinput/test/ |
H A D | litest-device-tablet-mode-switch.c | 31 .vendor = 0x123,
|
H A D | litest-device-generic-pressurepad.c | 86 .vendor = 0x123,
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_unicode.py | 212 b'%010x', c_int(0x123)) 214 b'%100x', c_int(0x123)) 216 b'%.100x', c_int(0x123)) 218 b'%100.80x', c_int(0x123))
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-common.c | 143 hb_tag_t x123 = HB_TAG_CHAR4 ("x123"); in test_types_script() local 167 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x123", -1)); in test_types_script() 168 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_iso15924_tag (x123)); in test_types_script()
|
/foundation/graphic/graphic_surface/surface/test/systemtest/ |
H A D | surface_ipc_with_pts_test.cpp | 84 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 105 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | surface_ipc_test.cpp | 74 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 95 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | native_window_buffer_test.cpp | 52 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 93 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | native_window_test.cpp | 182 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123);
in SetData() 195 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) {
in GetData()
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/ |
H A D | native_image_system_test.cpp | 207 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 220 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
/third_party/libsnd/src/ |
H A D | test_conversions.c | 51 short i16 = 0x123, t16 = 0 ; in conversion_test()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cfftoken.h | 68 CFF_FIELD_NUM ( 0x123, cid_uid_base, "UIDBase" )
|
/third_party/unity/test/tests/ |
H A D | test_unity_integers.c | 907 TEST_ASSERT_HEX8_WITHIN(5, 0x123, 0xF23); in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() 912 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() 1027 TEST_ASSERT_UINT8_WITHIN(5, 0x123, 0xF23); in testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() 1032 TEST_ASSERT_UINT8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() 1131 TEST_ASSERT_INT8_WITHIN(5, 0x123, 0xF23); in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() 1136 TEST_ASSERT_INT8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() 1167 TEST_ASSERT_CHAR_WITHIN(5, 0x123, 0xF23); in testCHARsWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() 1172 TEST_ASSERT_CHAR_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testCHARsWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage()
|
/third_party/ltp/testcases/network/can/filter-tests/ |
H A D | can_filter.c | 14 #define ID 0x123
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deFloat16Test.c | 176 DE_TEST_ASSERT(deFloat32To16RTZ(getFloat32(0, 127 + 15, (0x3ff << 13) + 0x123)) == getFloat16(0, 0x1e, 0x3ff)); in deFloat16_selfTest() 177 DE_TEST_ASSERT(deFloat32To16RTZ(getFloat32(1, 127 + 15, (0x3ff << 13) + 0x123)) == getFloat16(1, 0x1e, 0x3ff)); in deFloat16_selfTest()
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | private-lib-roles-mqtt.h | 225 LMQCPP_PROP_TOPIC_ALIAS_2BYTE = 0x123,
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 293 MakeSwitchTestCase(64, 1, "0x700000123", {0x123, 7}, "12", {12, 0}),
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/ |
H A D | GlyfEncoderTest.java | 244 assertEqualsByteArray(expected, tripletEncode(true, 0x123, -0x456)); in testTriplet121()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 293 MakeSwitchTestCase(64, 1, "0x700000123", {0x123, 7}, "12", {12, 0}),
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 299 MakeSwitchTestCase(64, 1, "0x700000123", {0x123, 7}, "12", {12, 0}),
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 1063 TEST_ASSERT_HEX8_WITHIN(5, 0x123, 0xF23); in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() 1068 TEST_ASSERT_HEX8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testHEX8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() 1183 TEST_ASSERT_UINT8_WITHIN(5, 0x123, 0xF23); in testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() 1188 TEST_ASSERT_UINT8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testUINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage() 1287 TEST_ASSERT_INT8_WITHIN(5, 0x123, 0xF23); in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8Bits() 1292 TEST_ASSERT_INT8_WITHIN_MESSAGE(5, 0x123, 0xF23, "Custom Message."); in testINT8sWithinDeltaWhenThereAreDifferenceOutsideOf8BitsAndCustomMessage()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 125 VIXL_CHECK(RawbitsToInt64(0x123) == 0x123); in TEST() 132 VIXL_CHECK(RawbitsToInt32(0x123) == 0x123); in TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 381 #define BTN_TOP 0x123
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 368 #define BTN_TOP 0x123
|