Home
last modified time | relevance | path

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

12345678

/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/autotest/utils/frozen_chromite/cli/
Dcommand.py23 from autotest_lib.utils.frozen_chromite.lib import commandline
135 def AddDeviceArgument(cls, parser, schemes=commandline.DEVICE_SCHEME_SSH,
148 if commandline.DEVICE_SCHEME_SSH in schemes:
152 if commandline.DEVICE_SCHEME_USB in schemes:
154 if commandline.DEVICE_SCHEME_SERVO in schemes:
158 if commandline.DEVICE_SCHEME_FILE in schemes:
162 type=commandline.DeviceParser(schemes),
166 type=commandline.DeviceParser(schemes),
/external/avb/rust/src/descriptor/
Dcommandline.rs36 pub commandline: &'a str, field
57 let (commandline, _) = in new()
62 commandline: from_utf8(commandline)?, in new()
Dmod.rs23 mod commandline; module
42 pub use commandline::{KernelCommandlineDescriptor, KernelCommandlineDescriptorFlags};
/external/skia/tools/skpbench/
Dskpbench.py109 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, encoding='utf-8')
194 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
197 dump_commandline_if_verbose(commandline)
198 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT, encoding='utf-8')
230 commandline = self.ARGV + ['--config', self.config,
236 commandline.extend(['--png', pngfile])
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DCommandLineSupport.java77 static List<String> split(final String commandline) { in split() argument
78 if (commandline == null || commandline.length() == 0) { in split()
85 for (final char c : commandline.toCharArray()) { in split()
/external/python/cpython3/Doc/library/
Dcmdline.rst26 * :ref:`json.tool <json-commandline>`
41 * :ref:`site <site-commandline>`
46 * :ref:`tarfile <tarfile-commandline>`
57 * :ref:`zipfile <zipfile-commandline>`
/external/flashrom/
Ddmi.c308 char commandline[DMI_COMMAND_LEN_MAX]; in get_dmi_string() local
310 snprintf(commandline, sizeof(commandline), in get_dmi_string()
312 dmidecode_pipe = popen(commandline, "r"); in get_dmi_string()
/external/testng/src/test/java/test/commandline/
DOverrideSampleTest.java1 package test.commandline;
/external/gmmlib/Source/GmmLib/ULT/
DReadMe.txt31 How to trigger Test cases through commandline:
36 How to trigger Test cases through commandline:
43 iii. Specify commandline and run GMMULT.exe
/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/armnn/samples/ObjectDetection/
DReadme.md31 ```commandline
65 ```commandline
111 ```commandline
132 ```commandline
165 ```commandline
173 ```commandline
180 ```commandline
188 ```commandline
196 ```commandline
222 ```commandline
[all …]
/external/gflags/cmake/
DREADME_runtime.txt2 by applications that use these libraries for the commandline flags
/external/python/cpython3/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib9 commandline = NSTextField;
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib9 commandline = NSTextField;
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152021/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/toolchains/rbe_windows_bazel_5.2.0_vs2019/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01122022/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02212022/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04062022/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/grpc-grpc/third_party/toolchains/rbe_windows_bazel_6.3.2_vs2019/cc/
Dbuiltin_include_directory_paths_clangcl5 declared action inputs or the action commandline changes.
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01252022/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06212021/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02042022/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06242021/
Dbuiltin_include_directory_paths_msvc5 declared action inputs or the action commandline changes.

12345678