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

  /external/chromium_org/build/android/pylib/host_driven/
tests_annotations.py 46 def GetTestAnnotations(qualified_function_name):
test_info_collection.py 89 not tests_annotations.AnnotatedFunctions.GetTestAnnotations(
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 58 if 'Feature:FirstRunExperience' in self.test_pkg.GetTestAnnotations(test):
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 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)
test_jar.py 134 def GetTestAnnotations(self, test):
170 annotations_ = frozenset(self.GetTestAnnotations(test_method))

Completed in 1527 milliseconds