HomeSort by relevance Sort by last modified time
    Searched full:plans (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /cts/tests/config_demo/data/plan_rep/
README 15 This directory would be the repository of the test plans.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetsetup/
CtsBuildHelper.java 107 File dir = new File(getRepositoryDir(), "plans");
110 "CTS test plans directory %s does not exist", dir.getAbsolutePath()));
  /cts/tools/utils/
host_config.xml 20 <TestPlan path="plans" />
buildCts.py 17 """Module for generating CTS test descriptions and test plans."""
53 """Main class for generating test descriptions and test plans."""
73 self.plan_repository = os.path.join(self.out_dir, 'repository/plans')
99 """Generate default test plans."""
100 # TODO: Instead of hard-coding the plans here, use a configuration file,
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
PlanTest.java 48 public static final String TEST_PLANS_DIR_OPTION = "test-plans-path";
60 "file path to directory containing CTS test plans")
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cycx_cfm.h 42 /* for now only the 2X is supported, no plans to support 8X or 16X */
  /cts/tools/host/src/com/android/cts/
ConsoleUi.java 233 + lsPlanStr + ": list available plans");
244 + rmPlanStr + " plan_name/all: remove a plan or all plans from repository");
768 String prompt = "Remove all of the plans?([y/N])";
1128 ArrayList<String> plans = mHost.getPlanRepository().getAllPlanNames(); local
    [all...]
HostConfig.java 1074 ArrayList<String> plans = new ArrayList<String>(); local
    [all...]
TestHost.java 233 * Remove plans from the plan repository according to the specific plan name.
245 ArrayList<String> plans = planRepo.getAllPlanNames(); local
246 for (String plan : plans) {
  /build/core/tasks/
cts.mk 44 DEFAULT_TEST_PLAN := $(PRIVATE_DIR)/resource/plans
56 @mkdir -p $(PRIVATE_DIR)/repository/plans
  /external/bluetooth/glib/docs/reference/glib/tmpl/
spawn.sgml 84 is called in the child after GLib has performed all the setup it plans
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.h 130 Several plans are on hard to fix the problem. Use a smart point with reference count,
  /external/icu4c/test/intltest/
wbnf.h 130 Several plans are on hard to fix the problem. Use a smart point with reference count,
  /external/skia/include/core/
SkDevice.h 72 @param changePixels set to true if the caller plans to change the pixels
  /ndk/docs/
CPLUSPLUS-SUPPORT.html 122 V. Future Plans:
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemSort.java 163 * <b>NOTE: </b>The XSL Working Group plans that future versions of XSLT will
200 * <b>NOTE: </b>The XSL Working Group plans that future versions of XSLT will
  /external/dbus/tools/
dbus-launch.1 123 detail of libdbus, and in fact there are plans to change it. There's
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 121 // no future plans (and thus no future schedule info) will report "true" from
  /development/pdk/docs/porting/
bluetooth.jd 188 The Android emulator does not support Bluetooth at this time and there currently aren't any plans for its support.<br />
  /frameworks/base/include/utils/
Asset.h 60 /* caller plans to ask for a read-only buffer with all data */
  /frameworks/base/docs/html/guide/publishing/
preparing.jd 142 manifest file. Carefully consider your version numbering plans in the context of
  /libcore/luni/src/main/java/java/util/
TimeZone.java 425 * daylight savings before but plans to start next year would return true.
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java     [all...]
  /external/jpeg/
README 35 TO DO Plans for future IJG releases.
  /frameworks/base/docs/html/guide/developing/tools/
ddms.jd 136 <li><strong>Telephony Status</strong> - change the state of the phone's Voice and Data plans

Completed in 687 milliseconds

1 2 3 4