HomeSort by relevance Sort by last modified time
    Searched full:plan (Results 1 - 25 of 357) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 56 * @param plan the planned route
64 public int nextStep(RouteInfo plan, RouteInfo fact) {
65 if (plan == null) {
73 step = firstStep(plan);
74 else if (plan.getHopCount() > 1)
75 step = proxiedStep(plan, fact);
77 step = directStep(plan, fact);
87 * @param plan the planned route
91 protected int firstStep(RouteInfo plan) {
93 return (plan.getHopCount() > 1)
    [all...]
HttpRouteDirector.java 76 * @param plan the planned route
84 public int nextStep(RouteInfo plan, RouteInfo fact)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
IPlanXmlParser.java 25 * Interface for accessing test plan data.
30 * Parse the test plan data from given stream.
32 * @param xmlStream the {@link InputStream} that contains the test plan xml.
37 * Gets the list of test uris parsed from the plan.
PlanTest.java 41 * A {@link Test} that runs all the tests in the CTS test plan with given name
52 @Option(name = "plan", description = "the test plan to run")
78 * Set the test plan directory.
96 * Set the plan name to run.
109 throw new IllegalArgumentException("missing --plan option");
122 Log.i(LOG_TAG, String.format("Executing CTS test plan %s", mPlanName));
140 throw new IllegalArgumentException("failed to find CTS plan file", e);
142 throw new IllegalArgumentException("failed to parse CTS plan file", e);
177 * Factory method for creating a {@link InputStream} from a plan xml file
    [all...]
PlanXmlParser.java 30 * Parses a test plan xml file.
  /dalvik/dx/tests/093-ssa-invoke-range/
info.txt 1 This test case checks the ability of the register allocator to plan
  /external/dbus/doc/
Makefile.am 6 dbus-test-plan.xml \
15 dbus-test-plan.html \
26 dbus-test-plan.html: dbus-test-plan.xml
  /cts/tools/host/src/com/android/cts/
TestHost.java 53 * <li> RUN: For this mode, the TestHost will run the plan or
159 // step 2: create plan
169 // step 3: start the plan
233 * Remove plans from the plan repository according to the specific plan name.
235 * @param name The plan name.
239 CUIOutputStream.println("Please add plan name or all as parameter.");
246 for (String plan : plans) {
247 removePlan(plan, planRepo);
251 Log.e("No plan named " + name + " in repository!", null)
    [all...]
ConsoleUi.java 43 * <li> start a test plan
44 * <li> remove a test plan
48 * <li> list current available test plan
223 * Display the help message related to plan commands.
231 CUIOutputStream.println(CMD_TYPE_LEADING_SPACE + "Plan:");
235 + lsPlanStr + " plan_name: list contents of the plan with specified name");
237 + addPlanStr + " plan_name: add a new plan with specified name");
242 + ": derive a plan from the given session");
244 + rmPlanStr + " plan_name/all: remove a plan or all plans from repository");
258 + cmdStr + " test_plan_name: run a test plan");
    [all...]
TestPlanNotFoundException.java 20 * Exception if input a nonexistent test plan.
TestSessionBuilder.java 38 * Builder of test plan and also provides serialization for a test plan.
124 throw new TestNotFoundException("No valid package in test plan.");
540 * @param planName test plan name
549 File plan = new File(HostConfig.getInstance().getPlanRepository() local
551 if (plan.exists()) {
552 Log.e("Plan " + planName + " already exist, please use another name!",
586 writeToFile(plan, doc);
CTSCommand.java 40 static final String OPTION_PLAN = "--plan";
HostConfig.java 47 * <li> test plan repository
447 * Get the plan repository.
449 * @return The plan repository.
    [all...]
  /cts/tools/utils/
buildCts.py 94 def __WritePlan(self, plan, plan_name):
95 print 'Generating test plan %s' % plan_name
96 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml'))
108 plan = tools.TestPlan(packages)
109 plan.Exclude('android\.performance.*')
110 self.__WritePlan(plan, 'CTS')
111 plan.Exclude(r'android\.tests\.sigtest')
112 plan.Exclude(r'android\.core.*')
113 self.__WritePlan(plan, 'Android')
115 plan = tools.TestPlan(packages
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_centscreen.c 51 curmode.mode = curmode.physx = curmode.physy = curmode.plan =
60 if (listedmode.plan>=8) {
62 listedmode.physy, listedmode.plan, SDL_FALSE
67 curmode.mode = curmode.physx = curmode.physy = curmode.plan =
85 newmode.plan = planes;
100 newmode.mode = newmode.physx = newmode.physy = newmode.plan =
  /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...]
  /cts/tests/config_demo/data/
host_config.xml 19 <!-- Specific OEM test plan directory (optional) -->
  /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/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...]
  /cts/tools/tradefed-host/res/config/
cts.xml 17 description="Runs a CTS plan from a pre-existing CTS installation">
  /packages/apps/AccountsAndSyncSettings/res/values-fr/
strings.xml 25 <string name="background_data" msgid="1103557117473896066">"Données en arrière-plan"</string>
28 <string name="background_data_dialog_message" msgid="8417297954700022363">"La désactivation des données en arrière-plan permet d\'économiser la batterie et de réduire l\'utilisation des données. Certaines applications peuvent utiliser la connexion des données en arrière-plan."</string>
65 <string name="cant_sync_dialog_message" msgid="7200115394296632300">"La synchronisation de cet élément est actuellement désactivée. Pour modifier vos préférences, activez temporairement les données en arrière-plan et la synchronisation automatique."</string>
  /packages/apps/AccountsAndSyncSettings/res/values-tr/
strings.xml 25 <string name="background_data" msgid="1103557117473896066">"Arka plan veri"</string>
28 <string name="background_data_dialog_message" msgid="8417297954700022363">"Arka plan verilerini devre d??? b?rakmak, pilden tasarruf sa?lar ve veri kullan?m?n? azalt?r. Baz? uygulamalar yine de arka plan veri ba?lant?s?n? kullanmaya devam edebilir."</string>
65 <string name="cant_sync_dialog_message" msgid="7200115394296632300">"Bu ö?e için senkronizasyon ?u anda devre d??? b?rak?lm?? durumdad?r. Tercihinizi de?i?tirmek için geçici olarak arka plan verilerini ve otomatik senkronizasyonu aç?n."</string>
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
PlanXmlParserTest.java 42 * Simple test for parsing a plan containing two uris
  /external/e2fsprogs/ext2ed/
ext2ed.8.in 33 in it if you plan to view or modify the source code.
  /external/skia/include/core/
SkChunkAlloc.h 35 if you plan to reuse the allocator multiple times.

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 91011>>