Home
last modified time | relevance | path

Searched refs:plan (Results 76 - 100 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.hh58 hb_ot_layout_kern (const hb_ot_shape_plan_t *plan,
172 _hb_clear_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_clear_syllables()
566 _hb_clear_substitution_flags (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_clear_substitution_flags()
H A Dhb-ot-kern-table.hh66 if (!c->plan->requested_kerning) in apply()
73 machine.kern (c->font, c->buffer, c->plan->kern_mask); in apply()
H A Dhb-subset-plan.hh207 hb_subset_plan_destroy (hb_subset_plan_t *plan);
H A Dhb-aat-layout-trak-table.hh164 hb_mask_t trak_mask = c->plan->trak_mask; in apply()
H A Dhb-ot-color-sbix-table.hh143 unsigned int num_output_glyphs = c->plan->num_output_glyphs (); in subset()
158 if (!c->plan->old_gid_for_new_gid (new_gid, &old_gid) || in subset()
H A Dhb-ot-color-cpal-table.hh231 const hb_map_t *color_index_map = c->plan->colr_palettes; in subset()
H A Dhb-ot-post-table.hh101 bool glyph_names = c->plan->flags & HB_SUBSET_FLAGS_GLYPH_NAMES; in subset()
H A Dhb-ot-layout-common.hh1324 const hb_set_t *glyphset = c->plan->glyphset_gsub (); in subset()
1722 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); in subset()
1723 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()
1963 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); in subset()
1964 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()
2181 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); in subset()
2182 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset()
2924 const hb_set_t *variation_indices = c->plan->layout_variation_indices; in subset()
2932 for (unsigned idx : c->plan->layout_variation_indices->iter ()) in subset()
H A Dhb-ot-shape-complex-vowel-constraints.cc38 _hb_preprocess_text_vowel_constraints (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_preprocess_text_vowel_constraints()
H A Dhb-aat-layout-common.hh863 const hb_ot_shape_plan_t *plan; member
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Doffset.js52 t.plan(offsets.length * 2 + 1);
/third_party/node/deps/npm/node_modules/is-core-module/test/
H A Dindex.js29 st.plan(cores.length);
/third_party/openssl/test/recipes/
H A Dtconversion.pl52 plan tests => $totaltests;
H A D20-test_kdf.t87 plan tests => scalar @kdf_tests;
/third_party/node/deps/npm/node_modules/function-bind/test/
H A Dindex.js15 t.plan(nonFunctions.length);
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
/third_party/node/deps/openssl/openssl/util/perl/
H A Dcheckhandshake.pm145 plan tests => $numtests;
/third_party/openssl/util/perl/
H A Dcheckhandshake.pm145 plan tests => $numtests;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h221 /// A builder used to construct the current plan.
238 Optional<VectorizationFactor> plan(unsigned UserVF);
240 /// Use the VPlan-native path to plan how to best vectorize, return the best
/third_party/cups-filters/filter/
H A Dpdfutils.c394 if (emb->plan&EMB_A_MULTIBYTE) { in pdfOut_write_font()
H A Dtexttopdf.c110 assert(emb->plan&EMB_A_MULTIBYTE); in font_load()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_scan.c433 struct nlattr *plan = nla_nest_start(msg, i + 1); in nl80211_sched_scan_add_scan_plans() local
435 if (!plan) in nl80211_sched_scan_add_scan_plans()
442 "nl80211: sched scan plan no. %u: Invalid interval: %u", in nl80211_sched_scan_add_scan_plans()
454 "nl80211: sched scan plan no. %u: Invalid number of iterations: %u", in nl80211_sched_scan_add_scan_plans()
464 nla_nest_end(msg, plan); in nl80211_sched_scan_add_scan_plans()
468 * except the last plan, which will run infinitely. So if the in nl80211_sched_scan_add_scan_plans()
470 * last scan plan. in nl80211_sched_scan_add_scan_plans()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_scan.c443 struct nlattr *plan = nla_nest_start(msg, i + 1); in nl80211_sched_scan_add_scan_plans() local
445 if (!plan) in nl80211_sched_scan_add_scan_plans()
452 "nl80211: sched scan plan no. %u: Invalid interval: %u", in nl80211_sched_scan_add_scan_plans()
464 "nl80211: sched scan plan no. %u: Invalid number of iterations: %u", in nl80211_sched_scan_add_scan_plans()
474 nla_nest_end(msg, plan); in nl80211_sched_scan_add_scan_plans()
478 * except the last plan, which will run infinitely. So if the in nl80211_sched_scan_add_scan_plans()
480 * last scan plan. in nl80211_sched_scan_add_scan_plans()
/third_party/node/lib/internal/test_runner/
H A Dtest.js738 reporter.plan(nesting, loc, harness.counters.topLevel);
795 this.reporter.plan(this.subtests[0].nesting, this.loc, this.subtests.length);
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go20 // ./tools/get-test-plan --spec=<path-to-spec-file-or-url> --output=<path-to-output-file>
25 // ./tools/get-test-plan --help
49 toolName = "get-test-plan"
86 fmt.Fprintf(out, "%v parses WGSL spec and outputs a test plan\n", toolName)
121 validation cts test plan will be written to: '<cts-directory>/validation/'
122 builtin functions cts test plan will be written to: '<cts-directory>/execution/builtin'`)
807 // getUnimplementedPlan generate the typescript code of a test plan for rules in sections[start, end]
845 // validationTestPlan generates the typescript code of a test plan for rules in sections[start, end]
885 // executionTestPlan generates the typescript code of a test plan for rules in the given section

Completed in 30 milliseconds

12345