/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
UserRestrictionsTest.java | 48 runTests("userrestrictions.CheckNoOwnerRestrictionsTest", mDeviceOwnerUserId)); 59 private boolean runTests(@Nonnull String className, 64 private boolean runTests(@Nonnull String className, int userId) 66 return runTests(className, null, userId); 79 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest", 98 runTests("userrestrictions.PrimaryProfileOwnerUserRestrictionsTest", 113 runTests("userrestrictions.SecondaryProfileOwnerUserRestrictionsTest", 140 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest", 144 runTests("userrestrictions.SecondaryProfileOwnerUserRestrictionsTest", 148 runTests("userrestrictions.SecondaryProfileOwnerUserRestrictionsTest" [all...] |
DeviceAdminHostSideTestApi23.java | 39 assertTrue("Failed to remove device admin", runTests(
|
BaseDeviceAdminHostSideTest.java | 96 protected boolean runTests(@Nonnull String apk, @Nonnull String className, 102 protected boolean runTests(@Nonnull String apk, @Nonnull String className) 104 return runTests(apk, className, null); 116 runTests(getDeviceAdminApkPackage(), "DeviceAdminTest")); 121 runTests(getDeviceAdminApkPackage(), "ClearPasswordTest")); 145 assertTrue(runTests(getDeviceAdminApkPackage(), "DeviceAdminPasswordTest", 166 runTests(getDeviceAdminApkPackage(), "DeviceOwnerPasswordTest"));
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
unisetperf.pl | 64 runTests($options, $tests, $dataFiles); 89 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/ |
all_tests.py | 18 def runTests(self, *args, **kwargs): 20 super(Program, self).runTests(*args, **kwargs)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/ |
suite.py | 18 def runTests(): unittest.TextTestRunner(verbosity=2).run(suite) 20 if __name__ == '__main__': runTests()
|
/external/icu/icu4c/source/test/perf/normperf/ |
NormPerf.pl | 59 runTests($options, $tests, $dataFiles);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ber/ |
suite.py | 20 def runTests(): unittest.TextTestRunner(verbosity=2).run(suite) 22 if __name__ == '__main__': runTests()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/cer/ |
suite.py | 20 def runTests(): unittest.TextTestRunner(verbosity=2).run(suite) 22 if __name__ == '__main__': runTests()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/der/ |
suite.py | 20 def runTests(): unittest.TextTestRunner(verbosity=2).run(suite) 22 if __name__ == '__main__': runTests()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ |
suite.py | 27 def runTests(): unittest.TextTestRunner(verbosity=2).run(suite) 29 if __name__ == '__main__': runTests()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/ |
suite.py | 24 def runTests(): unittest.TextTestRunner(verbosity=2).run(suite) 26 if __name__ == '__main__': runTests()
|
/external/icu/icu4c/source/test/perf/convperf/ |
convperf_ansi.pl | 56 runTests($options, $tests, $dataFiles);
|
ConvPerf_r.pl | 66 runTests($options, $tests, $dataFiles);
|
convperf_iml.pl | 62 runTests($options, $tests, $dataFiles);
|
/external/icu/icu4c/source/test/perf/strsrchperf/ |
StrSrchPerf_r.pl | 60 runTests( $options, $tests, $dataFiles );
|
/external/icu/icu4c/source/test/perf/utfperf/ |
UtfPerf.pl | 50 runTests($options, $tests, $dataFiles);
|
/external/icu/icu4c/source/test/perf/charperf/ |
CharPerf.pl | 55 runTests($options, $tests, $dataFiles);
|
CharPerf_r.pl | 56 runTests($options, $tests, $dataFiles);
|
/external/icu/icu4c/source/test/perf/collperf/ |
CollPerf.pl | 105 runTests($options, $tests, $dataFiles);
|
/external/icu/icu4c/source/test/perf/usetperf/ |
UsetPerf.pl | 55 runTests($options, $tests, $dataFiles);
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
StringPerf.pl | 72 runTests($options, $tests, $dataFiles);
|
StringPerf_r.pl | 77 runTests($options, $tests, $dataFiles);
|