Searched defs:plan (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/PCH/
H A Dfield-designator.c31 static const struct U plan = { .e = 1 }; local
/external/apache-http/src/org/apache/http/conn/routing/
H A DBasicRouteDirector.java56 * @param plan the planned route
64 public int nextStep(RouteInfo plan, RouteInfo fact) { argument
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) { argument
93 return (plan
107 directStep(RouteInfo plan, RouteInfo fact) argument
142 proxiedStep(RouteInfo plan, RouteInfo fact) argument
[all...]
H A DHttpRouteDirector.java76 * @param plan the planned route
84 public int nextStep(RouteInfo plan, RouteInfo fact) argument
/external/chromium/chrome/browser/chromeos/
H A Dnetwork_message_observer_unittest.cc16 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...]
H A Dnetwork_message_observer.cc69 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) { argument
103 if (plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED) {
106 ASCIIToUTF16(plan
68 IsApplicableBackupPlan( const CellularDataPlan* plan, const CellularDataPlan* other_plan) argument
147 ShowLowDataNotification( const CellularDataPlan* plan) argument
306 SaveLastCellularInfo( const CellularNetwork* cellular, const CellularDataPlan* plan) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.h54 unsigned short plan; /* bitplanes */ member in struct:__anon10728
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jar ... .eclipse.equinox.p2.engine.IProvisioningPlan plan org.eclipse.core.runtime.MultiStatus originalStatus ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc496 const chromeos::CellularDataPlan* plan = local
498 if (plan)
499 label = plan->GetUsageInfo();
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc563 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());
1036 // 9) needs new plan
562 CellularDataPlanToDictionary( const chromeos::CellularDataPlan* plan) argument
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h778 explicit CellularDataPlan(const CellularDataPlanInfo &plan) argument
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),
785 data_bytes_used(plan.data_bytes_used) { }
786 // Formats cellular plan descriptio
[all...]
H A Dnetwork_library.cc66 // TODO(stevenjb): Document cellular data plan handlers.
93 // How long we should remember that cellular plan payment was received.
1443 // Time based plan. Show nearing expiration and data expiration.
1449 // Metered plan. Show low data and out of data.
1485 // Time based plan. Show nearing expiration and data expiration.
1489 // Metered plan. Show low data and out of data.
1508 // A cellular plan is uniquely described by the union of name, type,
2448 // If we need a new plan, then ignore any data plans we have.
2788 // Returns true if cellular plan payment had been recorded recently.
3987 // Set significant to the first plan o
3997 const CellularDataPlan* plan = GetSignificantDataPlanFromVector(data_plans); local
4040 CellularDataPlan* plan = new CellularDataPlan(*info); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c3495 ** WHERE clause might influence the choice of query plan for a statement,
3500 ** choice of query plan if the parameter is the left-hand side of a [LIKE]
10817 WherePlan plan; /* query plan for this element of the FROM clause */ member in struct:WhereLevel
10828 union { /* Information that depends on plan.wsFlags */
10835 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
102741 WherePlan plan; /* The lookup strategy */ member in struct:WhereCost
[all...]
/external/sqlite/dist/
H A Dsqlite3.c3495 ** WHERE clause might influence the choice of query plan for a statement,
3500 ** choice of query plan if the parameter is the left-hand side of a [LIKE]
10817 WherePlan plan; /* query plan for this element of the FROM clause */ member in struct:WhereLevel
10828 union { /* Information that depends on plan.wsFlags */
10835 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
102754 WherePlan plan; /* The lookup strategy */ member in struct:WhereCost
[all...]

Completed in 797 milliseconds