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

  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
policy_RestoreOnStartupURLs.py 73 def _run_test_case(self, case): member in class:policy_RestoreOnStartupURLs
103 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
policy_CookiesBlockedForUrls.py 100 def _run_test_case(self, case): member in class:policy_CookiesBlockedForUrls
134 # and pass in the standard _run_test_case() method of this test.
135 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
policy_PopupsAllowedForUrls.py 105 def _run_test_case(self, case): member in class:policy_PopupsAllowedForUrls
133 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
policy_PopupsBlockedForUrls.py 105 def _run_test_case(self, case): member in class:policy_PopupsBlockedForUrls
135 # and pass in the standard _run_test_case() method of this test.
136 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
policy_ImagesAllowedForUrls.py 116 def _run_test_case(self, case): member in class:policy_ImagesAllowedForUrls
162 self._run_test_case(case)
164 self._run_test_case(self.case)
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
policy_ImagesBlockedForUrls.py 117 def _run_test_case(self, case): member in class:policy_ImagesBlockedForUrls
163 self._run_test_case(case)
165 self._run_test_case(self.case)
  /external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
policy_JavaScriptAllowedForUrls.py 125 def _run_test_case(self, case): member in class:policy_JavaScriptAllowedForUrls
156 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
policy_JavaScriptBlockedForUrls.py 126 def _run_test_case(self, case): member in class:policy_JavaScriptBlockedForUrls
157 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_ManagedBookmarks/
policy_ManagedBookmarks.py 150 def _run_test_case(self, case): member in class:policy_ManagedBookmarks
182 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_URLBlacklist/
policy_URLBlacklist.py 152 def _run_test_case(self, case): member in class:policy_URLBlacklist
196 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/policy_URLWhitelist/
policy_URLWhitelist.py 162 def _run_test_case(self, case): member in class:policy_URLWhitelist
196 self.run_once_impl(self._run_test_case)
  /external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py 232 def _run_test_case(self, name, test_video_data, frame_num, rendering_fps): member in class:video_VDAPerf
294 self._run_test_case(name, test_video_data, frame_num, fps)
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 195 def _run_test_case(self, test_name, test_stream_data): member in class:video_VEAPerf
250 self._run_test_case(test_name, test_stream_data)

Completed in 752 milliseconds