HomeSort by relevance Sort by last modified time
    Searched refs:commandline (Results 1 - 23 of 23) sorted by null

  /external/markdown/bin/
markdown 34 from markdown import commandline namespace
42 commandline.run()
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 53 import org.apache.tools.ant.types.Commandline;
67 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();
342 public Commandline.Argument createJvmarg() {
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.M (…)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 20 import org.apache.tools.ant.types.Commandline.Argument;
46 public ExecTask runExecTask(String executable, String commandline, String dir)
65 if (commandline != null || "".equals(commandline)) { //$NON-NLS-1$
67 execArg.setLine(commandline);
72 System.out.println(Messages.getString("RSSFeedPublisherTask.Execute") + SP + executable + (commandline==null?"":SP + commandline)); //$NON-NLS-1$ //$NON-NLS-2$
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
ant-antlr.jar 
ant-apache-oro.jar 
ant-junit.jar 
ant-nodeps.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 37 * (Xpath to watch for); (what to execute if condition is met); (commandline args to the executable)...
141 String commandline = feedWatchActions[i+2].trim(); local
165 commandline =
166 (debug>0?"-debug " + debug + SP:NS) + ("null".equals(commandline)?NS:commandline) + //$NON-NLS-1$ //$NON-NLS-2$
184 System.out.println(Messages.getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + commandline); //$NON-NLS-1$ local
185 ExecTask exec = util.runExecTask((new File(action)).getAbsolutePath(), commandline, null);
  /system/core/adb/
Android.mk 59 commandline.c \
150 commandline.c \
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 119 def __init__(self, source_dir, error_node, commandline, testcase):
126 commandline: The command that was run under valgrind
198 self._commandline = commandline
536 commandline = None
542 commandline = x.data
551 raw_error, commandline, testcase)
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 188 def _run_python_command(self, commandline, stdout=None, stderr=None):
189 return subprocess.Popen([sys.executable] + commandline, close_fds=True,
  /external/clang/www/demo/
index.cgi 262 my ( $program, $commandline, $outputFile ) = @_;
268 $retcode = system($commandline);
  /build/core/
cleanbuild.mk 214 # Define the rules for commandline invocation.
main.mk 691 # steps, you can pass the "all" modifier goal on the commandline.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 437 # Explicitly set which targets to build when not stated on commandline
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 830 # Explicitly set which targets to build when not stated on commandline
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 6315 milliseconds