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

1 23 4 5

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 218 do_thai_pua_shaping (const hb_ot_shape_plan_t *plan HB_UNUSED,
257 preprocess_text_thai (const hb_ot_shape_plan_t *plan,
360 if (plan->props.script == HB_SCRIPT_THAI && !plan->map.found_script[0])
361 do_thai_pua_shaping (plan, buffer, font);
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);
121 HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
122 HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
hb-ot-map.cc 105 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
121 pause->callback (plan, font, buffer);
130 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
143 pause->callback (plan, font, buffer);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseChunkRange.pl 258 plan(tests => $testCasesCount);
setChangeLogDateAndReviewer.pl 115 plan(tests => 1 * $testCasesCount); # Total number of assertions.
parseSvnPropertyValue.pl 241 plan(tests => 2 * $testCasesCount); # Total number of assertions.
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 54 unsigned short plan; /* bitplanes */ member in struct:__anon26968
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 71 * Supports running all the tests contained in a CTS plan, or individual test packages.
76 public static final String PLAN_OPTION = "plan";
88 @Option(name = PLAN_OPTION, description = "the test plan to run.",
303 * Set the plan name to run.
560 throw new IllegalArgumentException("failed to find CTS plan file", e);
562 throw new IllegalArgumentException("failed to parse CTS plan file", e);
596 Log.i(LOG_TAG, String.format("Executing CTS test plan %s", mPlanName));
598 ITestPlan plan = createPlan(mPlanName); local
599 plan.parse(createXmlStream(ctsPlanFile));
600 for (String uri : plan.getTestUris())
638 ITestPlan plan = createPlan(planCreator); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 293 * change their output during plan execution. This is called "stay
633 * Extract a plan for resatisfaction starting from the given source
635 * assumes that stay optimization is desired; the plan will contain
638 * not included in the plan.
640 * to the plan under construction. A constraint may be appended to
641 * the plan when all its input variables are known. A variable is
643 * been computed by a constraint appearing earlier in the plan), b)
644 * the variable is 'stay' (i.e. it is a constant at plan execution
653 var plan = new Plan();
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 570 // Plan data will be passed through Network::Observer::CellularDataPlanChanged
770 // Cellular Data Plan management.
778 explicit CellularDataPlan(const CellularDataPlanInfo &plan)
779 : plan_name(plan.plan_name ? plan.plan_name : ""),
780 plan_type(plan.plan_type),
781 update_time(base::Time::FromInternalValue(plan.update_time)),
782 plan_start_time(base::Time::FromInternalValue(plan.plan_start_time)),
783 plan_end_time(base::Time::FromInternalValue(plan.plan_end_time)),
784 plan_data_bytes(plan.plan_data_bytes)
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 69 // Initiates cellular plan data refresh. The results from libcros will be
102 // Converts CellularDataPlan structure into dictionary for JS. Formats plan
105 const chromeos::CellularDataPlan* plan);
internet_options_handler.cc 563 const chromeos::CellularDataPlan* plan) {
565 plan_dict->SetInteger("planType", plan->plan_type);
566 plan_dict->SetString("name", plan->plan_name);
567 plan_dict->SetString("planSummary", plan->GetPlanDesciption());
568 plan_dict->SetString("dataRemaining", plan->GetDataRemainingDesciption());
569 plan_dict->SetString("planExpires", plan->GetPlanExpiration());
570 plan_dict->SetString("warning", plan->GetRemainingWarning());
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 284 * change their output during plan execution. This is called "stay
624 * Extract a plan for resatisfaction starting from the given source
626 * assumes that stay optimization is desired; the plan will contain
629 * not included in the plan.
631 * to the plan under construction. A constraint may be appended to
632 * the plan when all its input variables are known. A variable is
634 * been computed by a constraint appearing earlier in the plan), b)
635 * the variable is 'stay' (i.e. it is a constant at plan execution
644 var plan = new Plan();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 284 * change their output during plan execution. This is called "stay
624 * Extract a plan for resatisfaction starting from the given source
626 * assumes that stay optimization is desired; the plan will contain
629 * not included in the plan.
631 * to the plan under construction. A constraint may be appended to
632 * the plan when all its input variables are known. A variable is
634 * been computed by a constraint appearing earlier in the plan), b)
635 * the variable is 'stay' (i.e. it is a constant at plan execution
644 var plan = new Plan();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 284 * change their output during plan execution. This is called "stay
624 * Extract a plan for resatisfaction starting from the given source
626 * assumes that stay optimization is desired; the plan will contain
629 * not included in the plan.
631 * to the plan under construction. A constraint may be appended to
632 * the plan when all its input variables are known. A variable is
634 * been computed by a constraint appearing earlier in the plan), b)
635 * the variable is 'stay' (i.e. it is a constant at plan execution
644 var plan = new Plan();
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 290 * change their output during plan execution. This is called "stay
630 * Extract a plan for resatisfaction starting from the given source
632 * assumes that stay optimization is desired; the plan will contain
635 * not included in the plan.
637 * to the plan under construction. A constraint may be appended to
638 * the plan when all its input variables are known. A variable is
640 * been computed by a constraint appearing earlier in the plan), b)
641 * the variable is 'stay' (i.e. it is a constant at plan execution
650 var plan = new Plan();
    [all...]
  /external/harfbuzz_ng/
Android.mk 39 src/hb-shape-plan.cc \
  /external/v8/benchmarks/
deltablue.js 290 * change their output during plan execution. This is called "stay
630 * Extract a plan for resatisfaction starting from the given source
632 * assumes that stay optimization is desired; the plan will contain
635 * not included in the plan.
637 * to the plan under construction. A constraint may be appended to
638 * the plan when all its input variables are known. A variable is
640 * been computed by a constraint appearing earlier in the plan), b)
641 * the variable is 'stay' (i.e. it is a constant at plan execution
650 var plan = new Plan();
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
07_pc_esc.t 11 BEGIN { plan tests => 17 };
  /external/chromium_org/v8/test/mjsunit/
string-match.js 84 var stringSample = "A man, a plan, a canal: Panama";
130 ["A", "man", "a", "plan", "a", "canal", "Panama"],
  /external/v8/test/mjsunit/
string-match.js 84 var stringSample = "A man, a plan, a canal: Panama";
130 ["A", "man", "a", "plan", "a", "canal", "Panama"],

Completed in 769 milliseconds

1 23 4 5