HomeSort by relevance Sort by last modified time
    Searched defs:plan (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/PCH/
field-designator.c 31 static const struct U plan = { .e = 1 }; local
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize-private.hh 54 const hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_normalize_context_t
hb-ot-shape.cc 168 hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); local
169 if (unlikely (!plan))
178 planner.compile (*plan);
180 if (plan->shaper->data_create) {
181 plan->data = plan->shaper->data_create (plan);
182 if (unlikely (!plan->data))
186 return plan;
190 _hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *plan)
207 hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_context_t
725 hb_ot_shape_plan_t plan; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 54 const hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_normalize_context_t
hb-ot-shape.cc 169 hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); local
170 if (unlikely (!plan))
179 planner.compile (*plan);
181 if (plan->shaper->data_create) {
182 plan->data = plan->shaper->data_create (plan);
183 if (unlikely (!plan->data))
187 return plan;
191 _hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *plan)
208 hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_context_t
772 hb_ot_shape_plan_t plan; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 54 unsigned short plan; /* bitplanes */ member in struct:__anon33335
  /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";
92 @Option(name = PLAN_OPTION, description = "the test plan to run.",
327 * Set the plan name to run.
626 throw new IllegalArgumentException("failed to find CTS plan file", e);
628 throw new IllegalArgumentException("failed to parse CTS plan file", e);
662 Log.i(LOG_TAG, String.format("Executing CTS test plan %s", mPlanName));
664 ITestPlan plan = createPlan(mPlanName); local
665 plan.parse(createXmlStream(ctsPlanFile));
666 for (String id : plan.getTestIds())
710 ITestPlan plan = createPlan(planCreator); local
    [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 
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 
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
  /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...]
  /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...]
sqliteInt.h 1908 WherePlan plan; \/* query plan for this element of the FROM clause *\/ member in struct:WhereLevel
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 

Completed in 413 milliseconds

1 2