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

  /external/qemu/memcheck/
memcheck_proc_management.c 116 new_proc->image_path = NULL;
140 parent->image_path, parent_pid, pid);
150 parent->image_path, parent_pid, pid);
246 * image_path - Image path to the process, transmitted with
255 const char* image_path,
258 if (image_path == NULL || proc == NULL) {
262 if (proc->image_path != NULL) {
268 if (!strcmp(proc->image_path, image_path)) {
272 qemu_free(proc->image_path);
    [all...]
memcheck.c 77 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
117 proc->image_path, proc->pid);
399 proc->image_path, proc->pid);
514 proc->image_path, proc->pid);
memcheck_proc_management.h 55 char* image_path; member in struct:ProcDesc
71 /* ProcDesc->image_path has been replaced during process execution. */
memcheck_util.c 227 proc->image_path, proc->pid);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py 86 def start_driver(self, image_path, options):
87 return TestDriver(image_path, options, self)
129 def __init__(self, image_path, test_driver_options, port):
131 self._image_path = image_path
chromium.py 107 def start_driver(self, image_path, options):
109 return ChromiumDriver(self, image_path, options)
161 def __init__(self, port, image_path, options):
165 self._image_path = image_path
mac.py 89 def start_driver(self, image_path, options):
91 return MacDriver(self, image_path, options)
251 def __init__(self, port, image_path, driver_options):
255 self._image_path = image_path
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
driver_test.py 43 # |image_path| is a path to the image capture from the driver.
44 image_path = 'image_result.png'
45 driver = port.start_driver(image_path, None)
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 128 def __init__(self, port, image_path, shell_args, test_info,
140 self._image_path = image_path
169 test_types, test_args, image_path, shell_args, options):
194 self._image_path = image_path
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 456 static int dhdsdio_download_code_file(struct dhd_bus *bus, char *image_path);
    [all...]

Completed in 185 milliseconds