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

12

/external/testng/src/test/java/test/commandline/
H A DOverrideSampleTest.java1 package test.commandline;
H A DCommandLineOverridesXml.java1 package test.commandline;
/external/markdown/bin/
H A Dmarkdown34 from markdown import commandline namespace
42 commandline.run()
/external/autotest/site_utils/deployment/
H A Dcommandline_unittest.py7 from autotest_lib.site_utils.deployment import commandline namespace
16 parser = commandline._ArgumentParser()
22 parser = commandline._ArgumentParser()
31 parser = commandline._ArgumentParser()
39 parser = commandline._ArgumentParser()
47 parser = commandline._ArgumentParser()
72 got = commandline.get_default_logdir_name(arguments)
H A Dinstall.py77 from autotest_lib.site_utils.deployment import commandline namespace
126 name=commandline.get_default_logdir_name(arguments))
766 arguments = commandline.parse_command(argv, full_deploy)
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java67 private CommandlineJava commandline = new CommandlineJava(); field in class:ANTLR3
124 commandline.setVm(JavaEnvUtils.getJreExecutable("java"));
125 commandline.setClassname("org.antlr.Tool");
334 return commandline.createClasspath(getProject()).createPath();
343 return commandline.createVmArgument();
441 commandline.createArgument().setValue(target.toString());
443 log(commandline.describeCommand(), Project.MSG_VERBOSE);
446 err = run(commandline.getCommandline(), new LogOutputStream(this, Project.MSG_INFO), new LogOutputStream(this, Project.MSG_WARN));
481 commandline.createArgument().setValue("-o");
482 commandline
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DCommandLineSupport.java72 * @param commandline
76 static List<String> split(final String commandline) { argument
77 if (commandline == null || commandline.length() == 0) {
84 for (final char c : commandline.toCharArray()) {
/external/autotest/site_utils/
H A Ddump_suite_report.py15 from chromite.lib import commandline namespace
21 parser = commandline.ArgumentParser(description=__doc__)
H A Drpc_flight_recorder.py20 from chromite.lib import commandline namespace
261 parser = commandline.ArgumentParser(description=__doc__)
278 @param argv: commandline arguments passed
/external/python/cpython2/Mac/PythonLauncher/
H A DMyDocument.h27 IBOutlet NSTextField *commandline; variable
H A DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
/external/python/cpython3/Mac/PythonLauncher/
H A DMyDocument.h27 IBOutlet NSTextField *commandline; variable
H A DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
/external/skia/tools/skpbench/
H A Dskpbench.py80 def dump_commandline_if_verbose(commandline):
82 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline]
131 commandline = cls.ARGV + ['--duration', '0']
132 dump_commandline_if_verbose(commandline)
133 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
141 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
144 dump_commandline_if_verbose(commandline)
145 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
177 commandline = self.ARGV + ['--config', self.config,
183 commandline
[all...]
/external/skqp/tools/skpbench/
H A Dskpbench.py80 def dump_commandline_if_verbose(commandline):
82 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline]
131 commandline = cls.ARGV + ['--duration', '0']
132 dump_commandline_if_verbose(commandline)
133 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
141 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
144 dump_commandline_if_verbose(commandline)
145 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
177 commandline = self.ARGV + ['--config', self.config,
183 commandline
[all...]
/external/autotest/contrib/
H A Dsummarize_loadtest.py17 from chromite.lib import commandline namespace
31 # List of commandline arguments for easy filtering.
43 parser = commandline.ArgumentParser(description=__doc__)
H A Dfind_suite_tasks.py13 from chromite.lib import commandline namespace
21 parser = commandline.ArgumentParser(description=__doc__)
H A Dloadtest.py54 from chromite.lib import commandline namespace
72 parser = commandline.ArgumentParser(description=__doc__)
/external/curl/lib/
H A Dmk-ca-bundle.vbs220 MsgBox("Failed to process PEM cert with OpenSSL commandline!"), vbCritical, mySelf
420 MsgBox("Failed to get sha256 of """ & filename & """ with OpenSSL commandline!"), vbCritical, mySelf
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .apache.tools.ant.types.CommandlineJava commandline private java.io.File target private java. ...
/external/one-true-awk/
H A DFIXES417 fixed bug that caused occasional core dumps with commandline
744 enforce variable name syntax for commandline variables: has to
842 "-" means stdin in getline as well as on the commandline.
854 fixed bug: commandline variable assignment has to look like
864 added -v x=1 y=2 ... for immediate commandline variable assignment;
866 program if the program is on the commandline.
895 fixed order of evaluation of commandline assignments to match
925 Catches some more commandline errors in main.
1000 Fixed lib.c to permit _ in commandline variable names.
/external/python/cpython2/Mac/BuildScript/
H A Dbuild-installer.py549 def runCommand(commandline):
554 fd = os.popen(commandline, 'r')
559 raise RuntimeError("command failed: %s"%(commandline,))
564 def captureCommand(commandline):
565 fd = os.popen(commandline, 'r')
570 raise RuntimeError("command failed: %s"%(commandline,))
/external/python/cpython3/Mac/BuildScript/
H A Dbuild-installer.py521 def runCommand(commandline):
526 fd = os.popen(commandline, 'r')
531 raise RuntimeError("command failed: %s"%(commandline,))
536 def captureCommand(commandline):
537 fd = os.popen(commandline, 'r')
542 raise RuntimeError("command failed: %s"%(commandline,))
/external/clang/www/demo/
H A Dindex.cgi262 my ( $program, $commandline, $outputFile ) = @_;
268 $retcode = system($commandline);
/external/kmod/libkmod/python/kmod/
H A Dkmod.pyx109 of the '--quiet' commandline option.

Completed in 1202 milliseconds

12