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

  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_test.py 71 driver_path = other_driver or test_paths.CHROMEDRIVER_EXE
73 if driver_path is None or not os.path.exists(driver_path):
78 ChromeDriverTest._driver_path = driver_path
80 ChromeDriverTest._server = ChromeDriverLauncher(driver_path).Launch()
82 driver_path, test_paths.TEST_DATA_PATH).Launch()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux.py 67 def _determine_architecture(filesystem, executive, driver_path):
69 if filesystem.exists(driver_path):
71 file_output = executive.run_command(['file', '--brief', '--dereference', driver_path], return_stderr=True)
mock_drt.py 92 def _overriding_cmd_line(original_cmd_line, driver_path, python_exe, this_file, port_name):
95 index = cmd_line.index(driver_path)
base.py 261 driver_path = self._path_to_driver()
262 if not self._filesystem.exists(driver_path):
263 _log.error("%s was not found at %s" % (self.driver_name(), driver_path))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c 127 SDL_strlcpy(this->gl_config.driver_path, path, SDL_arraysize(this->gl_config.driver_path));
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 561 SDL_strlcpy(this->gl_config.driver_path, path,
562 SDL_arraysize(this->gl_config.driver_path));
564 *this->gl_config.driver_path = '\0';
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 655 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", SDL_arraysize(_this->gl_config.driver_path));
683 SDL_strlcpy(_this->gl_config.driver_path, path, SDL_arraysize(_this->gl_config.driver_path));
692 *_this->gl_config.driver_path = '\0';
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 641 SDL_strlcpy(this->gl_config.driver_path, path, SDL_arraysize(this->gl_config.driver_path));
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 313 char driver_path[256]; member in struct:SDL_VideoDevice::__anon26781
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 223 SDL_strlcpy(this->gl_config.driver_path, path,
224 SDL_arraysize(this->gl_config.driver_path));
226 *this->gl_config.driver_path = '\0';

Completed in 448 milliseconds