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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerRequest.h 24 // browser contains this. The plan is for the Cache and fetch() API to also use
WebServiceWorkerResponse.h 28 // respond to a FetchEvent dispatched by the browser. The plan is for the Cache
  /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.h 38 /* TODO port to shape-plan / set. */
hb-shaper-impl-private.hh 33 #include "hb-shape-plan-private.hh"
hb.h 39 #include "hb-shape-plan.h"
  /external/chromium_org/ui/message_center/cocoa/
opaque_views.h 25 // the view to have a plan appearance, without bezel, border, editing, etc.
  /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.h 38 /* TODO port to shape-plan / set. */
hb-shaper-impl-private.hh 33 #include "hb-shape-plan-private.hh"
hb.h 39 #include "hb-shape-plan.h"
  /external/libutf/
NOTICE 15 This is a Unix port of the Plan 9 formatted I/O package.
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.h 96 lldb::ThreadPlanSP m_func_sp; // This is the function call plan. We fill it at start, then set it
97 // to NULL when this plan is done. That way we know to go to:
98 lldb::ThreadPlanSP m_run_to_sp; // The plan that runs to the target.
100 // is owned by the client that pushes this plan.
  /external/lldb/source/Target/
ThreadPlan.cpp 90 // Mark the plan is complete, but don't override the success flag.
107 log->Printf ("ThreadPlan::ShouldReportStop() returning previous thread plan vote: %s",
163 "plan = '%s', state = %s, stop others = %d",
220 "Null Thread Plan",
235 s->PutCString("Null thread plan - thread has been destroyed.");
314 // The null plan is never done.
318 // The null plan is never done.
ThreadPlanRunToAddress.cpp 28 // ThreadPlanRunToAddress: Continue plan
37 ThreadPlan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion),
52 ThreadPlan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion),
67 ThreadPlan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion),
245 log->Printf("Completed run to address plan.");
ThreadPlanStepInRange.cpp 124 // If we've just completed a virtual step, all we need to do is check for a ShouldStopHere plan, and otherwise
182 // We may have set the plan up above in the FrameIsOlder section:
190 log->Printf ("Found a step through plan: %s", m_sub_plan_sp->GetName());
192 log->Printf ("No step through plan found.");
195 // If not, give the "should_stop" callback a chance to push a plan to get us out of here.
402 // In general, we don't want to mark the plan as complete for unexplained stops.
405 // the breakpoint, but not unship the step in plan, since you still may want to complete that
406 // plan when you continue. This is particularly true when doing "step in to target function."
410 // if we hit our branch breakpoint we don't set the plan to complete.
  /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 XTS plan file", e);
712 throw new IllegalArgumentException("failed to parse XTS 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/third_party/sqlite/src/test/
where3.test 227 explain query plan SELECT * FROM t302, t301 WHERE t302.x=5 AND t301.a=t302.y;
233 explain query plan
248 EXPLAIN QUERY PLAN
256 EXPLAIN QUERY PLAN
264 EXPLAIN QUERY PLAN
293 EXPLAIN QUERY PLAN
306 EXPLAIN QUERY PLAN
319 EXPLAIN QUERY PLAN
332 EXPLAIN QUERY PLAN
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 78 * Test plan: compute the set of registration operations resulting from various combinations
135 * Test plan: call ready. Verify that the service sets the client id correctly and reissues
164 * Test plan: call the reissueRegistrations method of the listener with both empty and
194 * Test plan: call inform registration status under a variety of circumstances and verify
252 * Test plan: call inform registration failure under a variety of circumstances and verify
308 * Test plan: call informError with both permanent and transient errors. Verify that
336 * Test plan: read, write, and read the internal notification client persistent state.
359 * Test plan: call invalidate() with an invalidation that may or may not have a payload.
388 * Test plan: call invalidateUnknownVersion(). Verify the produced bundle has the correct
411 * Test plan: call invalidateAll(). Verify the produced bundle has the correct fields
    [all...]
  /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...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 127 "\tderivedplan Add a derived plan" + LINE_SEPARATOR,
151 helpBuilder.append(" run cts --plan test_plan_name: run a test plan\n");
174 helpBuilder.append(" add derivedplan --plan plane_name --session/-s session_id -r ");
175 helpBuilder.append("[pass/fail/notExecuted/timeout]: derive a plan from the given ");
206 table.add(Arrays.asList("Session","Pass", "Fail","Not Executed","Start time","Plan name",
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 125 * Test normal case {@link CtsTest#run(ITestInvocationListener)} when running a plan.
292 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan and --package options have not
305 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan and --package options have
320 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan and --class options have been
350 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan, --package and --class options
366 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan, --continue-option options
  /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/apache-http/src/org/apache/http/conn/routing/
HttpRouteDirector.java 76 * @param plan the planned route
84 public int nextStep(RouteInfo plan, RouteInfo fact)
  /external/chromium_org/extensions/strings/
extensions_strings_fr.xtb 12 <translation id="657064425229075395">Impossible de charger le script d'arrière-plan &quot;<ph name="BACKGROUND_SCRIPT"/>&quot;.</translation>
31 <translation id="1803557475693955505">Impossible de charger la page d'arrière-plan &quot;<ph name="BACKGROUND_PAGE"/>&quot;.</translation>

Completed in 264 milliseconds

1 2 34 5 6 7 8 91011>>