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

  /external/autotest/client/site_tests/display_ClientChameleonConnection/
display_ClientChameleonConnection.py 27 ext_paths = [constants.MULTIMEDIA_TEST_EXTENSION]
28 with chrome.Chrome(extension_paths=ext_paths, autotest_ext=True) as cr:
  /external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py 116 ext_paths = []
118 ext_paths.append(os.path.join(self.autodir, 'deps', 'graphics',
121 with chrome.Chrome(logged_in=False, extension_paths=ext_paths) as cr:
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 111 ext_paths = []
113 ext_paths.append(os.path.join(self.autodir, 'deps', 'graphics',
116 with chrome.Chrome(logged_in=False, extension_paths=ext_paths) as cr:
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 51 return chrome.Chrome(extension_paths=self.ext_paths,
227 self.ext_paths = []
229 self.ext_paths.append(

Completed in 7698 milliseconds