Home
last modified time | relevance | path

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

12345

/external/antlr/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/skia/tools/skpbench/
Dskpbench.py93 def dump_commandline_if_verbose(commandline): argument
95 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline]
158 commandline = cls.ARGV + ['--duration', '0']
159 dump_commandline_if_verbose(commandline)
160 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
168 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
171 dump_commandline_if_verbose(commandline)
172 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
204 commandline = self.ARGV + ['--config', self.config,
210 commandline.extend(['--png', pngfile])
[all …]
/external/skqp/tools/skpbench/
Dskpbench.py93 def dump_commandline_if_verbose(commandline): argument
95 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline]
158 commandline = cls.ARGV + ['--duration', '0']
159 dump_commandline_if_verbose(commandline)
160 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
168 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
171 dump_commandline_if_verbose(commandline)
172 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT)
204 commandline = self.ARGV + ['--config', self.config,
210 commandline.extend(['--png', pngfile])
[all …]
/external/u-boot/arch/nios2/lib/
Dbootm.c14 char *commandline = env_get("bootargs"); in do_bootm_linux() local
41 debug("bootargs=%s @ 0x%lx\n", commandline, (ulong)&commandline); in do_bootm_linux()
52 kernel(NIOS_MAGIC, initrd_start, initrd_end, commandline); in do_bootm_linux()
/external/u-boot/arch/nds32/lib/
Dbootm.c27 static void setup_commandline_tag(bd_t *bd, char *commandline);
45 char *commandline = env_get("bootargs"); in do_bootm_linux() local
95 setup_commandline_tag(bd, commandline); in do_bootm_linux()
160 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() argument
164 if (!commandline) in setup_commandline_tag()
168 for (p = commandline; *p == ' '; p++) in setup_commandline_tag()
/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/markdown/bin/
Dmarkdown34 from markdown import commandline
42 commandline.run()
/external/u-boot/arch/arm/lib/
Dbootm.c144 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() argument
148 if (!commandline) in setup_commandline_tag()
152 for (p = commandline; *p == ' '; p++); in setup_commandline_tag()
227 char *commandline = env_get("bootargs"); in boot_prep_linux() local
243 setup_commandline_tag(gd->bd, commandline); in boot_prep_linux()
/external/u-boot/arch/microblaze/lib/
Dbootm.c22 char *commandline = env_get("bootargs"); in do_bootm_linux() local
80 thekernel(commandline, rd_data_start, (ulong)of_flat_tree); in do_bootm_linux()
/external/autotest/site_utils/
Ddump_suite_report.py15 from chromite.lib import commandline
21 parser = commandline.ArgumentParser(description=__doc__)
/external/u-boot/arch/xtensa/lib/
Dbootm.c138 char *commandline = env_get("bootargs"); in do_bootm_linux() local
157 params = setup_commandline_tag(params, commandline); in do_bootm_linux()
/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/autotest/utils/
Dsummarize_loadtest.py16 from chromite.lib import commandline
41 parser = commandline.ArgumentParser(description=__doc__)
/external/testng/src/test/java/test/commandline/
DOverrideSampleTest.java1 package test.commandline;
/external/gflags/cmake/
DREADME_runtime.txt2 by applications that use these libraries for the commandline flags
/external/python/cpython2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib9 commandline = NSTextField;
/external/python/cpython3/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib9 commandline = NSTextField;
/external/autotest/contrib/
Dfind_suite_tasks.py13 from chromite.lib import commandline
21 parser = commandline.ArgumentParser(description=__doc__)
/external/python/setuptools/
Dlauncher.c200 LPSTR commandline = command; in create_and_wait_for_subprocess() local
208 if (!CreateProcessA(NULL, commandline, NULL, NULL, TRUE, 0, NULL, NULL, &s_info, &p_info)) { in create_and_wait_for_subprocess()
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib9 commandline = NSTextField;
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib9 commandline = NSTextField;
/external/python/cpython3/Mac/PythonLauncher/
DMyDocument.h27 IBOutlet NSTextField *commandline; variable
/external/python/cpython2/Mac/PythonLauncher/
DMyDocument.h27 IBOutlet NSTextField *commandline; variable
DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
/external/gflags/
DMETADATA2 description: "The gflags package contains a C++ library that implements commandline flags processin…

12345