HomeSort by relevance Sort by last modified time
    Searched refs:plan (Results 26 - 50 of 85) sorted by null

12 3 4

  /cts/tools/utils/cts/
tools.py 111 """A CTS test plan generator."""
114 """Instantiate a test plan with a list of available package names.
124 """Exclude all packages matching the given regular expression from the plan.
140 """Include all packages matching the given regular expressions in the plan.
155 """Write the test plan to the given file.
160 file_name: The name of the file into which the test plan should be written.
163 plan = doc.createElement('TestPlan')
164 plan.setAttribute('version', '1.0')
165 doc.appendChild(plan)
170 plan.appendChild(entry
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 105 plan(tests => 2 * $testCasesCount); # Total number of assertions.
parsePatch.pl 78 plan(tests => @expectedDiffHashRefs * @diffHashRefKeys);
setChangeLogDateAndReviewer.pl 115 plan(tests => 1 * $testCasesCount); # Total number of assertions.
parseSvnDiffHeader.pl 204 plan(tests => 2 * $testCasesCount); # Total number of assertions.
parseSvnPropertyValue.pl 217 plan(tests => 2 * $testCasesCount); # Total number of assertions.
  /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/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 54 unsigned short plan; /* bitplanes */ member in struct:__anon13530
  /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...]
  /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/harfbuzz_ng/
Android.mk 39 src/hb-shape-plan.cc \
  /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/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/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/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/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/v8/test/mjsunit/
string-match.js 84 var stringSample = "A man, a plan, a canal: Panama";
130 ["A", "man", "a", "plan", "a", "canal", "Panama"],
  /dalvik/vm/arch/arm/
CallOldABI.S 90 @ rest of the code. If we don't plan to use a debugger we can speed

Completed in 1566 milliseconds

12 3 4