HomeSort by relevance Sort by last modified time
    Searched refs:test_pkg (Results 1 - 6 of 6) 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 17 def __init__(self, test_options, device, shard_index, test_pkg):
24 test_pkg: A TestPackage object.
46 shard_index, test_pkg)
57 self.test_pkg.Install(self.device)
67 if 'Feature:FirstRunExperience' in self.test_pkg.GetTestAnnotations(test):
77 cmd = ['uiautomator', 'runtest', self.test_pkg.GetPackageName(),
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 27 test_pkg = test_package.TestPackage(test_options.test_apk_path,
30 tests = test_pkg.GetAllMatchingTests(
39 test_pkg)
test_runner.py 57 def __init__(self, test_options, device, shard_index, test_pkg,
65 test_pkg: A TestPackage object.
77 self.test_pkg = test_pkg
80 if a.test_package == self.test_pkg.GetPackageName()]
91 self.test_pkg.Install(self.device)
102 test_data = _GetDataFilesForTestSuite(self.test_pkg.GetApkName())
206 return _PERF_TEST_ANNOTATION in self.test_pkg.GetTestAnnotations(test)
309 annotations = self.test_pkg.GetTestAnnotations(test)
322 annotations = self.test_pkg.GetTestAnnotations(test
    [all...]
test_runner_test.py 234 self.instance.test_pkg.GetPackageName = mock.Mock(
257 self.instance.test_pkg.GetPackageName = mock.Mock(
  /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(
166 tests = test_pkg.GetAllMatchingTests(None, None, test_filter)
174 java_result = self.__RunJavaTest(test, test_pkg, additional_flags)

Completed in 583 milliseconds