HomeSort by relevance Sort by last modified time
    Searched full:plan (Results 51 - 75 of 885) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lldb/include/lldb/Target/
ThreadPlanStepRange.h 64 // Pushes a plan to proceed through the next section of instructions in the range - usually just a RunToAddress
65 // plan to run to the next branch. Returns true if it pushed such a plan. If there was no available 'quick run'
66 // plan, then just single step.
ThreadPlanCallFunction.h 25 // Create a thread plan to call a function at the address passed in the "function"
26 // argument. If you plan to call GetReturnValueObject, then pass in the
91 // plan is complete, you can call "GetReturnValue()" to retrieve the value
112 // thread state gets restored if the plan gets discarded.
116 // If the thread plan stops mid-course, this will be the stop reason that interrupted us.
ThreadPlanShouldStopHere.h 22 // when a thread plan comes to a place where it would ordinarily stop. If such modification makes
23 // sense for your plan, inherit from this class, and when you would be about to stop (in your ShouldStop
24 // method), call InvokeShouldStopHereCallback, and if that returns a non-NULL plan, execute that
25 // plan instead of stopping.
72 // Implement this, and call it in the plan's constructor to set the default flags.
  /external/chromium_org/third_party/harfbuzz-ng/src/
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-fallback.cc 165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED,
193 position_mark (const hb_ot_shape_plan_t *plan,
299 position_around_base (const hb_ot_shape_plan_t *plan,
345 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction))
346 horiz_dir = plan->props.direction;
348 horiz_dir = hb_script_get_horizontal_direction (plan->props.script);
365 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class);
384 position_cluster (const hb_ot_shape_plan_t *plan,
403 position_around_base (plan, font, buffer, i, j);
410 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan,
    [all...]
hb-ot-shape-complex-indic.cc 414 setup_syllables (const hb_ot_shape_plan_t *plan,
418 initial_reordering (const hb_ot_shape_plan_t *plan,
422 final_reordering (const hb_ot_shape_plan_t *plan,
426 clear_syllables (const hb_ot_shape_plan_t *plan,
431 collect_features_indic (hb_ot_shape_planner_t *plan)
433 hb_ot_map_builder_t *map = &plan->map;
462 override_features_indic (hb_ot_shape_planner_t *plan)
467 switch ((hb_tag_t) plan->props.script)
470 plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL);
475 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL)
    [all...]
hb-shape-plan.cc 27 #include "hb-shape-plan-private.hh"
174 * @shape_plan: a shape plan.
190 * @shape_plan: a shape plan.
212 * @shape_plan: a shape plan.
236 * @shape_plan: a shape plan.
255 * @shape_plan: a shape plan.
318 * not cases where the feature lists would be compatible for plan purposes
428 /* Don't add the plan to the cache if there were user features with non-global ranges */
451 * @shape_plan: a shape plan.
  /external/harfbuzz_ng/src/
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-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-shape-plan.cc 27 #include "hb-shape-plan-private.hh"
174 * @shape_plan: a shape plan.
190 * @shape_plan: a shape plan.
212 * @shape_plan: a shape plan.
236 * @shape_plan: a shape plan.
255 * @shape_plan: a shape plan.
318 * not cases where the feature lists would be compatible for plan purposes
428 /* Don't add the plan to the cache if there were user features with non-global ranges */
451 * @shape_plan: a shape plan.
  /external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp 97 // This plan is a utility plan, so set it to discard itself when done.
183 // This plan is a utility plan, so set it to discard itself when done.
237 // This plan is a utility plan, so set it to discard itself when done.
  /external/lldb/source/Symbol/
FuncUnwinders.cpp 60 // plan, that they get one and don't run into a race condition where one
61 // thread has started to create the unwind plan and has put it into
103 // plan, that they get one and don't run into a race condition where one
104 // thread has started to create the unwind plan and has put it into
129 // plan, that they get one and don't run into a race condition where one
130 // thread has started to create the unwind plan and has put it into
155 // plan, that they get one and don't run into a race condition where one
156 // thread has started to create the unwind plan and has put it into
191 // plan, that they get one and don't run into a race condition where one
192 // thread has started to create the unwind plan and has put it into
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 293 * change their output during plan execution. This is called "stay
633 * Extract a plan for resatisfaction starting from the given source
635 * assumes that stay optimization is desired; the plan will contain
638 * not included in the plan.
640 * to the plan under construction. A constraint may be appended to
641 * the plan when all its input variables are known. A variable is
643 * been computed by a constraint appearing earlier in the plan), b)
644 * the variable is 'stay' (i.e. it is a constant at plan execution
653 var plan = new Plan();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-deltablue.html 289 * change their output during plan execution. This is called "stay
629 * Extract a plan for resatisfaction starting from the given source
631 * assumes that stay optimization is desired; the plan will contain
634 * not included in the plan.
636 * to the plan under construction. A constraint may be appended to
637 * the plan when all its input variables are known. A variable is
639 * been computed by a constraint appearing earlier in the plan), b)
640 * the variable is 'stay' (i.e. it is a constant at plan execution
649 var plan = new Plan();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 284 * change their output during plan execution. This is called "stay
624 * Extract a plan for resatisfaction starting from the given source
626 * assumes that stay optimization is desired; the plan will contain
629 * not included in the plan.
631 * to the plan under construction. A constraint may be appended to
632 * the plan when all its input variables are known. A variable is
634 * been computed by a constraint appearing earlier in the plan), b)
635 * the variable is 'stay' (i.e. it is a constant at plan execution
644 var plan = new Plan();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 284 * change their output during plan execution. This is called "stay
624 * Extract a plan for resatisfaction starting from the given source
626 * assumes that stay optimization is desired; the plan will contain
629 * not included in the plan.
631 * to the plan under construction. A constraint may be appended to
632 * the plan when all its input variables are known. A variable is
634 * been computed by a constraint appearing earlier in the plan), b)
635 * the variable is 'stay' (i.e. it is a constant at plan execution
644 var plan = new Plan();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 284 * change their output during plan execution. This is called "stay
624 * Extract a plan for resatisfaction starting from the given source
626 * assumes that stay optimization is desired; the plan will contain
629 * not included in the plan.
631 * to the plan under construction. A constraint may be appended to
632 * the plan when all its input variables are known. A variable is
634 * been computed by a constraint appearing earlier in the plan), b)
635 * the variable is 'stay' (i.e. it is a constant at plan execution
644 var plan = new Plan();
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 290 * change their output during plan execution. This is called "stay
630 * Extract a plan for resatisfaction starting from the given source
632 * assumes that stay optimization is desired; the plan will contain
635 * not included in the plan.
637 * to the plan under construction. A constraint may be appended to
638 * the plan when all its input variables are known. A variable is
640 * been computed by a constraint appearing earlier in the plan), b)
641 * the variable is 'stay' (i.e. it is a constant at plan execution
650 var plan = new Plan();
    [all...]
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 37 // ThreadPlanCallFunction: Plan to call a single function
137 ThreadPlan (ThreadPlan::eKindCallFunction, "Call function plan", thread, eVoteNoOpinion, eVoteNoOpinion),
203 ThreadPlan (ThreadPlan::eKindCallFunction, "Call function plan", thread, eVoteNoOpinion, eVoteNoOpinion),
327 s->Printf("Function call thread plan");
332 s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get()));
444 // If we don't want to discard this plan, than any stop we don't understand should be propagated up the stack.
450 // If we want to discard the plan, then we say we explain the stop
453 // But don't discard the plan if the stop would restart itself (for instance if it is a
478 // We do some computation in DoPlanExplainsStop that may or may not set the plan as complete.
522 // Wait till the plan is pushed so we aren't changing the stop info till we're about to run
    [all...]
  /cts/common/host-side/scripts/
compatibility-tests_v2 29 compatibility-xml-plan-generator_v2 compatibility-xml-plan-generator-tests_v2\
  /cts/tools/tradefed-host/res/config/
cts.xml 17 description="Runs a CTS plan from a pre-existing CTS installation">
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java 49 * @return the test plan associated with result
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.h 13 // that is used in Chrome OS activate modem and perform plan subscription tasks.
  /external/chromium_org/content/child/npapi/
plugin_string_stream.cc 30 // TODO - check if it was not fully sent, and figure out a backup plan.

Completed in 1264 milliseconds

1 23 4 5 6 7 8 91011>>