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

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
build-jsdoc-validator-jar.sh 11 script_path=$( cd $(dirname $0) ; pwd -P )
17 ${java_bin_path}javac -d $bin_path $script_path/src/**/*.java -cp $script_path/../closure/compiler.jar > /dev/null
23 ${java_bin_path}jar cvfem $script_path/$jar_name $main_class $script_path/$manifest_name -C $bin_path . > /dev/null
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
test-webkit-scripts 52 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/remoting/tools/
runclient.py 17 script_path = os.path.dirname(__file__)
28 client_path = os.path.join(script_path, client_path)
  /external/chromium_org/tools/
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/tools/ipc_fuzzer/
play_testcase.py 24 script_path = os.path.realpath(__file__)
25 ipc_fuzzer_dir = os.path.dirname(script_path)
  /external/markdown/
setup.py 17 script_path = os.path.join(script_dir, 'markdown')
18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
  /external/chromium_org/tools/win/split_link/
install_split_link.py 70 script_path = EscapeForCommandLineAndCString(split_link_py)
77 python, script_path))
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.cc 83 base::FilePath script_path; local
84 if (!GetScriptPath(&script_path)) {
88 CommandLine command_line(script_path);
254 base::FilePath script_path; local
255 if (!GetScriptPath(&script_path)) {
258 CommandLine command_line(script_path);
  /external/chromium_org/tools/gn/
function_exec_script.cc 297 base::FilePath script_path = build_settings->GetFullPath(script_source); local
299 !base::PathExists(script_path)) {
301 script_path = build_settings->GetFullPathSecondary(script_source);
309 g_scheduler->AddGenDependency(script_path);
327 cmdline.AppendArgPath(script_path);
  /external/linux-tools-perf/
builtin-script.c 836 char script_path[MAXPATHLEN]; local
862 snprintf(script_path, MAXPATHLEN, "%s/%s",
864 read_script_info(desc, script_path);
885 char script_path[MAXPATHLEN]; local
911 snprintf(script_path, MAXPATHLEN, "%s/%s",
913 path = strdup(script_path);
924 static bool is_top_script(const char *script_path)
926 return ends_with(script_path, "top") == NULL ? false : true;
929 static int has_required_arg(char *script_path)
937 if (read_script_info(desc, script_path))
1013 char *script_path = NULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 151 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/
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/
extension_unittest.py 94 script_path = os.path.join(src_extension_dir, 'background.js')
97 shutil.copy(script_path, d)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 106 def get_script_interp(script_path, cygwin_path=None):
115 script_path: pathname of the script
120 fp = open(script_path)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 101 def get_script_interp(script_path, cygwin_path=None):
110 script_path: pathname of the script
115 fp = open(script_path)
  /external/chromium/chrome/browser/ui/
browser_init.cc 728 FilePath script_path; local
729 PathService::Get(chrome::FILE_RECORDED_SCRIPT, &script_path);
735 base::EventRecorder::current()->StartRecording(script_path);
737 base::EventRecorder::current()->StartPlayback(script_path);
    [all...]

Completed in 1404 milliseconds