/third_party/harfbuzz/test/api/ |
D | test-ot-alternates.c | 35 hb_codepoint_t alternates[3]; in test_ot_layout_lookup_get_glyph_alternates() local 37 …7, ==, hb_ot_layout_lookup_get_glyph_alternates (face, 1, 1091, 2, &alternates_count, alternates)); in test_ot_layout_lookup_get_glyph_alternates() 40 g_assert_cmpuint (1606, ==, alternates[0]); in test_ot_layout_lookup_get_glyph_alternates() 41 g_assert_cmpuint (1578, ==, alternates[1]); in test_ot_layout_lookup_get_glyph_alternates() 42 g_assert_cmpuint (1592, ==, alternates[2]); in test_ot_layout_lookup_get_glyph_alternates()
|
D | meson.build | 19 'test-ot-alternates.c',
|
D | Makefile.am | 43 test-ot-alternates \
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-alternates.c | 35 hb_codepoint_t alternates[3]; in test_ot_layout_lookup_get_glyph_alternates() local 37 …7, ==, hb_ot_layout_lookup_get_glyph_alternates (face, 1, 1091, 2, &alternates_count, alternates)); in test_ot_layout_lookup_get_glyph_alternates() 40 g_assert_cmpuint (1606, ==, alternates[0]); in test_ot_layout_lookup_get_glyph_alternates() 41 g_assert_cmpuint (1578, ==, alternates[1]); in test_ot_layout_lookup_get_glyph_alternates() 42 g_assert_cmpuint (1592, ==, alternates[2]); in test_ot_layout_lookup_get_glyph_alternates()
|
D | meson.build | 20 'test-ot-alternates.c',
|
D | Makefile.am | 44 test-ot-alternates \
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | hlsdemux_m3u8.c | 973 GList *alternates; 987 alternates = 989 assert_equals_int (alternates != NULL, TRUE); 990 media = GST_M3U8_MEDIA (g_list_nth_data (alternates, 0)); 1003 alternates = gst_m3u8_client_get_alternates (client, 1005 assert_equals_int (g_list_length (alternates), 3); 1007 assert_equals_string (g_list_nth_data (alternates, 0), "English"); 1008 assert_equals_string (g_list_nth_data (alternates, 1), "Commentary"); 1009 assert_equals_string (g_list_nth_data (alternates, 2), "Deutsche"); 1020 GList *alternates; [all …]
|
/third_party/rust/crates/regex/examples/ |
D | shootout-regex-dna-single-cheat.rs | 59 let mut alternates = vec![]; in replace_all() localVariable 62 alternates.push((re as char).to_string()); in replace_all() 65 let re = regex!(&alternates.join("|")); in replace_all()
|
D | shootout-regex-dna-cheat.rs | 74 let mut alternates = vec![]; in replace_all() localVariable 77 alternates.push((re as char).to_string()); in replace_all() 80 let re = regex!(&alternates.join("|")); in replace_all()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 539 { return hb_any (alternates, glyphs); } in intersects() 542 { c->output->add_array (alternates.arrayZ, alternates.len); } in closure() 545 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs() 550 unsigned int count = alternates.len; in apply() 567 c->replace_glyph (alternates[alt_index - 1]); in apply() 577 if (alternates.len && alternate_count) in get_alternates() 579 + alternates.sub_array (start_offset, alternate_count) in get_alternates() 583 return alternates.len; in get_alternates() 592 return_trace (alternates.serialize (c, alts)); in serialize() 602 + hb_iter (alternates) in subset() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 542 { return hb_any (alternates, glyphs); } in intersects() 545 { c->output->add_array (alternates.arrayZ, alternates.len); } in closure() 548 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs() 553 unsigned int count = alternates.len; in apply() 575 c->replace_glyph (alternates[alt_index - 1]); in apply() 585 if (alternates.len && alternate_count) in get_alternates() 587 + alternates.sub_array (start_offset, alternate_count) in get_alternates() 591 return alternates.len; in get_alternates() 600 return_trace (alternates.serialize (c, alts)); in serialize() 610 + hb_iter (alternates) in subset() [all …]
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_imports.py | 61 def alternates(members): function 67 bare_names = alternates(mapping.keys())
|
D | fix_urllib.py | 8 from lib2to3.fixes.fix_imports import alternates, FixImports 53 members = alternates(members)
|
D | fix_renames.py | 17 def alternates(members): function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 486 unsigned int count = alternates.len; in closure() 488 c->output->add (alternates[i]); in closure() 492 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs() 497 unsigned int count = alternates.len; in apply() 514 c->replace_glyph (alternates[alt_index - 1]); in apply() 525 return_trace (alternates.serialize (c, alts)); in serialize() 531 return_trace (alternates.sanitize (c)); in sanitize() 536 alternates; /* Array of alternate GlyphIDs--in member 539 DEFINE_SIZE_ARRAY (2, alternates);
|
/third_party/python/Lib/idlelib/ |
D | colorizer.py | 12 def any(name, alternates): argument 14 return "(?P<%s>" % name + "|".join(alternates) + ")"
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_ycrcb.txt | 44 The chroma component alternates between Cb and Cr values on
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_ycrcb.txt | 44 The chroma component alternates between Cb and Cr values on
|
/third_party/ffmpeg/doc/ |
D | snow.txt | 212 the sign of the coefficients is not explicitly stored but alternates
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | raytracing.txt | 32 During execution, control alternates between scheduling and other
|
D | raytracing.adoc | 32 During execution, control alternates between scheduling and other
|
/third_party/harfbuzz/ |
D | NEWS | 94 - New API to fetch glyph alternates from GSUB table.
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 228 - New API to fetch glyph alternates from GSUB table.
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 383 alternates
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 383 alternates
|