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

1 23 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb.h 39 #include "hb-shape-plan.h"
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-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;
  /external/libutf/
NOTICE 15 This is a Unix port of the Plan 9 formatted I/O package.
  /external/libvncserver/vncterm/
README 18 My original plan was to create a program named vncTerm. It was meant to
  /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.
ThreadPlanShouldStopHere.cpp 63 log->Printf ("ShouldStopHere callback found a step out plan from 0x%" PRIx64 ": %s.", current_addr, s.GetData());
67 log->Printf ("ShouldStopHere callback didn't find a step out plan from: 0x%" PRIx64 ".", current_addr);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 80 * Supports running all the tests contained in a CTS plan, or individual test packages.
85 public static final String PLAN_OPTION = "plan";
99 @Option(name = PLAN_OPTION, description = "the test plan to run.",
370 * Set the plan name to run.
820 throw new IllegalArgumentException("failed to find test plan file", e);
822 throw new IllegalArgumentException("failed to parse test plan file", e);
843 ITestPlan plan = createPlan(mPlanName); local
893 ITestPlan plan = createPlan(planCreator); local
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 130 "\tderivedplan Add a derived plan" + LINE_SEPARATOR,
154 helpBuilder.append(" run cts --plan test_plan_name: run a test plan\n");
177 helpBuilder.append(" add derivedplan --plan plane_name --session/-s session_id -r ");
178 helpBuilder.append("[pass/fail/notExecuted/timeout]: derive a plan from the given ");
209 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 127 * Test normal case {@link CtsTest#run(ITestInvocationListener)} when running a plan.
296 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan and --package options have not
310 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan and --package options have
326 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan and --class options have been
358 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan, --package and --class options
375 * Test {@link CtsTest#run(ITestInvocationListener)} when --plan, --continue-option options
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRouteDirector.java 81 * @param plan the planned route
89 public int nextStep(RouteInfo plan, RouteInfo fact)
  /external/lldb/include/lldb/Target/
ThreadPlanBase.h 26 // This is the generic version of the bottom most plan on the plan stack. It should
ThreadPlanCallUserExpression.h 59 // lives as long as the thread plan does.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 459 /** Creates a new plan for loading the recent tasks. */
462 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(context, config, mSystemServicesProxy); local
463 return plan;
466 /** Preloads recents tasks using the specified plan to store the output. */
467 public void preloadTasks(RecentsTaskLoadPlan plan, boolean isTopTaskHome) {
468 plan.preloadPlan(this, isTopTaskHome);
472 public void loadTasks(Context context, RecentsTaskLoadPlan plan,
477 plan.executePlan(opts, this, mLoadQueue);
  /external/antlr/antlr-3.4/runtime/Perl5/t/examples/
fig.t 9 plan tests => 1;
  /external/clang/docs/
LibFormat.rst 56 In the future, we plan on making this configurable.
  /external/e2fsprogs/ext2ed/
ext2ed.8.in 33 in it if you plan to view or modify the source code.
  /external/iptables/extensions/
libxt_MARK.man 3 iproute2). If you plan on doing so, note that the mark needs to be set in the
  /frameworks/base/media/java/android/media/tv/
ITvInputSession.aidl 36 // TODO: Remove this once it becomes irrelevant for applications to handle audio focus. The plan
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 129 RecentsTaskLoadPlan plan = loader.createLoadPlan(mContext); local
130 loader.preloadTasks(plan, true /* isTopTaskHome */);
142 loader.loadTasks(mContext, plan, launchOpts);
263 // We can use a new plan since the caches will be the same.
265 RecentsTaskLoadPlan plan = loader.createLoadPlan(mContext); local
266 loader.preloadTasks(plan, true /* isTopTaskHome */);
271 loader.loadTasks(mContext, plan, launchOpts);
367 // Preload only the raw task list into a new load plan (which will be consumed by the
394 RecentsTaskLoadPlan plan = loader.createLoadPlan(mContext); local
395 loader.preloadTasks(plan, true /* isTopTaskHome */)
895 RecentsTaskLoadPlan plan = sInstanceLoadPlan; local
    [all...]
  /packages/apps/Settings/res/values/
bools.xml 36 <!-- Whether to show a preference item for mobile plan -->
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java 141 * @return a {@link File} representing the test plan directory
148 * @return a {@link File} representing the test plan with given name. note: no attempt will be
149 * made to ensure the plan actually exists

Completed in 338 milliseconds

1 23 4 5 6 7 8 91011>>