/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
D | ANTLR3.java | 67 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/ |
D | RSSFeedUtil.java | 46 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()
|
D | messages.properties | 71 RSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
|
/external/markdown/bin/ |
D | markdown | 34 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/ |
D | RSSFeedWatcherTask.java | 141 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/ |
D | README.chromium | 11 This project is the python equivalent of google-gflags, a Google commandline 17 The gflags package contains a library that implements commandline flags
|
D | README | 1 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/ |
D | README.chromium | 11 This project is the python equivalent of google-gflags, a Google commandline 17 The gflags package contains a library that implements commandline flags
|
D | README | 1 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/ |
D | memcheck_analyze.py | 119 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/ |
D | release-2.0.1.txt | 14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
|
/external/clang/www/demo/ |
D | index.cgi | 262 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/ |
D | feedWatch.uml2.properties | 31 # 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)
|
D | feedWatch.emf.properties | 34 # 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)
|
D | feedPublish.uml2.properties | 13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg.…
|
D | feedPublish.emf.properties | 13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg.…
|
D | feedPublish.eclipse.properties | 13 # 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/ |
D | test_endtoend.py | 188 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/ |
D | vimrc | 107 " 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/ |
D | README | 74 adding 'SCPPROGRESS=1' to the make commandline.
|
D | filelist.txt | 81 runopts.c Parses commandline options
|
/external/open-vcdiff/gflags/src/gflags/ |
D | gflags.h.in | 119 // 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/ |
D | README | 84 You can also run one of the batch files from the commandline.
|
/external/compiler-rt/ |
D | CMakeLists.txt | 45 # the correct commandline flags needed to attempt to target 32-bit and 64-bit.
|
/external/stlport/doc/ |
D | README.wince | 85 switched to a normal main() using /SUBSYSTEM:CONSOLE on the linker commandline.
|