Home
last modified time | relevance | path

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

/external/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/linux-tools-perf/
Dbuiltin-script.c836 char script_path[MAXPATHLEN]; in list_available_scripts() local
885 char script_path[MAXPATHLEN]; in get_script_path() local
924 static bool is_top_script(const char *script_path) in is_top_script()
929 static int has_required_arg(char *script_path) in has_required_arg()
1013 char *script_path = NULL; in cmd_script() local
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive.py184 def interpreter_for_script(script_path, fs=FileSystem()): argument
/external/webkit/Tools/Scripts/webkitpy/common/config/
Dports.py42 def script_path(cls, script_name): member in WebKitPort
/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/chrome/browser/ui/
Dbrowser_init.cc728 FilePath script_path; in Launch() local
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py549 def script_path(self, script_name): member in Port
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm.py177 def script_path(self, script_name): member in SCM