HomeSort by relevance Sort by last modified time
    Searched refs:test_pkg (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/build/android/pylib/uiautomator/
setup.py 22 test_pkg = test_package.TestPackage(test_options.uiautomator_jar,
24 tests = test_pkg._GetAllMatchingTests(test_options.annotations,
33 test_options, device, shard_index, test_pkg)
test_runner.py 15 def __init__(self, test_options, device, shard_index, test_pkg):
22 test_pkg: A TestPackage object.
41 shard_index, test_pkg)
48 self.test_pkg.Install(self.adb)
57 if 'Feature:FirstRunExperience' in self.test_pkg.GetTestAnnotations(test):
67 test, self.test_pkg.GetPackageName(), timeout)
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 27 test_pkg = test_package.TestPackage(test_options.test_apk_path,
29 tests = test_pkg._GetAllMatchingTests(
38 test_pkg)
test_runner.py 60 def __init__(self, test_options, device, shard_index, test_pkg,
68 test_pkg: A TestPackage object.
77 self.test_pkg = test_pkg
81 if a.test_package == self.test_pkg.GetPackageName()]
92 self.test_pkg.Install(self.adb)
103 test_data = _GetDataFilesForTestSuite(self.test_pkg.GetApkName())
194 return _PERF_TEST_ANNOTATION in self.test_pkg.GetTestAnnotations(test)
295 annotations = self.test_pkg.GetTestAnnotations(test)
308 annotations = self.test_pkg.GetTestAnnotations(test
    [all...]
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 102 def __RunJavaTest(self, test, test_pkg, additional_flags=None):
107 test_pkg: TestPackage object.
118 self.shard_index, test_pkg,
147 test_pkg = test_package.TestPackage(
154 tests = test_pkg._GetAllMatchingTests(None, None, test_filter)
162 java_result = self.__RunJavaTest(test, test_pkg, additional_flags)

Completed in 3207 milliseconds