/third_party/harfbuzz/test/api/ |
D | test-draw.c | 73 g_assert_cmpmem (s, 5, "54321", 5); in test_itoa() 79 g_assert_cmpmem (buf, len, "12345", 5); in test_itoa() 86 g_assert_cmpmem (buf, len, "3152", 4); in test_itoa() 93 g_assert_cmpmem (buf, len, "-6457", 5); in test_itoa() 198 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_glyf() 212 g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); in test_hb_draw_glyf() 228 g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); in test_hb_draw_glyf() 250 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_cff1() 275 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_cff1_rline() 300 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_cff2() [all …]
|
D | test-ot-meta.c | 62 g_assert_cmpmem (hb_blob_get_data (dlng, NULL), 8, "ar,de,fa", 8); in test_ot_meta_reference_entry() 72 g_assert_cmpmem (hb_blob_get_data (slng, NULL), 11, "ar,de,en,fa", 11); in test_ot_meta_reference_entry()
|
D | hb-test.h | 166 #ifndef g_assert_cmpmem 167 #define g_assert_cmpmem(m1, l1, m2, l2) g_assert_true (l1 == l2 && memcmp (m1, m2, l1) == 0) macro
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-draw.c | 73 g_assert_cmpmem (s, 5, "54321", 5); in test_itoa() 79 g_assert_cmpmem (buf, len, "12345", 5); in test_itoa() 86 g_assert_cmpmem (buf, len, "3152", 4); in test_itoa() 93 g_assert_cmpmem (buf, len, "-6457", 5); in test_itoa() 198 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_glyf() 212 g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); in test_hb_draw_glyf() 228 g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); in test_hb_draw_glyf() 250 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_cff1() 275 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_cff1_rline() 300 g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); in test_hb_draw_cff2() [all …]
|
D | test-ot-meta.c | 62 g_assert_cmpmem (hb_blob_get_data (dlng, NULL), 8, "ar,de,fa", 8); in test_ot_meta_reference_entry() 72 g_assert_cmpmem (hb_blob_get_data (slng, NULL), 11, "ar,de,en,fa", 11); in test_ot_meta_reference_entry()
|
D | hb-test.h | 166 #ifndef g_assert_cmpmem 167 #define g_assert_cmpmem(m1, l1, m2, l2) g_assert_true (l1 == l2 && memcmp (m1, m2, l1) == 0) macro
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 166 #ifndef g_assert_cmpmem 167 #define g_assert_cmpmem(m1, l1, m2, l2) g_assert_true (l1 == l2 && memcmp (m1, m2, l1) == 0) macro
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1943 g_assert_cmpmem (d1, l1, d2, l2); \
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 44791 - g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); 44792 + g_assert_cmpmem (str, draw_data.consumed, expected, sizeof (expected) - 1); 44806 - g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); 44807 + g_assert_cmpmem (str, draw_data.consumed, expected2, sizeof (expected2) - 1); 44825 - g_assert_cmpmem (str, user_data.consumed, expected3, sizeof (expected3) - 1); 44826 + g_assert_cmpmem (str, draw_data.consumed, expected3, sizeof (expected3) - 1); 44845 - g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); 44846 + g_assert_cmpmem (str, draw_data.consumed, expected, sizeof (expected) - 1); 44867 - g_assert_cmpmem (str, user_data.consumed, expected, sizeof (expected) - 1); 44868 + g_assert_cmpmem (str, draw_data.consumed, expected, sizeof (expected) - 1); [all …]
|