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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh 80 inline void compile (hb_ot_shape_plan_t &plan)
82 plan.props = props;
83 plan.shaper = shaper;
84 map.compile (plan.map);
86 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m'));
87 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c'));
88 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r'))
    [all...]
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...]
hb-ot-shape-complex-sea.cc 68 setup_syllables (const hb_ot_shape_plan_t *plan,
72 initial_reordering (const hb_ot_shape_plan_t *plan,
76 final_reordering (const hb_ot_shape_plan_t *plan,
81 collect_features_sea (hb_ot_shape_planner_t *plan)
83 hb_ot_map_builder_t *map = &plan->map;
105 override_features_sea (hb_ot_shape_planner_t *plan)
107 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED,
182 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
200 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
    [all...]
hb-ot-shape-fallback-private.hh 35 HB_INTERNAL void _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan,
39 HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan,
44 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan,
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 80 inline void compile (hb_ot_shape_plan_t &plan)
82 plan.props = props;
83 plan.shaper = shaper;
84 map.compile (plan.map);
86 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m'));
87 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c'));
88 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r'))
    [all...]
hb-ot-shape-complex-sea.cc 68 setup_syllables (const hb_ot_shape_plan_t *plan,
72 initial_reordering (const hb_ot_shape_plan_t *plan,
76 final_reordering (const hb_ot_shape_plan_t *plan,
81 collect_features_sea (hb_ot_shape_planner_t *plan)
83 hb_ot_map_builder_t *map = &plan->map;
105 override_features_sea (hb_ot_shape_planner_t *plan)
107 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED,
183 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
201 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
    [all...]
hb-ot-shape-fallback-private.hh 35 HB_INTERNAL void _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan,
39 HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan,
44 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan,
  /cts/tools/utils/
buildCts.py 87 def __WritePlan(self, plan, plan_name):
88 print 'Generating test plan %s' % plan_name
89 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml'))
103 plan = tools.TestPlan(packages)
104 plan.Exclude('android\.performance.*')
105 self.__WritePlan(plan, 'CTS')
106 self.__WritePlan(plan, 'CTS-TF')
108 plan = tools.TestPlan(packages)
109 plan.Exclude('android\.performance.*')
110 plan.Exclude('android\.media\.cts\.StreamingMediaPlayerTest.*'
    [all...]
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 56 * @param plan the planned route
64 public int nextStep(RouteInfo plan, RouteInfo fact) {
65 if (plan == null) {
73 step = firstStep(plan);
74 else if (plan.getHopCount() > 1)
75 step = proxiedStep(plan, fact);
77 step = directStep(plan, fact);
87 * @param plan the planned route
91 protected int firstStep(RouteInfo plan) {
93 return (plan.getHopCount() > 1)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
pod-coverage.t 8 plan skip_all => "Test::Pod::Coverage required for testing POD coverage: $@";
pod.t 8 plan skip_all => "Test::Pod required for testing POD: $@";
perlcritic.t 14 plan( skip_all => $msg );
  /external/libutf/
README.android 1 Libutf is a port of Plan 9's support library for UTF-8 and Unicode.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPlan.java 29 * Interface for accessing test plan data.
34 * Populates the test plan data from given XML stream.
36 * @param xmlStream the {@link InputStream} that contains the test plan xml.
41 * Gets a sorted list of test ids contained in this plan.
46 * Gets a sorted {@link List} of test names contained in this plan.
56 * Add a package to this test plan
62 * Add a excluded test to this test plan
78 * Serialize the contents of this test plan.
80 * @param xmlOutStream the {@link OutputStream} to serialize test plan contents to
86 * @return the test plan nam
    [all...]
  /external/lldb/include/lldb/Target/
ThreadPlan.h 37 // Plan Stack:
39 // The thread maintaining a thread plan stack, and you program the actions of a particular thread
40 // by pushing plans onto the plan stack.
41 // There is always a "Current" plan, which is the head of the plan stack, though in some cases
42 // a plan may defer to plans higher in the stack for some piece of information.
44 // The plan stack is never empty, there is always a Base Plan which persists through the life
50 // The thread plan is generally created and added to the plan stack through the QueueThreadPlanFor... AP
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 78 mPlan = new TestPlan("plan", AbiUtils.getAbisSupportedByCts());
82 * Simple test for parsing a plan containing two names
91 * @param plan
93 private void assertTestData(TestPlan plan) {
95 assertEquals(2 * abis.size(), plan.getTestIds().size());
98 Iterator<String> iter = plan.getTestIds().iterator();
105 assertFalse(plan.getTestFilter(test1Id).hasExclusion());
106 assertFalse(plan.getTestFilter(test2Id).hasExclusion());
111 * Test parsing a plan containing a single excluded test
127 * Test parsing a plan containing multiple excluded test
    [all...]
  /dalvik/dx/tests/093-ssa-invoke-range/
info.txt 1 This test case checks the ability of the register allocator to plan
  /external/chromium_org/third_party/sqlite/src/test/
analyze7.test 38 EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE a=123;
42 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE b=123;}
45 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE c=2;}
55 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE a=123;}
58 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE b=123;}
61 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE c=2;}
68 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE a=123 AND b=123}
77 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE a=123;}
80 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE b=123;}
83 execsql {EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE c=?;
    [all...]
indexedby.test 35 # Explain Query Plan
38 uplevel "execsql {EXPLAIN QUERY PLAN $sql}"
41 # These tests are to check that "EXPLAIN QUERY PLAN" is working as expected.
44 EXPLAIN QUERY PLAN select * from t1 WHERE a = 10;
47 EXPLAIN QUERY PLAN select * from t1 ;
50 EXPLAIN QUERY PLAN select * from t1, t2 WHERE c = 10;
87 EXPLAIN QUERY PLAN SELECT * FROM t1 NOT INDEXED WHERE a = 'one' AND b = 'two'
90 EXPLAIN QUERY PLAN
94 EXPLAIN QUERY PLAN
111 EXPLAIN QUERY PLAN
    [all...]
tkt3442.test 38 # Explain Query Plan
41 uplevel "execsql {EXPLAIN QUERY PLAN $sql}"
45 # These tests perform an EXPLAIN QUERY PLAN on both versions of the
47 # and verify that the query plan is the same.
  /external/qemu/
README 8 If you plan to contribute patches, please read docs/DEVELOPMENT.TX
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
experimental_webRequest.html 13 What you see below are early outcomes of the plan to implement a declarative
  /external/llvm/tools/llvm-symbolizer/
CMakeLists.txt 1 # FIXME: As we plan to execute llvm-symbolizer binary from compiler-rt
  /cts/common/host-side/xml-plan-generator/
Android.mk 29 LOCAL_MODULE := compatibility-xml-plan-generator_v2
43 LOCAL_JAVA_LIBRARIES := compatibility-tradefed_v2 compatibility-xml-plan-generator_v2 junit
45 LOCAL_MODULE := compatibility-xml-plan-generator-tests_v2
  /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...]

Completed in 2440 milliseconds

1 2 3 4 5 6 7 8 91011>>