/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)
|
/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/utils/ |
buildCts.py | 241 def __WritePlan(self, plan, plan_name): 242 print 'Generating test plan %s' % plan_name 243 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml')) 255 plan = tools.TestPlan(packages) 256 plan.Exclude('android\.performance.*') 257 self.__WritePlan(plan, 'CTS') 258 plan.Exclude(r'android\.tests\.sigtest') 259 plan.Exclude(r'android\.core.*') 260 self.__WritePlan(plan, 'Android') 262 plan = tools.TestPlan(packages [all...] |
host_config.xml | 19 <!-- Specific OEM test plan directory (optional) -->
|
/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 403 * Get the plan repository. 405 * @return The plan repository. [all...] |
TestSession.java | 23 * Represents a runtime session for a test plan, takes charge in running a 24 * plan and the setup&tear-downs. 249 CUIOutputStream.println("resume test plan " + getSessionLog().getTestPlanName() 298 * Start a new test session thread to execute the specific test plan. 305 CUIOutputStream.println("start test plan " + getSessionLog().getTestPlanName()); 501 * Display the time information of running a test plan.
|
/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...] |
/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>
|
/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.
|
/cts/tools/host/test/com/android/cts/ |
CommandParserTest.java | 33 final String option = "--plan"; 49 final String option1 = "--plan"; 138 final String option2 = "--plan";
|
TestPlanBuilderTests.java | 34 * Test the test plan builder. 119 * Test building test plan. 190 Log.i("Selected nothing for the plan of " 191 + planName + ". The plan is not created!");
|
/cts/tests/config_demo/data/result_rep/ |
cts_result.xsl | 24 .plan { background-color : #9acd32 } 37 <!-- plan information --> 39 <TR class="plan"> 40 <TD>Plan name</TD>
|