Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 25 of 61) sorted by relevance

123

/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java67 private CommandlineJava commandline = new CommandlineJava(); field in ANTLR3
124 commandline.setVm(JavaEnvUtils.getJreExecutable("java")); in ANTLR3()
125 commandline.setClassname("org.antlr.Tool"); in ANTLR3()
334 return commandline.createClasspath(getProject()).createPath(); in createClasspath()
343 return commandline.createVmArgument(); in createJvmarg()
441 commandline.createArgument().setValue(target.toString()); in execute()
443 log(commandline.describeCommand(), Project.MSG_VERBOSE); in execute()
446 …err = run(commandline.getCommandline(), new LogOutputStream(this, Project.MSG_INFO), new LogOutput… in execute()
481 commandline.createArgument().setValue("-o"); in populateAttributes()
482 commandline.createArgument().setValue(outputDirectory.toString()); in populateAttributes()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
DRSSFeedUtil.java46 public ExecTask runExecTask(String executable, String commandline, String dir) in runExecTask() argument
65 if (commandline != null || "".equals(commandline)) { //$NON-NLS-1$ in runExecTask()
67 execArg.setLine(commandline); in runExecTask()
72 …ring("RSSFeedPublisherTask.Execute") + SP + executable + (commandline==null?"":SP + commandline));… in runExecTask()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DCommandLineSupport.java76 static List<String> split(final String commandline) { in split() argument
77 if (commandline == null || commandline.length() == 0) { in split()
84 for (final char c : commandline.toCharArray()) { in split()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-jdepend.jar ... org.apache.tools.ant.types.Commandline$Argument createJvmarg (org.apache.tools. ...
Dant-antlr.jar ... .apache.tools.ant.types.CommandlineJava commandline private java.io.File targetFile private java. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
DRSSFeedWatcherTask.java141 String commandline = feedWatchActions[i+2].trim(); in checkFeed() local
165 commandline = in checkFeed()
166 …(debug>0?"-debug " + debug + SP:NS) + ("null".equals(commandline)?NS:commandline) + //$NON-NLS-1$ … in checkFeed()
184 ….getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + commandline); //$NON-NLS-1$ in checkFeed() local
185 … ExecTask exec = util.runExecTask((new File(action)).getAbsolutePath(), commandline, null); in checkFeed()
/external/markdown/bin/
Dmarkdown34 from markdown import commandline
42 commandline.run()
/external/chromium-trace/catapult/third_party/python_gflags/
DREADME.chromium11 This project is the python equivalent of google-gflags, a Google commandline
17 The gflags package contains a library that implements commandline flags
DREADME1 This repository contains a python implementation of the Google commandline
22 create an instant man page, with all the commandline flags and their docs, for
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
DREADME1 This repository contains a python implementation of the Google commandline
22 create an instant man page, with all the commandline flags and their docs, for
/external/parameter-framework/upstream/tools/xmlValidator/
DREADME.md12 To run xmlValidator, just start it from the commandline with:
56 And we will get the following output on the commandline:
/external/testng/src/test/java/test/commandline/
DOverrideSampleTest.java1 package test.commandline;
DCommandLineOverridesXml.java1 package test.commandline;
/external/markdown/docs/
Drelease-2.0.1.txt14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dindex.rst23 commandline
Dcommandline.rst7 on the commandline and by default prints a list of modules
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/
DREADME.rst7 library as well as on the commandline. The code was mostly written by
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/debian/
Dcontrol14 Description: A Python implementation of the Google commandline flags module
/external/autotest/site_utils/deployment/
Dinstall.py70 from autotest_lib.site_utils.deployment import commandline
546 arguments = commandline.parse_command(argv, full_deploy)
/external/clang/www/demo/
Dindex.cgi262 my ( $program, $commandline, $outputFile ) = @_;
268 $retcode = system($commandline);
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
Dantlr3.jar ... .apache.tools.ant.types.CommandlineJava commandline private java.io.File target private java. ...
/external/webrtc/third_party/gflags/
DREADME.webrtc7 The gflags package contains a library that implements commandline
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dcli.rst4 A lot of the Python-RSA functionality is also available as commandline
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.emf.properties34 # will be passed some default commandline arguments BEFORE any you might want to specify as well (s…
86 …t build, check the first <entry>'s <updated> node (and respond with an email, no commandline flags)
DfeedWatch.uml2.properties31 # will be passed some default commandline arguments BEFORE any you might want to specify as well (s…
83 …t build, check the first <entry>'s <updated> node (and respond with an email, no commandline flags)

123