OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testrunner
(Results
26 - 50
of
95
) sorted by null
1
2
3
4
/external/chromium_org/v8/test/preparser/
testcfg.py
32
from
testrunner
.local import testsuite
33
from
testrunner
.local import utils
34
from
testrunner
.objects import testcase
/frameworks/testing/uiautomator/library/
Android.mk
20
$(call all-java-files-under,
testrunner
-src)
39
$(LOCAL_PATH)/
testrunner
-src
44
-stubpackages com.android.uiautomator.core:com.android.uiautomator.
testrunner
\
/external/chromium_org/v8/test/mjsunit/
testcfg.py
31
from
testrunner
.local import testsuite
32
from
testrunner
.objects import testcase
/frameworks/uiautomator/
Android.mk
19
uiautomator.core_src_files := $(call all-java-files-under,
testrunner
) \
56
-stubpackages com.android.uiautomator.core:com.android.uiautomator.
testrunner
\
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParser.java
18
import com.android.ddmlib.
testrunner
.ITestRunListener;
TestFilter.java
19
import com.android.ddmlib.
testrunner
.TestIdentifier;
/development/testrunner/tests/
android_mk_tests.py
22
from
testrunner
import android_mk
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorInstrumentationTestRunner.java
17
package com.android.uiautomator.
testrunner
;
55
AndroidTestRunner
testRunner
= super.getAndroidTestRunner();
56
testRunner
.addTestListener(new TestListener() {
76
return
testRunner
;
UiAutomatorTestCase.java
17
package com.android.uiautomator.
testrunner
;
/frameworks/uiautomator/testrunner/com/android/uiautomator/testrunner/
UiAutomatorInstrumentationTestRunner.java
17
package com.android.uiautomator.
testrunner
;
55
AndroidTestRunner
testRunner
= super.getAndroidTestRunner();
56
testRunner
.addTestListener(new TestListener() {
76
return
testRunner
;
UiAutomatorTestCase.java
17
package com.android.uiautomator.
testrunner
;
/external/chromium_org/v8/tools/
run-tests.py
40
from
testrunner
.local import execution
41
from
testrunner
.local import progress
42
from
testrunner
.local import testsuite
43
from
testrunner
.local import utils
44
from
testrunner
.local import verbose
45
from
testrunner
.network import network_execution
46
from
testrunner
.objects import context
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
/cts/hostsidetests/usb/src/com/android/cts/usb/
TestUsbTest.java
21
import com.android.ddmlib.
testrunner
.RemoteAndroidTestRunner;
22
import com.android.ddmlib.
testrunner
.TestIdentifier;
116
RemoteAndroidTestRunner
testRunner
= new RemoteAndroidTestRunner(PACKAGE_NAME, CTS_RUNNER,
118
mDevice.runInstrumentationTests(
testRunner
, listener);
/cts/suite/pts/hostTests/uihost/src/com/android/pts/uihost/
TaskSwitchingTest.java
26
import com.android.ddmlib.
testrunner
.RemoteAndroidTestRunner;
27
import com.android.ddmlib.
testrunner
.TestIdentifier;
96
RemoteAndroidTestRunner
testRunner
= new RemoteAndroidTestRunner(PACKAGES[0], CTS_RUNNER,
99
mDevice.runInstrumentationTests(
testRunner
, listener);
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java
18
import com.android.ddmlib.
testrunner
.ITestRunListener.TestFailure;
19
import com.android.ddmlib.
testrunner
.TestIdentifier;
/external/chromium_org/v8/test/benchmarks/
testcfg.py
34
from
testrunner
.local import testsuite
35
from
testrunner
.objects import testcase
/external/chromium_org/v8/test/mozilla/
testcfg.py
34
from
testrunner
.local import testsuite
35
from
testrunner
.objects import testcase
/external/chromium_org/v8/test/test262/
testcfg.py
35
from
testrunner
.local import testsuite
36
from
testrunner
.objects import testcase
/prebuilts/sdk/16/
uiautomator.jar
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
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;
TestFilterTest.java
18
import com.android.ddmlib.
testrunner
.TestIdentifier;
/frameworks/testing/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;
Completed in 378 milliseconds
1
2
3
4