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

1 23 4

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hebrew.cc 73 if (!found && !c->plan->has_mark)
hb-ot-layout.cc 903 const hb_ot_shape_plan_t *plan,
927 stage->pause_func (plan, font, buffer);
932 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
935 apply (proxy, plan, font, buffer);
938 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
941 apply (proxy, plan, font, buffer);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /external/lldb/include/lldb/Target/
Thread.h 265 // Do not override this function, it is for thread plan logic only
455 // Thread Plan Providers:
466 // creation in ways specific to that plan type. Also, it is often necessary for
468 // pointer to the sub-plan.
479 /// Queues the base plan for a thread.
487 /// Otherwise this plan will go on the end of the plan stack.
490 /// A shared pointer to the newly queued thread plan, or NULL if the plan could not be queued.
496 /// Queues the plan used to step over a breakpoint at the current PC of \a thread
    [all...]
StopInfo.h 119 // Sometimes the thread plan logic will know that it wants a given stop to stop or not,
160 CreateStopReasonWithPlan (lldb::ThreadPlanSP &plan, lldb::ValueObjectSP return_valobj_sp);
  /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/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/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
setChangeLogDateAndReviewer.pl 115 plan(tests => 1 * $testCasesCount); # Total number of assertions.
parseSvnPropertyValue.pl 241 plan(tests => 2 * $testCasesCount); # Total number of assertions.
parseSvnDiffFooter.pl 427 plan(tests => 2 * $testCasesCount); # Total number of assertions.
parseSvnDiffHeader.pl 272 plan(tests => 2 * $testCasesCount); # Total number of assertions.
fixChangeLogPatch.pl 516 plan(tests => $testCasesCount); # Total number of assertions.
parseDiffWithMockFiles.pl 450 plan(tests => 2 * $testCasesCount); # Total number of assertions.
parseGitDiffHeader.pl 478 plan(tests => 2 * $testCasesCount); # Total number of assertions.
parseSvnProperty.pl 789 plan(tests => 2 * $testCasesCount); # Total number of assertions.
  /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/harfbuzz_ng/
Android.mk 63 src/hb-shape-plan.cc \
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 73 * Supports running all the tests contained in a CTS plan, or individual test packages.
78 public static final String PLAN_OPTION = "plan";
90 @Option(name = PLAN_OPTION, description = "the test plan to run.",
357 * Set the plan name to run.
710 throw new IllegalArgumentException("failed to find test plan file", e);
712 throw new IllegalArgumentException("failed to parse test plan file", e);
731 Log.i(LOG_TAG, String.format("Executing CTS test plan %s", mPlanName));
733 ITestPlan plan = createPlan(mPlanName); local
734 plan.parse(createXmlStream(ctsPlanFile));
736 for (String testId : plan.getTestIds())
783 ITestPlan plan = createPlan(planCreator); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-match.js 83 var stringSample = "A man, a plan, a canal: Panama";
129 ["A", "man", "a", "plan", "a", "canal", "Panama"],
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 903 const hb_ot_shape_plan_t *plan,
927 stage->pause_func (plan, font, buffer);
932 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
935 apply (proxy, plan, font, buffer);
938 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
941 apply (proxy, plan, font, buffer);
  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 11 * This helper extension is required due to the depoyment plan for Chrome M34:

Completed in 522 milliseconds

1 23 4