HomeSort by relevance Sort by last modified time
    Searched refs:runTests (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
UserRestrictionsTest.java 58 runTests("userrestrictions.CheckNoOwnerRestrictionsTest", mDeviceOwnerUserId);
69 private void runTests(@Nonnull String className,
74 private void runTests(@Nonnull String className, int userId)
76 runTests(className, null, userId);
85 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest",
87 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest",
89 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest",
104 runTests("userrestrictions.PrimaryProfileOwnerUserRestrictionsTest",
106 runTests("userrestrictions.PrimaryProfileOwnerUserRestrictionsTest",
108 runTests("userrestrictions.PrimaryProfileOwnerUserRestrictionsTest"
    [all...]
DeviceAdminHostSideTestApi23.java 39 runTests(getDeviceAdminApkPackage(), "ClearDeviceAdminWithNoProtectionTest");
BaseDeviceAdminHostSideTest.java 72 protected void runTests(@Nonnull String apk, @Nonnull String className,
78 protected void runTests(@Nonnull String apk, @Nonnull String className)
80 runTests(apk, className, null);
90 runTests(getDeviceAdminApkPackage(), "DeviceAdminTest");
94 runTests(getDeviceAdminApkPackage(), "ClearPasswordTest");
118 runTests(getDeviceAdminApkPackage(), "DeviceAdminPasswordTest",
138 runTests(getDeviceAdminApkPackage(), "DeviceOwnerPasswordTest");
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.pl 68 runTests($options, $tests, $dataFiles);
93 runTests($options, $tests, $dataFiles);
  /cts/libs/wrappedgtest/src/
WrappedGTestActivity.java 32 return runTests(this);
41 protected static native int runTests(WrappedGTestActivity activity);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLeftRecursion.java 62 runTests(grammar, tests, "e");
93 runTests(grammar, tests, "declarator");
124 runTests(grammar, tests, "declarator");
156 runTests(grammar, tests, "e");
187 runTests(grammar, tests, "e");
224 runTests(grammar, tests, "e");
317 runTests(grammar, tests, "e");
335 runTests(grammar, tests, "s");
354 runTests(grammar, tests, "s");
357 public void runTests(String grammar, String[] tests, String startRule)
    [all...]
  /external/icu/icu4c/source/test/perf/normperf/
NormPerf.pl 63 runTests($options, $tests, $dataFiles);
NormPerf_r.pl 90 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/convperf/
convperf_ansi.pl 60 runTests($options, $tests, $dataFiles);
ConvPerf_r.pl 70 runTests($options, $tests, $dataFiles);
convperf_iml.pl 66 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/strsrchperf/
StrSrchPerf_r.pl 64 runTests( $options, $tests, $dataFiles );
  /external/icu/icu4c/source/test/perf/utfperf/
UtfPerf.pl 54 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/charperf/
CharPerf.pl 59 runTests($options, $tests, $dataFiles);
CharPerf_r.pl 60 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/collperf/
CollPerf.pl 109 runTests($options, $tests, $dataFiles);
CollPerf_r.pl 83 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/usetperf/
UsetPerf.pl 59 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/ustrperf/
StringPerf.pl 76 runTests($options, $tests, $dataFiles);
StringPerf_r.pl 81 runTests($options, $tests, $dataFiles);
  /external/icu/icu4j/perf-tests/
normalizationperf_r_b.pl 83 runTests($options, $tests, $dataFiles);
normalizationperf_r_l.pl 83 runTests($options, $tests, $dataFiles);
rbbiperf_r.pl 88 runTests($options, $tests, $dataFiles);
resourcebundleperf.pl 61 runTests($options, $tests, $dataFiles);
  /cts/common/util/src/com/android/compatibility/common/util/
TestSuiteFilter.java 83 runTests(test, result);
86 private void runTests(Test test, TestResult result) {
93 runTests(enumerator.nextElement(), result);

Completed in 919 milliseconds

1 2 3 4 5 6 7 8 91011>>