/external/okhttp/okhttp-apache/ |
README.md | 7 the keep-alive strategy, cookie store, credentials provider, route planner and others.
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-private.hh | 154 hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner) 156 switch ((hb_tag_t) planner->props.script) 178 if (planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT || 179 planner->props.script == HB_SCRIPT_ARABIC) 306 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')) 317 if (planner->map.found_script[0] && 318 hb_ot_layout_language_find_feature (planner->face, HB_OT_TAG_GSUB, 319 planner->map.script_index[0], 320 planner->map.language_index[0], 330 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2') [all...] |
hb-ot-shape.cc | 68 hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner, 73 hb_ot_map_builder_t *map = &planner->map; 95 if (planner->shaper->collect_features) 96 planner->shaper->collect_features (planner); 112 if (planner->shaper->override_features) 113 planner->shaper->override_features (planner); 172 hb_ot_shape_planner_t planner (shape_plan); 174 planner.shaper = hb_ot_shape_complex_categorize (&planner) [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-private.hh | 154 hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner) 156 switch ((hb_tag_t) planner->props.script) 182 if (planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT || 183 planner->props.script == HB_SCRIPT_ARABIC) 310 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')) 321 if (planner->map.found_script[0] && 322 hb_ot_layout_language_find_feature (planner->face, HB_OT_TAG_GSUB, 323 planner->map.script_index[0], 324 planner->map.language_index[0], 334 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2') [all...] |
hb-ot-shape.cc | 69 hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner, 74 hb_ot_map_builder_t *map = &planner->map; 96 if (planner->shaper->collect_features) 97 planner->shaper->collect_features (planner); 113 if (planner->shaper->override_features) 114 planner->shaper->override_features (planner); 173 hb_ot_shape_planner_t planner (shape_plan); 175 planner.shaper = hb_ot_shape_complex_categorize (&planner) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
deltablue.js | 165 planner.incrementalAdd(this); 187 if (!planner.addPropagate(this, mark)) 194 if (this.isSatisfied()) planner.incrementalRemove(this); 571 * The DeltaBlue planner 573 function Planner() { 591 Planner.prototype.incrementalAdd = function (c) { 609 Planner.prototype.incrementalRemove = function (c) { 628 Planner.prototype.newMark = function () { 651 Planner.prototype.makePlan = function (sources) { 670 Planner.prototype.extractPlanFromConstraints = function (constraints) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-deltablue.html | 161 planner.incrementalAdd(this); 183 if (!planner.addPropagate(this, mark)) 190 if (this.isSatisfied()) planner.incrementalRemove(this); 567 * The DeltaBlue planner 569 function Planner() { 587 Planner.prototype.incrementalAdd = function (c) { 605 Planner.prototype.incrementalRemove = function (c) { 624 Planner.prototype.newMark = function () { 647 Planner.prototype.makePlan = function (sources) { 666 Planner.prototype.extractPlanFromConstraints = function (constraints) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 156 planner.incrementalAdd(this); 178 if (!planner.addPropagate(this, mark)) 185 if (this.isSatisfied()) planner.incrementalRemove(this); 562 * The DeltaBlue planner 564 function Planner() { 582 Planner.prototype.incrementalAdd = function (c) { 600 Planner.prototype.incrementalRemove = function (c) { 619 Planner.prototype.newMark = function () { 642 Planner.prototype.makePlan = function (sources) { 661 Planner.prototype.extractPlanFromConstraints = function (constraints) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-deltablue.js | 156 planner.incrementalAdd(this); 178 if (!planner.addPropagate(this, mark)) 185 if (this.isSatisfied()) planner.incrementalRemove(this); 562 * The DeltaBlue planner 564 function Planner() { 582 Planner.prototype.incrementalAdd = function (c) { 600 Planner.prototype.incrementalRemove = function (c) { 619 Planner.prototype.newMark = function () { 642 Planner.prototype.makePlan = function (sources) { 661 Planner.prototype.extractPlanFromConstraints = function (constraints) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-deltablue.js | 156 planner.incrementalAdd(this); 178 if (!planner.addPropagate(this, mark)) 185 if (this.isSatisfied()) planner.incrementalRemove(this); 562 * The DeltaBlue planner 564 function Planner() { 582 Planner.prototype.incrementalAdd = function (c) { 600 Planner.prototype.incrementalRemove = function (c) { 619 Planner.prototype.newMark = function () { 642 Planner.prototype.makePlan = function (sources) { 661 Planner.prototype.extractPlanFromConstraints = function (constraints) [all...] |
/external/chromium_org/v8/benchmarks/ |
deltablue.js | 162 planner.incrementalAdd(this); 184 if (!planner.addPropagate(this, mark)) 191 if (this.isSatisfied()) planner.incrementalRemove(this); 568 * The DeltaBlue planner 570 function Planner() { 588 Planner.prototype.incrementalAdd = function (c) { 606 Planner.prototype.incrementalRemove = function (c) { 625 Planner.prototype.newMark = function () { 648 Planner.prototype.makePlan = function (sources) { 667 Planner.prototype.extractPlanFromConstraints = function (constraints) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar | |
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar | |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
adt-platform-juno-sr2.target | 6 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar | |
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar | |
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar | |
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_types.h | 244 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. 246 * otherwise, each planner has its own fd */ 256 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. 258 * otherwise, each planner has its own fd */ [all...] |
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
cam_types.h | 248 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. 250 * otherwise, each planner has its own fd */ 260 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. 262 * otherwise, each planner has its own fd */ [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultHttpRoutePlanner.java | 64 * Creates a new default route planner.
|
/external/chromium_org/third_party/sqlite/src/test/ |
analyze6.test | 13 # in this file a corner-case query planner optimization involving the
|
analyze7.test | 64 # Verify that since the query planner now things that t1a is more
|