HomeSort by relevance Sort by last modified time
    Searched refs:testrunner (Results 26 - 50 of 268) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/cmds/uiautomator/library/
Android.mk 20 $(call all-java-files-under, testrunner-src)
41 $(LOCAL_PATH)/testrunner-src
47 -stubpackages com.android.uiautomator.core:com.android.uiautomator.testrunner \
  /external/v8/test/simdjs/
testcfg.py 10 from testrunner.local import testsuite
11 from testrunner.objects import testcase
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParser.java 18 import com.android.ddmlib.testrunner.ITestRunListener;
ResultFilter.java 19 import com.android.ddmlib.testrunner.TestIdentifier;
TestFilter.java 19 import com.android.ddmlib.testrunner.TestIdentifier;
  /development/testrunner/tests/
android_mk_tests.py 22 from testrunner import android_mk
  /external/v8/test/test262/
testcfg.py 37 from testrunner.local import statusfile
38 from testrunner.local import testsuite
39 from testrunner.local import utils
40 from testrunner.objects import testcase
  /frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorInstrumentationTestRunner.java 17 package com.android.uiautomator.testrunner;
58 AndroidTestRunner testRunner = super.getAndroidTestRunner();
59 testRunner.addTestListener(new TestListener() {
79 return testRunner;
UiAutomatorTestCase.java 17 package com.android.uiautomator.testrunner;
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
KeySetHostTest.java 22 import com.android.ddmlib.testrunner.RemoteAndroidTestRunner;
23 import com.android.ddmlib.testrunner.TestIdentifier;
24 import com.android.ddmlib.testrunner.TestResult;
25 import com.android.ddmlib.testrunner.TestResult.TestStatus;
26 import com.android.ddmlib.testrunner.TestRunResult;
182 RemoteAndroidTestRunner testRunner = new RemoteAndroidTestRunner(pkgName,
185 testRunner.setMethodName(testClassName, testMethodName);
188 getDevice().runInstrumentationTests(testRunner, listener);
  /external/v8/tools/
run-deopt-fuzzer.py 43 from testrunner.local import execution
44 from testrunner.local import progress
45 from testrunner.local import testsuite
46 from testrunner.local import utils
47 from testrunner.local import verbose
48 from testrunner.objects import context
run-tests.py 44 from testrunner.local import execution
45 from testrunner.local import progress
46 from testrunner.local import testsuite
47 from testrunner.local.testsuite import ALL_VARIANTS
48 from testrunner.local import utils
49 from testrunner.local import verbose
50 from testrunner.network import network_execution
51 from testrunner.objects import context
test-server.py 113 testrunner_dir = os.path.join(ROOT, "testrunner")
118 "tools/testrunner")
153 from testrunner.server import constants
154 from testrunner.server import local_handler
155 from testrunner.server import main
  /cts/hostsidetests/usb/src/com/android/cts/usb/
TestUsbTest.java 20 import com.android.ddmlib.testrunner.RemoteAndroidTestRunner;
21 import com.android.ddmlib.testrunner.TestRunResult;
112 RemoteAndroidTestRunner testRunner = new RemoteAndroidTestRunner(PACKAGE_NAME, CTS_RUNNER,
114 mDevice.runInstrumentationTests(testRunner, listener);
  /external/v8/test/mjsunit/
testcfg.py 31 from testrunner.local import testsuite
32 from testrunner.objects import testcase
  /external/v8/test/mozilla/
testcfg.py 33 from testrunner.local import testsuite
34 from testrunner.objects import testcase
  /prebuilts/sdk/16/
uiautomator.jar 
  /cts/hostsidetests/aadb/src/android/aadb/cts/
TestDeviceStressTest.java 20 import com.android.ddmlib.testrunner.RemoteAndroidTestRunner;
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
JarHostTestTest.java 19 import com.android.ddmlib.testrunner.TestIdentifier;
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 17 package com.android.uiautomator.testrunner;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 19 import com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize;
  /system/core/bootstat/
Android.mk 33 testrunner.cpp \
  /external/v8/test/promises-aplus/
testcfg.py 35 from testrunner.local import testsuite
36 from testrunner.local import utils
37 from testrunner.objects import testcase
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 21 import com.android.ddmlib.testrunner.InstrumentationResultParser;
22 import com.android.ddmlib.testrunner.RemoteAndroidTestRunner;
23 import com.android.ddmlib.testrunner.TestIdentifier;
24 import com.android.ddmlib.testrunner.TestResult;
25 import com.android.ddmlib.testrunner.TestResult.TestStatus;
26 import com.android.ddmlib.testrunner.TestRunResult;
231 RemoteAndroidTestRunner testRunner = new RemoteAndroidTestRunner(
234 testRunner.setMethodName(testClassName, testMethodName);
236 testRunner.setClassName(testClassName);
240 testRunner.addInstrumentationArg(param.getKey(), param.getValue())
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
FailureListener.java 18 import com.android.ddmlib.testrunner.TestIdentifier;

Completed in 2260 milliseconds

12 3 4 5 6 7 8 91011