Home
last modified time | relevance | path

Searched refs:x123 (Results 1 - 25 of 42) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_dynlink.c653 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 Dgeometry_curves.cpp221 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 Dlitest-device-tablet-mode-switch.c31 .vendor = 0x123,
H A Dlitest-device-generic-pressurepad.c86 .vendor = 0x123,
/third_party/python/Lib/test/test_capi/
H A Dtest_unicode.py212 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 Dtest-common.c143 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 Dsurface_ipc_with_pts_test.cpp84 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
105 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
H A Dsurface_ipc_test.cpp74 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
95 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
H A Dnative_window_buffer_test.cpp52 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
93 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
H A Dnative_window_test.cpp182 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 Dnative_image_system_test.cpp207 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
220 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
/third_party/libsnd/src/
H A Dtest_conversions.c51 short i16 = 0x123, t16 = 0 ; in conversion_test()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcfftoken.h68 CFF_FIELD_NUM ( 0x123, cid_uid_base, "UIDBase" )
/third_party/unity/test/tests/
H A Dtest_unity_integers.c907 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 Dcan_filter.c14 #define ID 0x123
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeFloat16Test.c176 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 Dprivate-lib-roles-mqtt.h225 LMQCPP_PROP_TOPIC_ALIAS_2BYTE = 0x123,
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp293 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 DGlyfEncoderTest.java244 assertEqualsByteArray(expected, tripletEncode(true, 0x123, -0x456)); in testTriplet121()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.control_flow_test.cpp293 MakeSwitchTestCase(64, 1, "0x700000123", {0x123, 7}, "12", {12, 0}),
/third_party/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp299 MakeSwitchTestCase(64, 1, "0x700000123", {0x123, 7}, "12", {12, 0}),
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1063 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 Dtest-api-aarch64.cc125 VIXL_CHECK(RawbitsToInt64(0x123) == 0x123); in TEST()
132 VIXL_CHECK(RawbitsToInt32(0x123) == 0x123); in TEST()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h381 #define BTN_TOP 0x123
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h368 #define BTN_TOP 0x123

Completed in 28 milliseconds

12