Home
last modified time | relevance | path

Searched refs:expected_blob (Results 1 – 7 of 7) sorted by relevance

/third_party/harfbuzz/test/api/
Dhb-subset-test.h98 hb_blob_t *expected_blob, *actual_blob; in hb_subset_test_check() local
99 expected_blob = hb_face_reference_table (expected, table); in hb_subset_test_check()
101 …ted %d bytes, actual %d bytes\n", HB_UNTAG(table), hb_blob_get_length(expected_blob), hb_blob_get_… in hb_subset_test_check()
103 if (hb_blob_get_length (expected_blob) != 0 || in hb_subset_test_check()
105 hb_test_assert_blobs_equal (expected_blob, actual_blob); in hb_subset_test_check()
106 hb_blob_destroy (expected_blob); in hb_subset_test_check()
Dhb-test.h170 static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob_t *actual_blob) in hb_test_assert_blobs_equal() argument
173 const char *raw_expected = hb_blob_get_data (expected_blob, &expected_length); in hb_test_assert_blobs_equal()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dhb-subset-test.h99 hb_blob_t *expected_blob, *actual_blob; in hb_subset_test_check() local
100 expected_blob = hb_face_reference_table (expected, table); in hb_subset_test_check()
102 …ted %d bytes, actual %d bytes\n", HB_UNTAG(table), hb_blob_get_length(expected_blob), hb_blob_get_… in hb_subset_test_check()
104 if (hb_blob_get_length (expected_blob) != 0 || in hb_subset_test_check()
106 hb_test_assert_blobs_equal (expected_blob, actual_blob); in hb_subset_test_check()
107 hb_blob_destroy (expected_blob); in hb_subset_test_check()
Dhb-test.h170 static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob_t *actual_blob) in hb_test_assert_blobs_equal() argument
173 const char *raw_expected = hb_blob_get_data (expected_blob, &expected_length); in hb_test_assert_blobs_equal()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dhb-subset-test.h93 hb_blob_t *expected_blob, *actual_blob; in hb_subset_test_check() local
94 expected_blob = hb_face_reference_table (expected, table); in hb_subset_test_check()
96 …ted %d bytes, actual %d bytes\n", HB_UNTAG(table), hb_blob_get_length(expected_blob), hb_blob_get_… in hb_subset_test_check()
97 hb_test_assert_blobs_equal (expected_blob, actual_blob); in hb_subset_test_check()
98 hb_blob_destroy (expected_blob); in hb_subset_test_check()
Dhb-test.h170 static inline void hb_test_assert_blobs_equal (hb_blob_t *expected_blob, hb_blob_t *actual_blob) in hb_test_assert_blobs_equal() argument
173 const char *raw_expected = hb_blob_get_data (expected_blob, &expected_length); in hb_test_assert_blobs_equal()
/third_party/chromium/patch/
D0001-cve.patch46202 + hb_blob_t *expected_blob = hb_face_reference_table (face_expected, HB_TAG ('G','S','U','B'));
46203 + fprintf(stderr, "expected %d bytes, actual %d bytes\n", hb_blob_get_length(expected_blob), hb_bl…
46205 + if (hb_blob_get_length (expected_blob) != 0 ||
46207 + hb_test_assert_blobs_equal (expected_blob, result);
46210 + hb_blob_destroy (expected_blob);