Home
last modified time | relevance | path

Searched refs:commandline (Results 1 - 7 of 7) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
H A Drenderer.c409 dstr_t *commandline; in exec_kid3() local
414 commandline = create_dstr(); in exec_kid3()
415 dstrcpy(commandline, (const char *)user_arg); in exec_kid3()
419 free_dstr(commandline); in exec_kid3()
426 free_dstr(commandline); in exec_kid3()
432 free_dstr(commandline); in exec_kid3()
439 free_dstr(commandline); in exec_kid3()
444 dstrprepend(commandline, "tee $(mktemp " LOG_FILE "-XXXXXX.ps) | ( "); in exec_kid3()
445 dstrcat(commandline, ")"); in exec_kid3()
449 status = run_system_process("renderer", commandline in exec_kid3()
[all...]
/third_party/skia/tools/skpbench/
H A Dskpbench.py109 def dump_commandline_if_verbose(commandline):
111 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline]
184 commandline = cls.ARGV + ['--duration', '0']
185 dump_commandline_if_verbose(commandline)
186 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
194 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
197 dump_commandline_if_verbose(commandline)
198 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
230 commandline = self.ARGV + ['--config', self.config,
236 commandline
[all...]
/third_party/python/Mac/PythonLauncher/
H A DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
H A DMyDocument.h27 IBOutlet NSTextField *commandline; variable
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py511 def runCommand(commandline):
516 fd = os.popen(commandline, 'r')
521 raise RuntimeError("command failed: %s"%(commandline,))
526 def captureCommand(commandline):
527 fd = os.popen(commandline, 'r')
532 raise RuntimeError("command failed: %s"%(commandline,))
/third_party/node/test/common/
H A Dchild_process.js21 `commandline like '%${basename}%child'`,
/third_party/ltp/
H A Drunltp682 echo "no big block device was specified on commandline."

Completed in 6 milliseconds