Home
last modified time | relevance | path

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

12

/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()
Dmessages.properties71 RSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
/external/markdown/bin/
Dmarkdown34 from markdown import commandline
42 commandline.run()
/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/chromium-trace/trace-viewer/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_org/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_org/tools/valgrind/
Dmemcheck_analyze.py119 def __init__(self, source_dir, error_node, commandline, testcase): argument
198 self._commandline = commandline
536 commandline = None
542 commandline = x.data
551 raw_error, commandline, testcase)
/external/markdown/docs/
Drelease-2.0.1.txt14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
/external/clang/www/demo/
Dindex.cgi262 my ( $program, $commandline, $outputFile ) = @_;
268 $retcode = system($commandline);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
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)
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)
DfeedPublish.uml2.properties13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg.…
DfeedPublish.emf.properties13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg.…
DfeedPublish.eclipse.properties13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg.…
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_endtoend.py188 def _run_python_command(self, commandline, stdout=None, stderr=None): argument
189 return subprocess.Popen([sys.executable] + commandline, close_fds=True,
/external/llvm/utils/vim/
Dvimrc107 " A list of options to add to the clang commandline, for example to add
129 " Build a clang commandline to do code completion on stdin.
/external/dropbear/
DREADME74 adding 'SCPPROGRESS=1' to the make commandline.
Dfilelist.txt81 runopts.c Parses commandline options
/external/open-vcdiff/gflags/src/gflags/
Dgflags.h.in119 // when the flag is parsed from the commandline, or is later set via
159 // list of commandline flags. Note that these routines are pretty slow.
165 // name) and argv (the entire commandline), which we sock away a copy of.
209 // Normally you access commandline flags by just saying "if (FLAGS_foo)"
333 // Do not include commandline flags in the usage: we do that for you!
/external/libogg/
DREADME84 You can also run one of the batch files from the commandline.
/external/compiler-rt/
DCMakeLists.txt45 # the correct commandline flags needed to attempt to target 32-bit and 64-bit.
/external/stlport/doc/
DREADME.wince85 switched to a normal main() using /SUBSYSTEM:CONSOLE on the linker commandline.

12