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 16 def __init__(self, test_options, device, shard_index, test_pkg):
23 test_pkg: A TestPackage object.
42 shard_index, test_pkg)
53 self.test_pkg.Install(self.device)
63 if 'Feature:FirstRunExperience' in self.test_pkg.GetTestAnnotations(test):
73 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 59 def __init__(self, test_options, device, shard_index, test_pkg,
67 test_pkg: A TestPackage object.
79 self.test_pkg = test_pkg
82 if a.test_package == self.test_pkg.GetPackageName()]
93 self.test_pkg.Install(self.device)
104 test_data = _GetDataFilesForTestSuite(self.test_pkg.GetApkName())
204 return _PERF_TEST_ANNOTATION in self.test_pkg.GetTestAnnotations(test)
306 annotations = self.test_pkg.GetTestAnnotations(test)
319 annotations = self.test_pkg.GetTestAnnotations(test
    [all...]
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 113 def __RunJavaTest(self, test, test_pkg, additional_flags=None):
118 test_pkg: TestPackage object.
129 self.shard_index, test_pkg,
158 test_pkg = test_package.TestPackage(
165 tests = test_pkg.GetAllMatchingTests(None, None, test_filter)
173 java_result = self.__RunJavaTest(test, test_pkg, additional_flags)

Completed in 166 milliseconds