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

1 2 3 4 5 6 7 8 91011>>

  /external/abi-compliance-checker/modules/Internals/
RegTests.pm     [all...]
  /tools/tradefederation/core/python-lib/tradefed_py/
tf_main.py 84 def runTests(self):
92 super(TradefedProgram, self).runTests()
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 54 sub runTests {
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 52 sub runTests {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
FailureListener.java 14 public static List<Failure> runTests(Class<?> testClass) throws InitializationError {
  /art/test/800-smali/src/
Main.java 187 public void runTests() {
265 main.runTests();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
main.py 95 self.runTests()
213 def runTests(self):
  /external/python/cpython2/Lib/unittest/
main.py 95 self.runTests()
216 def runTests(self):
  /external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
SkQPActivity.java 31 testRunner.runTests(context, outputDirPath);
  /external/skqp/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
SkQPActivity.java 31 testRunner.runTests(context, outputDirPath);
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
main.py 95 self.runTests()
216 def runTests(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
main.py 95 self.runTests()
216 def runTests(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
main.py 95 self.runTests()
216 def runTests(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
main.py 95 self.runTests()
216 def runTests(self):
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
NullableTests.java 102 public void runTests() throws TestFailException {
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IInvocationExecution.java 124 public default void runTests(
  /external/python/cpython3/Lib/unittest/
main.py 94 self.runTests()
230 def runTests(self):
  /external/skia/infra/cts/
run_testlab.go 122 if err := runTests(apk_path, devices, ignoredDevices, client, *dryRun); err != nil {
192 // runTests runs the given apk on the given list of devices.
193 func runTests(apk_path string, devices, ignoredDevices []*tsuite.DeviceVersions, client *http.Client, dryRun bool) error {
  /external/skqp/infra/cts/
run_testlab.go 122 if err := runTests(apk_path, devices, ignoredDevices, client, *dryRun); err != nil {
192 // runTests runs the given apk on the given list of devices.
193 func runTests(apk_path string, devices, ignoredDevices []*tsuite.DeviceVersions, client *http.Client, dryRun bool) error {
  /prebuilts/go/darwin-x86/src/runtime/race/
race_test.go 47 testOutput, err := runTests(t)
142 // runTests assures that the package and its dependencies is
145 func runTests(t *testing.T) ([]byte, error) {
  /prebuilts/go/linux-x86/src/runtime/race/
race_test.go 47 testOutput, err := runTests(t)
142 // runTests assures that the package and its dependencies is
145 func runTests(t *testing.T) ([]byte, error) {
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
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");
99 runTests(getDeviceAdminApkPackage(), "DeviceAdminPasswordTest",
107 runTests(getDeviceAdminApkPackage(), "ClearPasswordTest");
120 runTests(getDeviceAdminApkPackage(), "DeviceOwnerPasswordTest");
  /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/swiftshader/third_party/LLVM/utils/lit/lit/
main.py 300 def runTests(numThreads, litConfig, provider, display):
579 runTests(opts.numThreads, litConfig, provider, display)
  /frameworks/rs/rsov/compiler/unit_tests/
TestRunner.h 44 static int runTests() {

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>