Home
last modified time | relevance | path

Searched defs:script_path (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dtest-webkit-scripts52 def script_path(self, script_file_name): member in ScriptsTester
56 def run_test_script(self, script_title, script_path, args=None): argument
/external/chromium_org/remoting/host/setup/
Ddaemon_controller_delegate_linux.cc87 base::FilePath script_path; in RunHostScriptWithTimeout() local
140 base::FilePath script_path; in GetState() local
290 base::FilePath script_path; in GetVersion() local
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
Drun_tests.py19 script_path = os.path.dirname(os.path.abspath(__file__)) variable
Dbuild_jsdoc_validator_jar.py25 script_path = os.path.dirname(os.path.abspath(__file__)) variable
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
Dbuild_compiler_runner_jar.py21 script_path = os.path.dirname(os.path.abspath(__file__)) variable
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-script.c999 char script_path[MAXPATHLEN]; in list_available_scripts() local
1176 char script_path[MAXPATHLEN]; in get_script_path() local
1213 static bool is_top_script(const char *script_path) in is_top_script()
1218 static int has_required_arg(char *script_path) in has_required_arg()
1266 char *script_path = NULL; in cmd_script() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dexecutive.py151 def interpreter_for_script(script_path, fs=None): argument
168 def shell_command_for_script(script_path, fs=None): argument
/external/chromium_org/tools/gn/
Dfunction_exec_script.cc310 base::FilePath script_path = build_settings->GetFullPath(script_source); in RunExecScript() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Dutil.py106 def get_script_interp(script_path, cygwin_path=None): argument
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dutil.py101 def get_script_interp(script_path, cygwin_path=None): argument
/external/chromium_org/chrome/test/remoting/
Dremote_desktop_browsertest.cc662 base::FilePath script_path = src_dir.Append(path); in LoadScript() local