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
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/message/
testcfg.py
32
from
testrunner
.local import testsuite
33
from
testrunner
.local import utils
34
from
testrunner
.objects import testcase
/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/intl/
testcfg.py
31
from
testrunner
.local import testsuite
32
from
testrunner
.objects import testcase
/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;
/development/testrunner/tests/
android_mk_tests.py
22
from
testrunner
import android_mk
/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);
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
BaseShortcutManagerHostTest.java
19
import com.android.ddmlib.
testrunner
.RemoteAndroidTestRunner;
20
import com.android.ddmlib.
testrunner
.TestIdentifier;
21
import com.android.ddmlib.
testrunner
.TestResult;
22
import com.android.ddmlib.
testrunner
.TestResult.TestStatus;
23
import com.android.ddmlib.
testrunner
.TestRunResult;
138
RemoteAndroidTestRunner
testRunner
= new RemoteAndroidTestRunner(
141
testRunner
.setMethodName(testClassName, testMethodName);
143
testRunner
.setClassName(testClassName);
147
testRunner
.addInstrumentationArg(param.getKey(), param.getValue());
151
assertTrue(getDevice().runInstrumentationTestsAsUser(
testRunner
, userId, listener))
[
all
...]
/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
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;
/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/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/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
FailureListener.java
18
import com.android.ddmlib.
testrunner
.TestIdentifier;
Completed in 655 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>