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/instrumentation/
setup.py 22 test_pkg = test_package.TestPackage(test_options.test_apk_path,
24 tests = test_pkg._GetAllMatchingTests(
33 test_pkg, [])
test_runner.py 52 def __init__(self, test_options, device, shard_index, test_pkg,
60 test_pkg: A TestPackage object.
71 self.test_pkg = test_pkg
76 self.test_pkg.Install(self.adb)
87 test_data = _GetDataFilesForTestSuite(self.test_pkg.GetApkName())
169 return _PERF_TEST_ANNOTATION in self.test_pkg.GetTestAnnotations(test)
266 annotations = self.test_pkg.GetTestAnnotations(test)
279 annotations = self.test_pkg.GetTestAnnotations(test)
293 test, self.test_pkg.GetPackageName()
    [all...]
  /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 14 def __init__(self, test_options, device, shard_index, test_pkg,
22 test_pkg: A TestPackage object.
43 shard_index, test_pkg, ports_to_forward)
49 self.test_pkg.Install(self.adb)
58 if 'Feature:FirstRunExperience' in self.test_pkg.GetTestAnnotations(test):
63 test, self.test_pkg.GetPackageName(), timeout)
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 92 test_pkg = test_package.TestPackage(
97 self.shard_index, test_pkg,

Completed in 84 milliseconds