HomeSort by relevance Sort by last modified time
    Searched refs:plan (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc 165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED,
195 position_mark (const hb_ot_shape_plan_t *plan,
301 position_around_base (const hb_ot_shape_plan_t *plan,
348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction))
349 horiz_dir = plan->props.direction;
351 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
368 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class);
387 position_cluster (const hb_ot_shape_plan_t *plan,
407 position_around_base (plan, font, buffer, i, j);
414 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan,
    [all...]
hb-ot-shape-complex-indic.cc 415 setup_syllables (const hb_ot_shape_plan_t *plan,
419 initial_reordering (const hb_ot_shape_plan_t *plan,
423 final_reordering (const hb_ot_shape_plan_t *plan,
427 clear_syllables (const hb_ot_shape_plan_t *plan,
432 collect_features_indic (hb_ot_shape_planner_t *plan)
434 hb_ot_map_builder_t *map = &plan->map;
463 override_features_indic (hb_ot_shape_planner_t *plan)
468 switch ((hb_tag_t) plan->props.script)
471 plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL);
476 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL)
    [all...]
hb-ot-shape-complex-hangul.cc 54 collect_features_hangul (hb_ot_shape_planner_t *plan)
56 hb_ot_map_builder_t *map = &plan->map;
63 override_features_hangul (hb_ot_shape_planner_t *plan)
68 plan->map.add_feature (HB_TAG('c','a','l','t'), 0, F_GLOBAL);
79 data_create_hangul (const hb_ot_shape_plan_t *plan)
86 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]);
131 preprocess_text_hangul (const hb_ot_shape_plan_t *plan,
394 setup_masks_hangul (const hb_ot_shape_plan_t *plan,
398 const hangul_shape_plan_t *hangul_plan = (const hangul_shape_plan_t *) plan->data;
hb-ot-shape-normalize.cc 288 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
294 hb_ot_shape_normalization_mode_t mode = plan->shaper->normalization_preference;
296 plan,
300 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode,
301 plan->shaper->compose ? plan->shaper->compose : compose_unicode
hb-ot-map-private.hh 68 typedef void (*pause_func_t) (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer);
123 const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
124 HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
125 HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
hb-ot-shape-complex-thai.cc 218 do_thai_pua_shaping (const hb_ot_shape_plan_t *plan HB_UNUSED,
257 preprocess_text_thai (const hb_ot_shape_plan_t *plan,
363 if (plan->props.script == HB_SCRIPT_THAI && !plan->map.found_script[0])
364 do_thai_pua_shaping (plan, buffer, font);
hb-ot-shape-complex-hebrew.cc 73 if (!found && !c->plan->has_mark)
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED,
195 position_mark (const hb_ot_shape_plan_t *plan,
301 position_around_base (const hb_ot_shape_plan_t *plan,
348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction))
349 horiz_dir = plan->props.direction;
351 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
368 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class);
387 position_cluster (const hb_ot_shape_plan_t *plan,
407 position_around_base (plan, font, buffer, i, j);
414 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan,
    [all...]
hb-ot-shape-complex-arabic-fallback.hh 56 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED,
106 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED,
186 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan,
191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
193 return arabic_fallback_synthesize_lookup_ligature (plan, font);
208 arabic_fallback_plan_create (const hb_ot_shape_plan_t *plan,
217 fallback_plan->mask_array[i] = plan->map.get_1_mask (arabic_fallback_features[i]);
219 fallback_plan->lookup_array[i] = arabic_fallback_synthesize_lookup (plan, font, i);
hb-ot-shape-complex-indic.cc 415 setup_syllables (const hb_ot_shape_plan_t *plan,
419 initial_reordering (const hb_ot_shape_plan_t *plan,
423 final_reordering (const hb_ot_shape_plan_t *plan,
427 clear_syllables (const hb_ot_shape_plan_t *plan,
432 collect_features_indic (hb_ot_shape_planner_t *plan)
434 hb_ot_map_builder_t *map = &plan->map;
463 override_features_indic (hb_ot_shape_planner_t *plan)
468 switch ((hb_tag_t) plan->props.script)
471 plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL);
476 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL)
    [all...]
hb-ot-shape-complex-hangul.cc 54 collect_features_hangul (hb_ot_shape_planner_t *plan)
56 hb_ot_map_builder_t *map = &plan->map;
70 data_create_hangul (const hb_ot_shape_plan_t *plan)
77 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]);
122 preprocess_text_hangul (const hb_ot_shape_plan_t *plan,
385 setup_masks_hangul (const hb_ot_shape_plan_t *plan,
389 const hangul_shape_plan_t *hangul_plan = (const hangul_shape_plan_t *) plan->data;
hb-ot-shape-normalize.cc 288 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
292 hb_ot_shape_normalization_mode_t mode = plan->shaper->normalization_preference;
294 plan,
298 plan->shaper->decompose ? plan->shaper->decompose : decompose_unicode,
299 plan->shaper->compose ? plan->shaper->compose : compose_unicode
hb-ot-map-private.hh 68 typedef void (*pause_func_t) (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer);
123 const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
124 HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
125 HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
hb-ot-shape-complex-thai.cc 218 do_thai_pua_shaping (const hb_ot_shape_plan_t *plan HB_UNUSED,
257 preprocess_text_thai (const hb_ot_shape_plan_t *plan,
363 if (plan->props.script == HB_SCRIPT_THAI && !plan->map.found_script[0])
364 do_thai_pua_shaping (plan, buffer, font);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 78 mPlan = new TestPlan("plan", AbiUtils.getAbisSupportedByCts());
82 * Simple test for parsing a plan containing two names
91 * @param plan
93 private void assertTestData(TestPlan plan) {
95 assertEquals(2 * abis.size(), plan.getTestIds().size());
98 Iterator<String> iter = plan.getTestIds().iterator();
105 assertFalse(plan.getTestFilter(test1Id).hasExclusion());
106 assertFalse(plan.getTestFilter(test2Id).hasExclusion());
111 * Test parsing a plan containing a single excluded test
127 * Test parsing a plan containing multiple excluded test
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c 199 WherePlan plan; /* The lookup strategy */ member in struct:WhereCost
201 Bitmask used; /* Bitmask of cursors used by this plan */
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 78 plan(tests => 1 * $testCasesCount); # Total number of assertions.
prepareParsedPatch.pl 125 plan(tests => $testCasesCount);
parseDiffHeader.pl 105 plan(tests => 2 * $testCasesCount); # Total number of assertions.
parsePatch.pl 78 plan(tests => @expectedDiffHashRefs * @diffHashRefKeys);
parseChunkRange.pl 258 plan(tests => $testCasesCount);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 647 def emitBenchRunCodeFile(name, plan, benchDataPath, benchPath)
648 case plan.vm.vmType
674 doublePuts($stderr,file," if (__bencher_index >= #{$warmup}) print(\"#{name}: #{plan.vm}: #{plan.iteration}: \" + (__bencher_index - #{$warmup}) + \": Time: \"+(after-before));");
675 doublePuts($stderr,file," gc();") unless plan.vm.shouldMeasureGC
688 doublePuts($stderr,file,"gc();") unless plan.vm.shouldMeasureGC
692 doublePuts($stderr,file,"print(\"#{name}: #{plan.vm}: #{plan.iteration}: #{innerIndex}: Time: \"+__bencher_run(#{benchPath.inspect}));")
693 doublePuts($stderr,file,"gc();") unless plan.vm.shouldMeasureGC
703 doublePuts($stderr,file," debug(\"#{name}: #{plan.vm}: #{plan.iteration}: \" + (__bencher_count - #{$warmup}) + \": Time: \" + result);"
    [all...]
  /external/lldb/source/Target/
Thread.cpp 285 // Tell any plans on the plan stack that the thread is being destroyed since
288 for (auto plan : m_plan_stack)
289 plan->ThreadDestroyed();
296 // Push a ThreadPlanNull on the plan stack. That way we can continue assuming that the
297 // plan stack is never empty, but if somebody errantly asks questions of a destroyed thread
557 // If we're at a breakpoint push the step-over breakpoint plan. Do this before
558 // telling the current plan it will resume, since we might change what the current
559 // plan is.
601 // At this point clear the completed plan stack.
629 // We distinguish between the plan on the top of the stack and the lowe
1049 ThreadPlanSP &plan = m_plan_stack.back(); local
1066 ThreadPlanSP &plan = m_plan_stack.back(); local
1402 ThreadPlanStepInRange *plan = new ThreadPlanStepInRange (*this, range, addr_context, stop_other_threads); local
    [all...]
  /cts/tools/utils/cts/
tools.py 111 """A CTS test plan generator."""
114 """Instantiate a test plan with a list of available package names.
128 """Include only specific tests in this plan.
146 """Exclude specific tests from this plan.
163 """Exclude all packages matching the given regular expression from the plan.
179 """Include all packages matching the given regular expressions in the plan.
194 """Write the test plan to the given file.
199 file_name: The name of the file into which the test plan should be written.
202 plan = doc.createElement('TestPlan')
203 plan.setAttribute('version', '1.0'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 

Completed in 595 milliseconds

12 3 4