HomeSort by relevance Sort by last modified time
    Searched refs:plan (Results 1 - 24 of 24) sorted by null

  /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/utils/
buildCts.py 244 def __WritePlan(self, plan, plan_name):
245 print 'Generating test plan %s' % plan_name
246 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml'))
258 plan = tools.TestPlan(packages)
259 plan.Exclude('android\.performance.*')
260 self.__WritePlan(plan, 'CTS')
261 plan.Exclude(r'android\.tests\.sigtest')
262 plan.Exclude(r'android\.core.*')
263 self.__WritePlan(plan, 'Android')
265 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 =
SDL_xbios_centscreen.h 58 unsigned short plan; /* bitplanes */ member in struct:__anon6250
  /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/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
parsePatch.pl 86 plan(tests => @expectedDiffHashRefs * @diffHashRefKeys);
parseDiff.pl 324 plan(tests => @testCaseHashRefs * $assertionCount); # Total number of tests
parseDiffHeader.pl 284 plan(tests => @testCaseHashRefs * $assertionCount); # Total number of tests
  /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...]
  /external/clearsilver/perl/
test.pl 27 BEGIN { plan tests => 13 };
  /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"],
  /cts/tools/host/src/com/android/cts/
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);
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...]
  /dalvik/vm/arch/arm/
CallOldABI.S 90 @ rest of the code. If we don't plan to use a debugger we can speed
  /build/core/tasks/
cts.mk 151 # Generate the default test plan for User.
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/sqlite/dist/
sqlite3.c 9382 WherePlan plan; \/* query plan for this element of the FROM clause *\/ member in struct:WhereLevel
86947 WherePlan plan; \/* The lookup strategy *\/ member in struct:WhereCost
    [all...]
sqlite3.c.orig     [all...]

Completed in 437 milliseconds