/external/python/cpython3/Mac/BuildScript/ |
build-installer.py | 499 def runCommand(commandline): 504 fd = os.popen(commandline, 'r') 509 raise RuntimeError("command failed: %s"%(commandline,)) 514 def captureCommand(commandline): 515 fd = os.popen(commandline, 'r') 520 raise RuntimeError("command failed: %s"%(commandline,)) [all...] |
/external/python/cpython2/Mac/BuildScript/ |
build-installer.py | 495 def runCommand(commandline): 500 fd = os.popen(commandline, 'r') 505 raise RuntimeError("command failed: %s"%(commandline,)) 510 def captureCommand(commandline): 511 fd = os.popen(commandline, 'r') 516 raise RuntimeError("command failed: %s"%(commandline,)) [all...] |
/external/chromium-trace/catapult/devil/devil/android/ |
flag_changer.py | 61 use_legacy_path: Whether to use the legacy commandline path (needed for 232 It's a direct port of CommandLine.java::tokenizeQuotedArguments.
|
/external/clang/www/demo/ |
index.cgi | 262 my ( $program, $commandline, $outputFile ) = @_; 268 $retcode = system($commandline);
|
/external/one-true-awk/ |
FIXES | 491 fixed bug that caused occasional core dumps with commandline 820 enforce variable name syntax for commandline variables: has to [all...] |
/external/autotest/utils/ |
loadtest.py | 54 from chromite.lib import commandline 72 parser = commandline.ArgumentParser(description=__doc__)
|
external_packages.py | 32 def system(commandline): 33 """Same as os.system(commandline) but logs the command first. 35 @param commandline: commandline to be called. 37 logging.info(commandline) 38 return os.system(commandline) [all...] |
/external/kmod/libkmod/python/kmod/ |
kmod.pyx | 109 of the '--quiet' commandline option.
|
/external/libusb/msvc/ |
ddk_build.cmd | 10 ::# process commandline parameters
|
/external/ltp/ |
runltp | 681 echo "no big block device was specified on commandline." [all...] |
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/ |
DumpActivity.java | 195 mAcCommandLine = findViewById(R.id.commandline);
|
/external/freetype/ |
vms_make.com | 17 $! This procedure currently does support the following commandline options [all...] |
/build/make/core/ |
main.mk | [all...] |
/external/jarjar/lib/ |
apache-ant-1.9.4.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
ant.jar | |
/external/guice/extensions/struts2/lib/ |
ant-1.6.5.jar | |