/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | test-webkit-scripts | 52 def script_path(self, script_file_name): member in ScriptsTester 56 def run_test_script(self, script_title, script_path, args=None): argument 59 call_args = [script_path] 72 self.run_test_script('Perl scripts', self.script_path('test-webkitperl')) 73 self.run_test_script('Python scripts', self.script_path('test-webkitpy'), 75 self.run_test_script('Ruby scripts', self.script_path('test-webkitruby'))
|
/external/chromium_org/remoting/host/setup/ |
D | daemon_controller_delegate_linux.cc | 87 base::FilePath script_path; in RunHostScriptWithTimeout() local 88 if (!GetScriptPath(&script_path)) { in RunHostScriptWithTimeout() 92 base::CommandLine command_line(script_path); in RunHostScriptWithTimeout() 140 base::FilePath script_path; in GetState() local 141 if (!GetScriptPath(&script_path)) { in GetState() 144 base::CommandLine command_line(script_path); in GetState() 290 base::FilePath script_path; in GetVersion() local 291 if (!GetScriptPath(&script_path)) { in GetVersion() 294 base::CommandLine command_line(script_path); in GetVersion()
|
/external/chromium_org/tools/ |
D | diagnose-me.py | 84 script_path = os.path.join( 87 proc = subprocess.Popen([script_path, '--quick-check'], 92 "Run '" + script_path + "' to update.")
|
/external/chromium_org/v8/tools/push-to-trunk/ |
D | script_test.py | 39 script_path = os.path.dirname(os.path.abspath(__file__)) 40 cov = coverage.coverage(include=([os.path.join(script_path, '*.py')]))
|
/external/chromium_org/remoting/tools/ |
D | runclient.py | 17 script_path = os.path.dirname(__file__) 28 client_path = os.path.join(script_path, client_path)
|
/external/markdown/ |
D | setup.py | 17 script_path = os.path.join(script_dir, 'markdown') 18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
|
/external/chromium_org/tools/gn/ |
D | function_exec_script.cc | 310 base::FilePath script_path = build_settings->GetFullPath(script_source); in RunExecScript() local 312 !base::PathExists(script_path)) { in RunExecScript() 314 script_path = build_settings->GetFullPathSecondary(script_source); in RunExecScript() 322 g_scheduler->AddGenDependency(script_path); in RunExecScript() 340 cmdline.AppendArgPath(script_path); in RunExecScript()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-script.c | 999 char script_path[MAXPATHLEN]; in list_available_scripts() local 1022 snprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts() 1024 read_script_info(desc, script_path); in list_available_scripts() 1176 char script_path[MAXPATHLEN]; in get_script_path() local 1200 snprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path() 1202 return strdup(script_path); in get_script_path() 1213 static bool is_top_script(const char *script_path) in is_top_script() argument 1215 return ends_with(script_path, "top") == NULL ? false : true; in is_top_script() 1218 static int has_required_arg(char *script_path) in has_required_arg() argument 1226 if (read_script_info(desc, script_path)) in has_required_arg() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | executive.py | 151 def interpreter_for_script(script_path, fs=None): argument 153 lines = fs.read_text_file(script_path).splitlines() 168 def shell_command_for_script(script_path, fs=None): argument 172 interpreter = Executive.interpreter_for_script(script_path, fs) 174 return [interpreter, script_path] 175 return [script_path]
|
/external/chromium_org/tools/ipc_fuzzer/ |
D | remove_close_messages.py | 39 script_path = os.path.realpath(__file__) 40 ipc_fuzzer_dir = os.path.dirname(script_path)
|
D | play_testcase.py | 40 script_path = os.path.realpath(__file__) 41 ipc_fuzzer_dir = os.path.dirname(script_path)
|
/external/chromium_org/tools/win/split_link/ |
D | install_split_link.py | 70 script_path = EscapeForCommandLineAndCString(split_link_py) 77 python, script_path))
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
D | run_tests.py | 14 return os.path.join(script_path, rel_path) 19 script_path = os.path.dirname(os.path.abspath(__file__)) variable
|
D | build_jsdoc_validator_jar.py | 14 return os.path.join(script_path, rel_path) 25 script_path = os.path.dirname(os.path.abspath(__file__)) variable
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/ |
D | build_compiler_runner_jar.py | 11 return os.path.join(script_path, rel_path) 21 script_path = os.path.dirname(os.path.abspath(__file__)) variable
|
/external/chromium_org/tools/ipc_fuzzer/mutate/ |
D | cf_package_builder.py | 35 script_path = os.path.realpath(__file__) 36 self.mutate_dir = os.path.dirname(script_path)
|
/external/chromium_org/tools/perf_expectations/tests/ |
D | perf_expectations_unittest.py | 23 script_path = os.path.dirname(sys.argv[0]) 39 path = os.path.join(script_path, path)
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | extension_unittest.py | 113 script_path = os.path.join(src_extension_dir, 'background.js') 116 shutil.copy(script_path, d)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
D | util.py | 106 def get_script_interp(script_path, cygwin_path=None): argument 120 fp = open(script_path)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
D | util.py | 101 def get_script_interp(script_path, cygwin_path=None): argument 115 fp = open(script_path)
|
/external/chromium_org/chrome/test/remoting/ |
D | remote_desktop_browsertest.cc | 663 base::FilePath script_path = src_dir.Append(path); in LoadScript() local 665 if (!base::ReadFileToString(script_path, &script)) { in LoadScript() 666 LOG(ERROR) << "Failed to load script " << script_path.value(); in LoadScript()
|