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

  /external/webkit/Tools/Scripts/
new-run-webkit-tests 50 module_path = os.path.join(script_dir, 'webkitpy', 'layout_tests', 'run_webkit_tests.py') variable
51 cmd = [sys.executable, module_path] + sys.argv[1:]
test-webkitpy 235 def _test_import(module_path):
237 sys.path.append(os.path.dirname(module_path))
238 module_name = os.path.basename(module_path)
242 message = "Skipping tests in %s due to failure (%s)." % (module_path, e)
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 31 FilePath module_path;
32 if (!PathService::Get(base::FILE_MODULE, &module_path))
35 FilePath nacl_path = module_path.DirName().Append(chrome::kNaClAppName);
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 82 def _win32_blacklist(self, module_path):
84 if any([module_path.startswith(package) for package in [
91 return module_path not in [
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 281 char module_path[2048]; local
310 get_next_token(wrk, module_path, sizeof(module_path));
314 module_name = strrchr(module_path,'/');
316 module_name = module_path;
322 module_name = module_path;
  /external/qemu/memcheck/
memcheck_util.c 28 * module_path - Path to the module to get sympath for.
38 get_sym_path(const char* module_path, char* sym_path, size_t max_char)
56 if (strlen(module_path) >= max_char) {
59 strcat(sym_path, module_path);
memcheck_proc_management.h 83 char* module_path; member in struct:ThreadCallStackEntry
memcheck_proc_management.c 295 if (thread->call_stack[indx].module_path != NULL) {
296 qemu_free(thread->call_stack[indx].module_path);
407 thread->call_stack[thread->call_stack_count].module_path =
409 if (thread->call_stack[thread->call_stack_count].module_path == NULL) {
414 strcpy(thread->call_stack[thread->call_stack_count].module_path,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_server.py 193 module_path = self._port_obj._path_to_lighttpd_modules()
198 '-m', module_path]
211 shutil.copyfile(os.path.join(module_path, lib_file),

Completed in 106 milliseconds