/external/chromium/chrome/browser/chromeos/ |
network_message_observer_unittest.cc | 16 CellularDataPlan plan; local 17 plan.plan_type = type; 18 plan.plan_start_time = base::Time::FromDoubleT(start_sec); 19 plan.plan_end_time = base::Time::FromDoubleT(end_sec); 20 plan.plan_data_bytes = bytes; 21 plan.data_bytes_used = used; 22 return plan; 27 // Test the code that checks if a data plan is an applicable backup plan. 31 // ((start time - 1 sec) <= end time of currently active plan) 34 CellularDataPlan plan = local [all...] |
network_message_observer.h | 30 static bool IsApplicableBackupPlan(const CellularDataPlan* plan, 35 virtual void InitNewPlan(const CellularDataPlan* plan); 38 virtual void ShowLowDataNotification(const CellularDataPlan* plan); 49 // Saves the current cellular and plan information. 50 // |plan| can be NULL. In that case, we set it to unknown. 52 const CellularDataPlan* plan); 61 // Last cellular data plan unique id. 63 // Last cellular data plan type.
|
network_message_observer.cc | 69 const CellularDataPlan* plan, const CellularDataPlan* other_plan) { 70 // By applicable plan, we mean that the other plan has data AND the timeframe 72 // ((start time - 1 sec) <= end time of currently active plan). 74 // second in time between the old plan and the new plan. 78 (other_plan->plan_start_time - plan->plan_end_time).InSeconds() <= 1; 100 void NetworkMessageObserver::InitNewPlan(const CellularDataPlan* plan) { 103 if (plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED) { 106 ASCIIToUTF16(plan->plan_name))) [all...] |
/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...] |
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
pod-coverage.t | 8 plan skip_all => "Test::Pod::Coverage required for testing POD coverage: $@";
|
pod.t | 8 plan skip_all => "Test::Pod required for testing POD: $@";
|
perlcritic.t | 14 plan( skip_all => $msg );
|
/external/dbus/doc/ |
.gitignore | 10 dbus-test-plan.html
|
Makefile.am | 8 dbus-test-plan.xml \ 18 dbus-test-plan.html \ 29 dbus-test-plan.html: dbus-test-plan.xml
|
/cts/tools/utils/ |
buildCts.py | 88 def __WritePlan(self, plan, plan_name): 89 print 'Generating test plan %s' % plan_name 90 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml')) 102 plan = tools.TestPlan(packages) 103 plan.Exclude('android\.performance.*') 104 self.__WritePlan(plan, 'CTS') 105 self.__WritePlan(plan, 'CTS-TF') 107 plan.Exclude(r'android\.tests\.sigtest') 108 plan.Exclude(r'android\.core.*') 109 self.__WritePlan(plan, 'Android' [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
cellular_plan_element.js | 45 function CellularPlanItem(idx, plan) { 49 planType: plan.planType, 50 name: plan.name, 51 planSummary: plan.planSummary, 52 dataRemaining: plan.dataRemaining, 53 planExpires: plan.planExpires, 54 warning: plan.warning 75 this.className = 'cellular-plan'; 76 var detailsTable = this.createTable_('details-plan-table', 78 this.addRow_(detailsTable, 'plan-details-info' [all...] |
internet_options_page.css | 135 #details-plan-table { 202 #detailsInternetPage[cellplanloading] .no-plan-info, 203 #detailsInternetPage[cellplanloading] .plan-details-info, 205 #detailsInternetPage[hascellplan] .plan-loading-info, 206 #detailsInternetPage[hascellplan] .no-plan-info, 207 #detailsInternetPage[nocellplan] .plan-loading-info, 208 #detailsInternetPage[nocellplan] .plan-details-info,
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ITestPlan.java | 28 * Interface for accessing test plan data. 33 * Populates the test plan data from given XML stream. 35 * @param xmlStream the {@link InputStream} that contains the test plan xml. 40 * Gets the list of test uris contained in this plan. 50 * Add a package to this test plan 56 * Add a excluded test to this test plan 72 * Serialize the contents of this test plan. 74 * @param xmlOutStream the {@link OutputStream} to serialize test plan contents to 80 * @return the test plan name
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
TestPlanTest.java | 73 mPlan = new TestPlan("plan"); 77 * Simple test for parsing a plan containing two uris 86 * @param plan 88 private void assertTestData(TestPlan plan) { 89 assertEquals(2, plan.getTestUris().size()); 90 Iterator<String> iter = plan.getTestUris().iterator(); 94 assertFalse(plan.getExcludedTestFilter(TEST_URI1).hasExclusion()); 95 assertFalse(plan.getExcludedTestFilter(TEST_URI2).hasExclusion()); 99 * Test parsing a plan containing a single excluded test 110 * Test parsing a plan containing multiple excluded test [all...] |
/dalvik/dx/tests/093-ssa-invoke-range/ |
info.txt | 1 This test case checks the ability of the register allocator to 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 =
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.h | 12 // that is used in Chrome OS activate modem and perform plan subscription tasks.
|
/frameworks/base/docs/html/training/ |
advanced.jd | 9 <p>What you see now is still the beginning. We plan to add many more classes, expand and refine
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
PlanCreator.java | 46 @Option (name = "plan", shortName = 'p', description = "the name of the plan to create", 86 * Create and serialize a test plan derived from a result. 97 Log.logAndDisplay(LogLevel.ERROR, "", String.format("Failed to create plan file %s", 105 * Create a test plan derived from a result. 110 * @return test plan 161 throw new ConfigurationException("Missing --plan argument"); 166 throw new ConfigurationException(String.format("Test plan %s already exists",
|
/external/dbus/cmake/doc/ |
index.html.cmake | 36 <a href="dbus-test-plan.html">D-Bus Test Plan</a>
|
/cts/tools/tradefed-host/ |
README | 38 To run a test plan on a single device: 44 'run cts --plan CTS' to run the default CTS plan 54 To shard a plan test run on multiple devices 55 'run cts --plan CTS --shards <number of shards>
|
/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/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...] |