/external/apache-http/src/org/apache/http/conn/routing/ |
D | BasicRouteDirector.java | 69 public int nextStep(RouteInfo plan, RouteInfo fact) { in nextStep() argument 70 if (plan == null) { in nextStep() 78 step = firstStep(plan); in nextStep() 79 else if (plan.getHopCount() > 1) in nextStep() 80 step = proxiedStep(plan, fact); in nextStep() 82 step = directStep(plan, fact); in nextStep() 96 protected int firstStep(RouteInfo plan) { in firstStep() argument 98 return (plan.getHopCount() > 1) ? in firstStep() 112 protected int directStep(RouteInfo plan, RouteInfo fact) { in directStep() argument 116 if (!plan.getTargetHost().equals(fact.getTargetHost())) in directStep() [all …]
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-private.hh | 80 inline void compile (hb_ot_shape_plan_t &plan) in compile() 82 plan.props = props; in compile() 83 plan.shaper = shaper; in compile() 84 map.compile (plan.map); in compile() 86 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m')); in compile() 87 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c')); in compile() 88 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r')); in compile() 89 plan.dnom_mask = plan.map.get_1_mask (HB_TAG ('d','n','o','m')); in compile() 91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ? in compile() 94 plan.has_frac = plan.frac_mask || (plan.numr_mask && plan.dnom_mask); in compile() [all …]
|
D | 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) in collect_features_sea() argument 83 hb_ot_map_builder_t *map = &plan->map; in collect_features_sea() 105 override_features_sea (hb_ot_shape_planner_t *plan) in override_features_sea() argument 107 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL); in override_features_sea() 166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_sea() 183 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables() 201 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_consonant_syllable() argument [all …]
|
D | hb-ot-shape.cc | 169 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 170 if (unlikely (!plan)) in _hb_ot_shaper_shape_plan_data_create() 179 planner.compile (*plan); in _hb_ot_shaper_shape_plan_data_create() 181 if (plan->shaper->data_create) { in _hb_ot_shaper_shape_plan_data_create() 182 plan->data = plan->shaper->data_create (plan); in _hb_ot_shaper_shape_plan_data_create() 183 if (unlikely (!plan->data)) in _hb_ot_shaper_shape_plan_data_create() 187 return plan; in _hb_ot_shaper_shape_plan_data_create() 191 _hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *plan) in _hb_ot_shaper_shape_plan_data_destroy() argument 193 if (plan->shaper->data_destroy) in _hb_ot_shaper_shape_plan_data_destroy() 194 plan->shaper->data_destroy (const_cast<void *> (plan->data)); in _hb_ot_shaper_shape_plan_data_destroy() [all …]
|
D | hb-ot-shape-complex-myanmar.cc | 76 setup_syllables (const hb_ot_shape_plan_t *plan, 80 initial_reordering (const hb_ot_shape_plan_t *plan, 84 final_reordering (const hb_ot_shape_plan_t *plan, 89 collect_features_myanmar (hb_ot_shape_planner_t *plan) in collect_features_myanmar() argument 91 hb_ot_map_builder_t *map = &plan->map; in collect_features_myanmar() 114 override_features_myanmar (hb_ot_shape_planner_t *plan) in override_features_myanmar() argument 116 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL); in override_features_myanmar() 269 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_myanmar() 286 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables() 307 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_consonant_syllable() argument [all …]
|
D | hb-ot-shape-complex-arabic.cc | 133 nuke_joiners (const hb_ot_shape_plan_t *plan, 138 arabic_fallback_shape (const hb_ot_shape_plan_t *plan, 143 collect_features_arabic (hb_ot_shape_planner_t *plan) in collect_features_arabic() argument 145 hb_ot_map_builder_t *map = &plan->map; in collect_features_arabic() 175 …bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[… in collect_features_arabic() 181 if (plan->props.script == HB_SCRIPT_ARABIC) in collect_features_arabic() 216 data_create_arabic (const hb_ot_shape_plan_t *plan) in data_create_arabic() argument 222 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC; in data_create_arabic() 224 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]); in data_create_arabic() 227 plan->map.needs_fallback (arabic_features[i])); in data_create_arabic() [all …]
|
D | hb-ot-shape-complex-indic.cc | 415 setup_syllables (const hb_ot_shape_plan_t *plan, 419 initial_reordering (const hb_ot_shape_plan_t *plan, 423 final_reordering (const hb_ot_shape_plan_t *plan, 427 clear_syllables (const hb_ot_shape_plan_t *plan, 432 collect_features_indic (hb_ot_shape_planner_t *plan) in collect_features_indic() argument 434 hb_ot_map_builder_t *map = &plan->map; in collect_features_indic() 463 override_features_indic (hb_ot_shape_planner_t *plan) in override_features_indic() argument 468 switch ((hb_tag_t) plan->props.script) in override_features_indic() 471 plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL); in override_features_indic() 476 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL); in override_features_indic() [all …]
|
D | hb-ot-shape-complex-arabic-fallback.hh | 48 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_single() 101 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_ligature() 184 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, in arabic_fallback_synthesize_lookup() argument 189 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index); in arabic_fallback_synthesize_lookup() 191 return arabic_fallback_synthesize_lookup_ligature (plan, font); in arabic_fallback_synthesize_lookup() 226 const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_init_win1256() argument 248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag); in arabic_fallback_plan_init_win1256() 271 const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_init_unicode() argument 278 fallback_plan->mask_array[j] = plan->map.get_1_mask (arabic_fallback_features[i]); in arabic_fallback_plan_init_unicode() 281 fallback_plan->lookup_array[j] = arabic_fallback_synthesize_lookup (plan, font, i); in arabic_fallback_plan_init_unicode() [all …]
|
D | hb-ot-shape-fallback.cc | 165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_position_recategorize_marks() 195 position_mark (const hb_ot_shape_plan_t *plan, in position_mark() argument 301 position_around_base (const hb_ot_shape_plan_t *plan, in position_around_base() argument 348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base() 349 horiz_dir = plan->props.direction; in position_around_base() 351 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base() 368 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class); in position_around_base() 387 position_cluster (const hb_ot_shape_plan_t *plan, in position_cluster() argument 407 position_around_base (plan, font, buffer, i, j); in position_cluster() 414 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_position() argument [all …]
|
D | hb-ot-shape-complex-hangul.cc | 54 collect_features_hangul (hb_ot_shape_planner_t *plan) in collect_features_hangul() argument 56 hb_ot_map_builder_t *map = &plan->map; in collect_features_hangul() 63 override_features_hangul (hb_ot_shape_planner_t *plan) in override_features_hangul() argument 68 plan->map.add_feature (HB_TAG('c','a','l','t'), 0, F_GLOBAL); in override_features_hangul() 79 data_create_hangul (const hb_ot_shape_plan_t *plan) in data_create_hangul() argument 86 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]); in data_create_hangul() 131 preprocess_text_hangul (const hb_ot_shape_plan_t *plan, in preprocess_text_hangul() argument 394 setup_masks_hangul (const hb_ot_shape_plan_t *plan, in setup_masks_hangul() argument 398 const hangul_shape_plan_t *hangul_plan = (const hangul_shape_plan_t *) plan->data; in setup_masks_hangul()
|
D | 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,
|
D | hb-ot-shape-complex-private.hh | 77 void (*collect_features) (hb_ot_shape_planner_t *plan); 85 void (*override_features) (hb_ot_shape_planner_t *plan); 93 void *(*data_create) (const hb_ot_shape_plan_t *plan); 109 void (*preprocess_text) (const hb_ot_shape_plan_t *plan, 140 void (*setup_masks) (const hb_ot_shape_plan_t *plan,
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-private.hh | 80 inline void compile (hb_ot_shape_plan_t &plan) in compile() 82 plan.props = props; in compile() 83 plan.shaper = shaper; in compile() 84 map.compile (plan.map); in compile() 86 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m')); in compile() 87 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c')); in compile() 88 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r')); in compile() 89 plan.dnom_mask = plan.map.get_1_mask (HB_TAG ('d','n','o','m')); in compile() 91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ? in compile() 94 plan.has_frac = plan.frac_mask || (plan.numr_mask && plan.dnom_mask); in compile() [all …]
|
D | 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) in collect_features_sea() argument 83 hb_ot_map_builder_t *map = &plan->map; in collect_features_sea() 105 override_features_sea (hb_ot_shape_planner_t *plan) in override_features_sea() argument 107 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL); in override_features_sea() 166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_sea() 183 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables() 201 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_consonant_syllable() argument [all …]
|
D | hb-ot-shape.cc | 169 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 170 if (unlikely (!plan)) in _hb_ot_shaper_shape_plan_data_create() 179 planner.compile (*plan); in _hb_ot_shaper_shape_plan_data_create() 181 if (plan->shaper->data_create) { in _hb_ot_shaper_shape_plan_data_create() 182 plan->data = plan->shaper->data_create (plan); in _hb_ot_shaper_shape_plan_data_create() 183 if (unlikely (!plan->data)) in _hb_ot_shaper_shape_plan_data_create() 187 return plan; in _hb_ot_shaper_shape_plan_data_create() 191 _hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *plan) in _hb_ot_shaper_shape_plan_data_destroy() argument 193 if (plan->shaper->data_destroy) in _hb_ot_shaper_shape_plan_data_destroy() 194 plan->shaper->data_destroy (const_cast<void *> (plan->data)); in _hb_ot_shaper_shape_plan_data_destroy() [all …]
|
D | hb-ot-shape-complex-myanmar.cc | 76 setup_syllables (const hb_ot_shape_plan_t *plan, 80 initial_reordering (const hb_ot_shape_plan_t *plan, 84 final_reordering (const hb_ot_shape_plan_t *plan, 89 collect_features_myanmar (hb_ot_shape_planner_t *plan) in collect_features_myanmar() argument 91 hb_ot_map_builder_t *map = &plan->map; in collect_features_myanmar() 114 override_features_myanmar (hb_ot_shape_planner_t *plan) in override_features_myanmar() argument 116 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL); in override_features_myanmar() 269 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_myanmar() 286 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables() 307 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_consonant_syllable() argument [all …]
|
D | hb-ot-shape-complex-arabic.cc | 133 nuke_joiners (const hb_ot_shape_plan_t *plan, 138 arabic_fallback_shape (const hb_ot_shape_plan_t *plan, 143 collect_features_arabic (hb_ot_shape_planner_t *plan) in collect_features_arabic() argument 145 hb_ot_map_builder_t *map = &plan->map; in collect_features_arabic() 175 …bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[… in collect_features_arabic() 181 if (plan->props.script == HB_SCRIPT_ARABIC) in collect_features_arabic() 216 data_create_arabic (const hb_ot_shape_plan_t *plan) in data_create_arabic() argument 222 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC; in data_create_arabic() 224 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]); in data_create_arabic() 227 plan->map.needs_fallback (arabic_features[i]); in data_create_arabic() [all …]
|
D | hb-ot-shape-complex-indic.cc | 415 setup_syllables (const hb_ot_shape_plan_t *plan, 419 initial_reordering (const hb_ot_shape_plan_t *plan, 423 final_reordering (const hb_ot_shape_plan_t *plan, 427 clear_syllables (const hb_ot_shape_plan_t *plan, 432 collect_features_indic (hb_ot_shape_planner_t *plan) in collect_features_indic() argument 434 hb_ot_map_builder_t *map = &plan->map; in collect_features_indic() 463 override_features_indic (hb_ot_shape_planner_t *plan) in override_features_indic() argument 468 switch ((hb_tag_t) plan->props.script) in override_features_indic() 471 plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL); in override_features_indic() 476 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL); in override_features_indic() [all …]
|
D | hb-ot-shape-fallback.cc | 165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_position_recategorize_marks() 195 position_mark (const hb_ot_shape_plan_t *plan, in position_mark() argument 301 position_around_base (const hb_ot_shape_plan_t *plan, in position_around_base() argument 348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base() 349 horiz_dir = plan->props.direction; in position_around_base() 351 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base() 368 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class); in position_around_base() 387 position_cluster (const hb_ot_shape_plan_t *plan, in position_cluster() argument 407 position_around_base (plan, font, buffer, i, j); in position_cluster() 414 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_position() argument [all …]
|
D | 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,
|
D | hb-ot-shape-complex-arabic-fallback.hh | 56 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_single() 106 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_ligature() 186 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, in arabic_fallback_synthesize_lookup() argument 191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index); in arabic_fallback_synthesize_lookup() 193 return arabic_fallback_synthesize_lookup_ligature (plan, font); in arabic_fallback_synthesize_lookup() 208 arabic_fallback_plan_create (const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_create() argument 217 fallback_plan->mask_array[i] = plan->map.get_1_mask (arabic_fallback_features[i]); in arabic_fallback_plan_create() 219 fallback_plan->lookup_array[i] = arabic_fallback_synthesize_lookup (plan, font, i); in arabic_fallback_plan_create()
|
D | hb-ot-shape-complex-private.hh | 76 void (*collect_features) (hb_ot_shape_planner_t *plan); 84 void (*override_features) (hb_ot_shape_planner_t *plan); 92 void *(*data_create) (const hb_ot_shape_plan_t *plan); 108 void (*preprocess_text) (const hb_ot_shape_plan_t *plan, 139 void (*setup_masks) (const hb_ot_shape_plan_t *plan,
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
D | SDL_xbios_centscreen.c | 44 curmode.mode = curmode.physx = curmode.physy = curmode.plan = in SDL_XBIOS_ListCentscreenModes() 53 if (listedmode.plan>=8) { in SDL_XBIOS_ListCentscreenModes() 59 modeinfo.depth = listedmode.plan; in SDL_XBIOS_ListCentscreenModes() 66 curmode.mode = curmode.physx = curmode.physy = curmode.plan = in SDL_XBIOS_ListCentscreenModes() 84 newmode.plan = planes; in SDL_XBIOS_CentscreenSetmode() 101 newmode.mode = newmode.physx = newmode.physy = newmode.plan = in SDL_XBIOS_CentscreenRestore()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | bencher | 647 def emitBenchRunCodeFile(name, plan, benchDataPath, benchPath) argument 648 case plan.vm.vmType 674 …derr,file," if (__bencher_index >= #{$warmup}) print(\"#{name}: #{plan.vm}: #{plan.iteration}: \… 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: \"+_… 693 doublePuts($stderr,file,"gc();") unless plan.vm.shouldMeasureGC 703 …doublePuts($stderr,file," debug(\"#{name}: #{plan.vm}: #{plan.iteration}: \" + (__bencher_c… 772 def emitBenchRunCode(name, plan, benchDataPath, benchPath) argument 773 plan.vm.emitRunCode(emitBenchRunCodeFile(name, plan, benchDataPath, benchPath)) [all …]
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | where.c | 199 WherePlan plan; /* The lookup strategy */ member 1676 nRow += sTermCost.plan.nRow; in bestOrClauseIndex() 1696 pCost->plan.nRow = nRow; in bestOrClauseIndex() 1697 pCost->plan.wsFlags = flags; in bestOrClauseIndex() 1698 pCost->plan.u.pTerm = pTerm; in bestOrClauseIndex() 1753 if( (pCost->plan.wsFlags & WHERE_NOT_FULLSCAN)!=0 ){ in bestAutomaticIndex() 1780 pCost->plan.nRow = logN + 1; in bestAutomaticIndex() 1781 pCost->plan.wsFlags = WHERE_TEMP_INDEX; in bestAutomaticIndex() 1851 pLevel->plan.nEq = nColumn; in constructAutomaticIndex() 1871 pLevel->plan.wsFlags |= WHERE_COLUMN_EQ | WHERE_IDX_ONLY | WO_EQ; in constructAutomaticIndex() [all …]
|