OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestPackage
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/build/android/pylib/uiautomator/
setup.py
22
test_pkg = test_package.
TestPackage
(test_options.uiautomator_jar,
test_package.py
13
class
TestPackage
(test_jar.TestJar):
/external/chromium_org/build/android/pylib/instrumentation/
setup.py
27
test_pkg = test_package.
TestPackage
(test_options.test_apk_path,
test_package.py
14
class
TestPackage
(test_jar.TestJar):
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java
171
class
TestPackage
{
176
TestPackage
(ITestPackageDef packageDef, IRemoteTest testForPackage,
196
* Return the test run name that should be used for the
TestPackage
281
private List<
TestPackage
> mRemainingTestPkgs = null;
441
TestPackage
knownTests = mRemainingTestPkgs.get(0);
478
private void rebootIfNecessary(
TestPackage
testFinished,
TestPackage
testToRun)
547
private List<
TestPackage
> buildTestsToRun() {
548
List<
TestPackage
> testPkgList = new LinkedList<
TestPackage
>();
[
all
...]
ResultFilter.java
18
import com.android.cts.tradefed.testtype.CtsTest.
TestPackage
;
50
ResultFilter(ITestInvocationListener listener, List<
TestPackage
> testPackages) {
57
for (
TestPackage
testPkg : testPackages) {
/external/chromium_org/build/android/pylib/gtest/
test_package.py
10
class
TestPackage
(object):
test_package_apk.py
20
from test_package import
TestPackage
23
class TestPackageApk(
TestPackage
):
31
TestPackage
.__init__(self, suite_name)
test_package_exe.py
17
from test_package import
TestPackage
20
class TestPackageExecutable(
TestPackage
):
30
TestPackage
.__init__(self, suite_name)
/cts/tools/utils/cts/
tools.py
23
class
TestPackage
(object):
50
sub_suite = self.test_suites.setdefault(names[0],
TestPackage
.TestSuite())
96
package = doc.createElement('
TestPackage
')
/external/chromium_org/build/android/pylib/host_driven/
test_case.py
107
test_pkg:
TestPackage
object.
147
test_pkg = test_package.
TestPackage
(
/cts/tools/utils/
buildCts.py
104
packages.append(doc.GetAttr('
TestPackage
', 'appPackageName'))
172
package = tools.
TestPackage
('SignatureTest', 'android.tests.sigtest')
Completed in 102 milliseconds