OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:driver_path
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux.py
70
def _determine_architecture(filesystem, executive,
driver_path
):
72
if filesystem.isfile(
driver_path
):
74
file_output = executive.run_command(['file', '--brief', '--dereference',
driver_path
], return_stderr=True)
mock_drt.py
95
def _overriding_cmd_line(original_cmd_line,
driver_path
, python_exe, this_file, port_name):
98
index = cmd_line.index(
driver_path
)
base.py
354
driver_path
= self._path_to_driver()
355
if not self._filesystem.exists(
driver_path
):
356
_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::__anon27733
/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 230 milliseconds