Searched refs:script_path (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dtest-webkit-scripts52 def script_path(self, script_file_name): member in class:ScriptsTester
56 def run_test_script(self, script_title, script_path, args=None):
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/v8/tools/push-to-trunk/
H A Dscript_test.py39 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/
H A Drunclient.py17 script_path = os.path.dirname(__file__)
28 client_path = os.path.join(script_path, client_path)
H A Drun_webapp_unittest.py32 script_path = os.path.dirname(__file__)
34 test_page_path = os.path.join(script_path,
/external/markdown/
H A Dsetup.py17 script_path = os.path.join(script_dir, 'markdown')
18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
/external/chromium_org/tools/
H A Ddiagnose-me.py84 script_path = os.path.join(
87 proc = subprocess.Popen([script_path, '--quick-check'],
92 "Run '" + script_path + "' to update.")
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.cc87 base::FilePath script_path; local
88 if (!GetScriptPath(&script_path)) {
92 base::CommandLine command_line(script_path);
140 base::FilePath script_path; local
141 if (!GetScriptPath(&script_path)) {
144 base::CommandLine command_line(script_path);
290 base::FilePath script_path; local
291 if (!GetScriptPath(&script_path)) {
294 base::CommandLine command_line(script_path);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dbuild_compiler_runner_jar.py11 return os.path.join(script_path, rel_path)
21 script_path = os.path.dirname(os.path.abspath(__file__)) variable
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Drun_tests.py14 return os.path.join(script_path, rel_path)
19 script_path = os.path.dirname(os.path.abspath(__file__)) variable
H A Dbuild_jsdoc_validator_jar.py14 return os.path.join(script_path, rel_path)
25 script_path = os.path.dirname(os.path.abspath(__file__)) variable
/external/chromium_org/third_party/closure_compiler/runner/
H A Dbuild_runner_jar.py14 script_path = os.path.dirname(os.path.abspath(__file__))
15 return os.path.join(script_path, rel_path)
/external/chromium_org/tools/ipc_fuzzer/
H A Dplay_testcase.py40 script_path = os.path.realpath(__file__)
41 ipc_fuzzer_dir = os.path.dirname(script_path)
H A Dremove_close_messages.py39 script_path = os.path.realpath(__file__)
40 ipc_fuzzer_dir = os.path.dirname(script_path)
/external/chromium_org/tools/win/split_link/
H A Dinstall_split_link.py70 script_path = EscapeForCommandLineAndCString(split_link_py)
77 python, script_path))
/external/chromium_org/third_party/closure_compiler/
H A Dcompiler_customization_test.py21 script_path = os.path.dirname(os.path.abspath(__file__))
22 return os.path.join(script_path, rel_path)
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dcf_package_builder.py35 script_path = os.path.realpath(__file__)
36 self.mutate_dir = os.path.dirname(script_path)
/external/chromium_org/tools/gn/
H A Dfunction_exec_script.cc310 base::FilePath script_path = build_settings->GetFullPath(script_source); local
312 !base::PathExists(script_path)) {
314 script_path = build_settings->GetFullPathSecondary(script_source);
322 g_scheduler->AddGenDependency(script_path);
340 cmdline.AppendArgPath(script_path);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py151 def interpreter_for_script(script_path, fs=None):
153 lines = fs.read_text_file(script_path).splitlines()
168 def shell_command_for_script(script_path, fs=None):
172 interpreter = Executive.interpreter_for_script(script_path, fs)
174 return [interpreter, script_path]
175 return [script_path]
/external/chromium_org/tools/perf_expectations/tests/
H A Dperf_expectations_unittest.py23 script_path = os.path.dirname(sys.argv[0])
39 path = os.path.join(script_path, path)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c999 char script_path[MAXPATHLEN]; local
1022 snprintf(script_path, MAXPATHLEN, "%s/%s",
1024 read_script_info(desc, script_path);
1176 char script_path[MAXPATHLEN]; local
1200 snprintf(script_path, MAXPATHLEN, "%s/%s",
1202 return strdup(script_path);
1213 static bool is_top_script(const char *script_path) argument
1215 return ends_with(script_path, "top") == NULL ? false : true;
1218 static int has_required_arg(char *script_path) argument
1226 if (read_script_info(desc, script_path))
1266 char *script_path = NULL; local
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_unittest.py112 script_path = os.path.join(src_extension_dir, 'background.js')
115 shutil.copy(script_path, d)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dutil.py101 def get_script_interp(script_path, cygwin_path=None):
110 script_path: pathname of the script
115 fp = open(script_path)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dutil.py106 def get_script_interp(script_path, cygwin_path=None):
115 script_path: pathname of the script
120 fp = open(script_path)
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc662 base::FilePath script_path = src_dir.Append(path); local
664 if (!base::ReadFileToString(script_path, &script)) {
665 LOG(ERROR) << "Failed to load script " << script_path.value();

Completed in 1056 milliseconds