/external/antlr/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/llvm-project/llvm/test/Linker/ |
D | commandline.ll | 1 ; RUN: llvm-link %S/Inputs/commandline.a.ll %S/Inputs/commandline.b.ll -S | FileCheck %s 3 ; Verify that multiple input llvm.commandline metadata are linked together. 5 ; CHECK-DAG: !llvm.commandline = !{!0, !1, !2}
|
/external/llvm-project/llvm/test/Verifier/ |
D | commandline-meta1.ll | 2 ; Verify that llvm.commandline is properly structured. 3 ; llvm.commandline takes a list of metadata entries. 6 !llvm.commandline = !{!0} 9 ; CHECK-NEXT: incorrect number of operands in llvm.commandline metadata
|
D | commandline-meta4.ll | 2 ; Verify that llvm.commandline is properly structured. 3 ; llvm.commandline takes a list of metadata entries. 6 !llvm.commandline = !{!0} 9 ; CHECK-NEXT: invalid value for llvm.commandline metadata entry operand(the operand should be a str…
|
D | commandline-meta3.ll | 2 ; Verify that llvm.commandline is properly structured. 3 ; llvm.commandline takes a list of metadata entries. 6 !llvm.commandline = !{!0} 9 ; CHECK-NEXT: invalid value for llvm.commandline metadata entry operand(the operand should be a str…
|
D | commandline-meta2.ll | 2 ; Verify that llvm.commandline is properly structured. 3 ; llvm.commandline takes a list of metadata entries. 6 !llvm.commandline = !{!0} 9 ; CHECK-NEXT: invalid value for llvm.commandline metadata entry operand(the operand should be a str…
|
/external/skqp/tools/skpbench/ |
D | skpbench.py | 93 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/skia/tools/skpbench/ |
D | skpbench.py | 109 def dump_commandline_if_verbose(commandline): argument 111 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline] 184 commandline = cls.ARGV + ['--duration', '0'] 185 dump_commandline_if_verbose(commandline) 186 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT) 194 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000), 197 dump_commandline_if_verbose(commandline) 198 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT) 230 commandline = self.ARGV + ['--config', self.config, 236 commandline.extend(['--png', pngfile]) [all …]
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | CommandLineSupport.java | 76 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/ |
D | markdown | 34 from markdown import commandline 42 commandline.run()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | commandline-metadata.ll | 2 ; Verify that llvm.commandline metadata is emitted to a section named 11 !llvm.commandline = !{!0, !1}
|
/external/libyuv/files/tools_libyuv/valgrind/ |
D | memcheck_analyze.py | 123 def __init__(self, source_dir, error_node, commandline, testcase): argument 202 self._commandline = commandline 545 commandline = None 551 commandline = x.data 560 raw_error, commandline, testcase)
|
/external/flatbuffers/tests/ |
D | generate_code.sh | 18 commandline="'$*'" 20 if [[ $commandline == *"--cpp-std c++0x"* ]]; then
|
D | generate_code.bat | 20 set commandline=%* variable 23 if NOT "%commandline%"=="%commandline:--cpp-std c++0x=%" (
|
/external/llvm-project/llvm/test/Linker/Inputs/ |
D | commandline.b.ll | 1 !llvm.commandline = !{!0}
|
D | commandline.a.ll | 1 !llvm.commandline = !{!0, !1}
|
/external/testng/src/test/java/test/commandline/ |
D | OverrideSampleTest.java | 1 package test.commandline;
|
/external/parameter-framework/upstream/tools/xmlValidator/ |
D | README.md | 12 To run xmlValidator, just start it from the commandline with: 56 And we will get the following output on the commandline:
|
/external/gflags/cmake/ |
D | README_runtime.txt | 2 by applications that use these libraries for the commandline flags
|
/external/llvm-project/llvm/test/tools/llvm-ar/ |
D | double-hyphen.test | 1 ## Test the use of "--" on the commandline
|
/external/python/cpython3/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/ |
D | classes.nib | 9 commandline = NSTextField;
|
/external/python/cpython2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/ |
D | classes.nib | 9 commandline = NSTextField;
|
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 9 commandline = NSTextField;
|
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 9 commandline = NSTextField;
|
/external/llvm-project/lldb/docs/use/ |
D | qemu-testing.rst | 86 commandline argument. 89 --kernel commandline argument. 106 **Example:** Run QEMU with kernel image and qemu binary provided using commandline
|