Home
last modified time | relevance | path

Searched defs:plan (Results 1 – 21 of 21) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
DBasicRouteDirector.java69 public int nextStep(RouteInfo plan, RouteInfo fact) { in nextStep()
96 protected int firstStep(RouteInfo plan) { in firstStep()
112 protected int directStep(RouteInfo plan, RouteInfo fact) { in directStep()
147 protected int proxiedStep(RouteInfo plan, RouteInfo fact) { in proxiedStep()
DHttpRouteDirector.java89 public int nextStep(RouteInfo plan, RouteInfo fact) in nextStep()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc117 collect_features_use (hb_ot_shape_planner_t *plan) in collect_features_use()
195 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use()
242 setup_masks_use (const hb_ot_shape_plan_t *plan, in setup_masks_use()
266 setup_rphf_mask (const hb_ot_shape_plan_t *plan, in setup_rphf_mask()
285 setup_topographical_masks (const hb_ot_shape_plan_t *plan, in setup_topographical_masks()
349 setup_syllables (const hb_ot_shape_plan_t *plan, in setup_syllables()
359 clear_substitution_flags (const hb_ot_shape_plan_t *plan, in clear_substitution_flags()
370 record_rphf (const hb_ot_shape_plan_t *plan, in record_rphf()
393 record_pref (const hb_ot_shape_plan_t *plan, in record_pref()
540 reorder (const hb_ot_shape_plan_t *plan, in reorder()
Dhb-ot-shape-fallback.cc195 position_mark (const hb_ot_shape_plan_t *plan, in position_mark()
303 position_around_base (const hb_ot_shape_plan_t *plan, in position_around_base()
389 position_cluster (const hb_ot_shape_plan_t *plan, in position_cluster()
416 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_position()
436 _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_kern()
491 _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_spaces()
Dhb-ot-shape-complex-hangul.cc54 collect_features_hangul (hb_ot_shape_planner_t *plan) in collect_features_hangul()
63 override_features_hangul (hb_ot_shape_planner_t *plan) in override_features_hangul()
79 data_create_hangul (const hb_ot_shape_plan_t *plan) in data_create_hangul()
131 preprocess_text_hangul (const hb_ot_shape_plan_t *plan, in preprocess_text_hangul()
391 setup_masks_hangul (const hb_ot_shape_plan_t *plan, in setup_masks_hangul()
Dhb-ot-shape-complex-arabic.cc181 collect_features_arabic (hb_ot_shape_planner_t *plan) in collect_features_arabic()
259 data_create_arabic (const hb_ot_shape_plan_t *plan) in data_create_arabic()
370 setup_masks_arabic (const hb_ot_shape_plan_t *plan, in setup_masks_arabic()
392 arabic_fallback_shape (const hb_ot_shape_plan_t *plan, in arabic_fallback_shape()
425 record_stch (const hb_ot_shape_plan_t *plan, in record_stch()
450 apply_stch (const hb_ot_shape_plan_t *plan, in apply_stch()
599 postprocess_glyphs_arabic (const hb_ot_shape_plan_t *plan, in postprocess_glyphs_arabic()
Dhb-ot-shape-complex-myanmar.cc89 collect_features_myanmar (hb_ot_shape_planner_t *plan) in collect_features_myanmar()
114 override_features_myanmar (hb_ot_shape_planner_t *plan) in override_features_myanmar()
403 initial_reordering_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_syllable()
477 initial_reordering (const hb_ot_shape_plan_t *plan, in initial_reordering()
488 final_reordering (const hb_ot_shape_plan_t *plan, in final_reordering()
Dhb-ot-shape-complex-arabic-fallback.hh184 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, in arabic_fallback_synthesize_lookup()
226 const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_init_win1256()
271 const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_init_unicode()
297 arabic_fallback_plan_create (const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_create()
Dhb-ot-shape-complex-tibetan.cc40 collect_features_tibetan (hb_ot_shape_planner_t *plan) in collect_features_tibetan()
Dhb-ot-shape-complex-indic.cc413 collect_features_indic (hb_ot_shape_planner_t *plan) in collect_features_indic()
444 override_features_indic (hb_ot_shape_planner_t *plan) in override_features_indic()
524 data_create_indic (const hb_ot_shape_plan_t *plan) in data_create_indic()
651 update_consonant_positions (const hb_ot_shape_plan_t *plan, in update_consonant_positions()
680 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_consonant_syllable()
1153 initial_reordering_standalone_cluster (const hb_ot_shape_plan_t *plan, in initial_reordering_standalone_cluster()
1174 initial_reordering_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_syllable()
1260 initial_reordering (const hb_ot_shape_plan_t *plan, in initial_reordering()
1272 final_reordering_syllable (const hb_ot_shape_plan_t *plan, in final_reordering_syllable()
1703 final_reordering (const hb_ot_shape_plan_t *plan, in final_reordering()
Dhb-ot-shape-normalize-private.hh54 const hb_ot_shape_plan_t *plan; member
Dhb-ot-shape.cc168 hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); in _hb_ot_shaper_shape_plan_data_create() local
190 _hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *plan) in _hb_ot_shaper_shape_plan_data_destroy()
207 hb_ot_shape_plan_t *plan; member
845 hb_ot_shape_plan_t plan; in hb_ot_shape_glyphs_closure() local
Dhb-ot-shape-normalize.cc288 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_normalize()
Dhb-ot-shape-complex-thai.cc256 preprocess_text_thai (const hb_ot_shape_plan_t *plan, in preprocess_text_thai()
Dhb-ot-layout.cc1089 const hb_ot_shape_plan_t *plan, in apply()
1121 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer)… in substitute() argument
1127 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) c… in position() argument
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DFileByFileV1DeltaApplier.java80 PatchApplyPlan plan = patchReader.readPatchApplyPlan(deltaIn); in applyDeltaInternal() local
109 PatchApplyPlan plan, File oldBlob, File deltaFriendlyOldBlob) throws IOException { in writeDeltaFriendlyOldBlob()
/external/clang/test/PCH/
Dfield-designator.c31 static const struct U plan = { .e = 1 }; in bar() local
/external/lldb/source/Target/
DThread.cpp288 for (auto plan : m_plan_stack) in DestroyThread() local
1049 ThreadPlanSP &plan = m_plan_stack.back(); in PopPlan() local
1066 ThreadPlanSP &plan = m_plan_stack.back(); in DiscardPlan() local
1120 Thread::IsThreadPlanDone (ThreadPlan *plan) in IsThreadPlanDone()
1134 Thread::WasThreadPlanDiscarded (ThreadPlan *plan) in WasThreadPlanDiscarded()
1402 …ThreadPlanStepInRange *plan = new ThreadPlanStepInRange (*this, range, addr_context, stop_other_th… in QueueThreadPlanForStepInRange() local
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
DPatchReaderTest.java228 PatchApplyPlan plan = in testReadPatchApplyPlan() local
/external/drm_hwcomposer/
Ddrmdisplaycomposition.cpp363 std::vector<DrmCompositionPlane> plan; in Plan() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c342 struct nlattr *plan = nla_nest_start(msg, i + 1); in nl80211_sched_scan_add_scan_plans() local