/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-tag.c | 80 hb_script_t tag1, tag2, tag3; in test_indic_tags() local 86 tag2 = hb_tag_from_string (s2, -1); in test_indic_tags() 95 g_assert_cmphex (t[1], ==, tag2); in test_indic_tags() 99 g_assert_cmphex (hb_ot_tag_to_script (tag2), ==, script); in test_indic_tags() 211 hb_tag_t tag2; in test_language_two_way() local 218 NULL, NULL, &count, &tag2); in test_language_two_way() 221 g_assert_cmphex (tag, ==, tag2); in test_language_two_way() 232 hb_tag_t tag2; in test_tag_from_language() local 239 NULL, NULL, &count, &tag2); in test_tag_from_language() 242 g_assert_cmphex (tag, ==, tag2); in test_tag_from_language()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afshaper.c | 61 tag1, tag2, tag3, tag4 ) \ argument 64 HB_TAG( tag1, tag2, tag3, tag4 ), \ 75 tag1, tag2, tag3, tag4 ) \ argument 412 tag1, tag2, tag3, tag4 ) \ argument 416 HB_TAG( tag1, tag2, tag3, tag4 ), \ 428 tag1, tag2, tag3, tag4 ) \ argument
|
D | aftypes.h | 344 tag1, tag2, tag3, tag4 ) \ argument
|
/third_party/PyYAML/tests/data/ |
D | construct-custom.data | 8 - !tag2 10 - !tag2
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/ |
D | is.tentative.any.js | 21 const tag2 = new WebAssembly.Tag({ parameters: ["i32"] }); constant 24 assert_false(exn.is(tag2));
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR25661-7-v1.c | 14 int tag2[2]; member
|
D | test-PR25661-7-report-4.txt | 11 'union {int tag2[2]; struct {int c; int d;};}'
|
D | test-PR25661-7-report-3.txt | 13 'union {int tag2[2]; struct {int c; int d;};}'
|
/third_party/icu/icu4c/source/test/testdata/ |
D | te_IN.txt | 50 tag2 { TE_IN2 }
|
D | default.txt | 31 tag2 { DEFAULT2 }
|
D | root.txt | 33 tag2 { ROOT2 }
|
D | te.txt | 71 tag2 { TE2 }
|
/third_party/mbedtls/library/ |
D | ccm.c | 533 const unsigned char *tag2, in mbedtls_ccm_compare_tags() argument 541 diff |= tag1[i] ^ tag2[i]; in mbedtls_ccm_compare_tags()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 1280 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_tag() argument 1311 if (tag2) { in gst_qt_mux_add_mp4_tag() 1317 got_tag = gst_tag_list_get_uint (list, tag2, &count) || got_tag; in gst_qt_mux_add_mp4_tag() 1342 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_date() argument 1376 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_cover() argument 1430 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_3gp_str() argument 1436 g_return_if_fail (!tag2 || gst_tag_get_type (tag2) == G_TYPE_UINT); in gst_qt_mux_add_3gp_str() 1441 if (tag2) in gst_qt_mux_add_3gp_str() 1442 if (!gst_tag_list_get_uint (list, tag2, &number)) in gst_qt_mux_add_3gp_str() 1443 tag2 = NULL; in gst_qt_mux_add_3gp_str() [all …]
|
D | qtdemux_tags.c | 430 const char *tag1, const char *tag2, GNode * node) in qtdemux_tag_add_num() argument 449 GST_DEBUG_OBJECT (qtdemux, "adding tag %s=%d", tag2, n2); in qtdemux_tag_add_num() 450 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, tag2, n2, NULL); in qtdemux_tag_add_num()
|
/third_party/libexif/libexif/ |
D | exif-data.c | 544 ExifShort tag2 = exif_get_short (p2, o); in cmp_func() local 546 return (tag1 < tag2) ? -1 : (tag1 > tag2) ? 1 : 0; in cmp_func()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 399 FT_Byte* tag2 = border->tags + count - 1; in ft_stroke_border_close() local 402 for ( ; tag1 < tag2; tag1++, tag2-- ) in ft_stroke_border_close() 408 *tag1 = *tag2; in ft_stroke_border_close() 409 *tag2 = tmp; in ft_stroke_border_close()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 110 FT_Tag tag2 = table2->Tag; in compare_tags() local 113 if ( tag1 > tag2 ) in compare_tags() 115 else if ( tag1 < tag2 ) in compare_tags()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | parseutils | 242 1. tag2 found: val2
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 163 let tag2 = getProperty(ts, "tag");
|
/third_party/ffmpeg/libavformat/ |
D | matroskaenc.c | 1523 ebml_master tag2; in mkv_write_tag() local 1526 ret = mkv_write_tag_targets(mkv, pb, tag ? tag : &tag2, elementid, uid); in mkv_write_tag() 1539 end_ebml_master(*pb, tag2); in mkv_write_tag()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 5450 static const char tag2[] = "zh-xiang-u-nu-thai-x-0"; in TestBug20410() local 5452 Locale result2 = Locale::forLanguageTag(tag2, status); in TestBug20410() 5453 status.errIfFailureAndReset("\"%s\"", tag2); in TestBug20410() 5454 assertEquals(tag2, expected2.getName(), result2.getName()); in TestBug20410()
|
/third_party/typescript/tests/baselines/reference/ |
D | keyofAndIndexedAccess.js | 161 let tag2 = getProperty(ts, "tag"); variable 778 var tag2 = getProperty(ts, "tag");
|
D | keyofAndIndexedAccess.errors.txt | 176 let tag2 = getProperty(ts, "tag");
|
/third_party/openssl/test/ |
D | evp_extra_test.c | 3934 const unsigned char *tag2; member 4042 if (!TEST_mem_eq(t->tag2, taglen, tag, taglen)) { in test_gcm_reinit()
|