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

1 2

  /external/clang/test/PCH/
field-designator.c 31 static const struct U plan = { .e = 1 }; local
  /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...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize-private.hh 55 const hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_normalize_context_t
hb-ot-shape.cc 173 hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); local
174 if (unlikely (!plan))
183 planner.compile (*plan);
185 if (plan->shaper->data_create) {
186 plan->data = plan->shaper->data_create (plan);
187 if (unlikely (!plan->data))
191 return plan;
195 _hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *plan)
212 hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_context_t
650 hb_ot_shape_plan_t plan; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 56 const hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_normalize_context_t
hb-ot-shape.cc 173 hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); local
174 if (unlikely (!plan))
183 planner.compile (*plan);
185 if (plan->shaper->data_create) {
186 plan->data = plan->shaper->data_create (plan);
187 if (unlikely (!plan->data))
191 return plan;
195 _hb_ot_shaper_shape_plan_data_destroy (hb_ot_shaper_shape_plan_data_t *plan)
212 hb_ot_shape_plan_t *plan; member in struct:hb_ot_shape_context_t
628 hb_ot_shape_plan_t plan; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 54 unsigned short plan; /* bitplanes */ member in struct:__anon26989
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 71 * Supports running all the tests contained in a CTS plan, or individual test packages.
76 public static final String PLAN_OPTION = "plan";
88 @Option(name = PLAN_OPTION, description = "the test plan to run.",
303 * Set the plan name to run.
560 throw new IllegalArgumentException("failed to find CTS plan file", e);
562 throw new IllegalArgumentException("failed to parse CTS plan file", e);
596 Log.i(LOG_TAG, String.format("Executing CTS test plan %s", mPlanName));
598 ITestPlan plan = createPlan(mPlanName); local
599 plan.parse(createXmlStream(ctsPlanFile));
600 for (String uri : plan.getTestUris())
638 ITestPlan plan = createPlan(planCreator); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 496 const chromeos::CellularDataPlan* plan = local
498 if (plan)
499 label = plan->GetUsageInfo();
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c 199 WherePlan plan; /* The lookup strategy */ member in struct:WhereCost
201 Bitmask used; /* Bitmask of cursors used by this plan */
    [all...]
sqliteInt.h 1908 WherePlan plan; \/* query plan for this element of the FROM clause *\/ member in struct:WhereLevel
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 66 // TODO(stevenjb): Document cellular data plan handlers.
93 // How long we should remember that cellular plan payment was received.
3997 const CellularDataPlan* plan = GetSignificantDataPlanFromVector(data_plans); local
4040 CellularDataPlan* plan = new CellularDataPlan(*info); local
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 282 milliseconds

1 2