Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 2070) sorted by relevance

12345678910>>...83

/external/autotest/server/site_tests/debugd_DevTools/
Ddebugd_DevTools.py46 for tool in self.tools:
47 tool.initialize(host, save_initial_state=True)
60 for tool in self.tools:
62 tool.restore_state()
65 'altered by test (%s).', tool, e)
69 def test_tool(self, tool): argument
85 logging.debug('Disabling %s.', tool)
87 tool.disable()
91 if tool.is_enabled():
92 logging.warning('Skipping %s - cannot disable (%s).', tool, e)
[all …]
/external/antlr/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java237 protected Tool tool; field in Antlr3Mojo
307 tool = new Tool(); in execute()
317 tool.setDebug(debug); in execute()
318 tool.setGenerate_DFA_dot(dfa); in execute()
319 tool.setGenerate_NFA_dot(nfa); in execute()
320 tool.setProfile(profile); in execute()
321 tool.setReport(report); in execute()
322 tool.setPrintGrammar(printGrammar); in execute()
323 tool.setTrace(trace); in execute()
324 tool.setVerbose(verbose); in execute()
[all …]
/external/boringssl/src/tool/
Dtool.cc72 const Tool &tool = kTools[i]; in usage() local
73 if (tool.func == nullptr) { in usage()
76 printf(" %s\n", tool.name); in usage()
82 const Tool &tool = kTools[i]; in FindTool() local
83 if (tool.func == nullptr || name == tool.name) { in FindTool()
84 return tool.func; in FindTool()
112 tool_func_t tool = nullptr; in main() local
114 tool = FindTool(basename(argv[0])); in main()
116 if (tool == nullptr) { in main()
119 tool = FindTool(argv[1]); in main()
[all …]
/external/apache-commons-bcel/docs/
Dgeneric.mdl2265 tool "DDL"
2269 tool "DDL"
2273 tool "DDL"
2277 tool "DDL"
2281 tool "DDL"
2285 tool "DDL"
2289 tool "DDL"
2293 tool "DDL"
2297 tool "DDL"
2301 tool "DDL"
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/services/
Djava.awt.im.spi.InputMethodDescriptor5 com.ibm.icu.dev.tool.ime.indic.BengaliInputMethodDescriptor
6 com.ibm.icu.dev.tool.ime.indic.DevanagariInputMethodDescriptor
7 com.ibm.icu.dev.tool.ime.indic.GujaratiInputMethodDescriptor
8 com.ibm.icu.dev.tool.ime.indic.GurmukhiInputMethodDescriptor
9 com.ibm.icu.dev.tool.ime.indic.KannadaInputMethodDescriptor
10 com.ibm.icu.dev.tool.ime.indic.MalayalamInputMethodDescriptor
11 com.ibm.icu.dev.tool.ime.indic.OriyaInputMethodDescriptor
12 com.ibm.icu.dev.tool.ime.indic.TamilInputMethodDescriptor
13 com.ibm.icu.dev.tool.ime.indic.TeluguInputMethodDescriptor
/external/perfetto/
DPRESUBMIT.py103 tool = 'tools/fix_include_guards'
106 white_list=('.*[.]cc$', '.*[.]h$', tool))
109 if subprocess.call([tool, '--check-only']):
112 'Please run ' + tool + ' to fix include guards.')
118 tool = 'tools/gen_binary_descriptors'
121 white_list=('protos/perfetto/.*[.]proto$', '.*[.]h', tool))
124 if subprocess.call([tool, '--check-only']):
127 'Please run ' + tool + ' to update binary descriptors.')
133 tool = 'tools/gen_merged_protos'
136 white_list=('protos/perfetto/.*[.]proto$', tool))
[all …]
/external/wayland-protocols/
Dwayland_protocol_codegen.go262 tool := ctx.OtherModuleName(module)
268 ctx.AddMissingDependencies([]string{tool})
270 ctx.ModuleErrorf("depends on disabled module %q", tool)
276 ctx.ModuleErrorf("%q is not a host tool provider", tool)
282 if _, exists := tools[tool]; !exists {
283 tools[tool] = path.Path()
285 ctx.ModuleErrorf("multiple tools for %q, %q and %q", tool, tools[tool], path.Path().String())
288 ctx.ModuleErrorf("host tool %q missing output file", tool)
297 for _, tool := range g.properties.Tool_files {
298 toolPath := android.PathForModuleSrc(ctx, tool)
[all …]
/external/antlr/tool/src/main/java/org/antlr/tool/
DBuildDependencyGenerator.java28 package org.antlr.tool;
79 protected Tool tool; field in BuildDependencyGenerator
84 public BuildDependencyGenerator(Tool tool, String grammarFileName) in BuildDependencyGenerator() argument
86 this.tool = tool; in BuildDependencyGenerator()
88 grammar = tool.getRootGrammar(grammarFileName); in BuildDependencyGenerator()
90 generator = new CodeGenerator(tool, grammar, language); in BuildDependencyGenerator()
99 File outputDir = tool.getOutputDirectory(grammarFileName); in getGeneratedFileList()
115 files.add(new File(tool.getOutputDirectory(), generator.getVocabFileName())); in getGeneratedFileList()
145 outputDir = tool.getOutputDirectory(g.getFileName()); in getGeneratedFileList()
169 String libdir = tool.getLibraryDirectory(); in getDependenciesFileList()
[all …]
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DLenientCopyToolTest.java21 private LenientCopyTool tool = new LenientCopyTool(); field in LenientCopyToolTest
57 tool.copyToMock(from, to); in shouldShallowCopyBasicFinalField()
70 tool.copyToMock(from, to); in shouldShallowCopyTransientPrivateFields()
83 tool.copyToMock(fromList, toList); in shouldShallowCopyLinkedListIntoMock()
104 tool.copyToMock(from, to); in shouldShallowCopyFieldValuesIntoMock()
123 tool.copyToMock(from, to); in shouldCopyValuesOfInheritedFields()
136 tool.copyToMock(from, to); in shouldEnableAndThenDisableAccessibility()
146 tool.fieldCopier = mock(FieldCopier.class); in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()
151 when(tool.fieldCopier). in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()
155 tool.copyToMock(from, to); in shouldContinueEvenIfThereAreProblemsCopyingSingleFieldValue()
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dforwarder.py117 def Map(port_pairs, device, tool=None): argument
133 if not tool:
134 tool = base_tool.BaseTool()
136 instance = Forwarder._GetInstanceLocked(tool)
137 instance._InitDeviceLocked(device, tool)
163 instance._KillDeviceLocked(device, tool)
244 tool = base_tool.BaseTool()
245 instance._KillDeviceLocked(device, tool)
268 def _GetInstanceLocked(tool): argument
278 Forwarder._instance = Forwarder(tool)
[all …]
/external/python/dateutil/
Dpyproject.toml1 [tool.towncrier]
10 [[tool.towncrier.type]]
15 [[tool.towncrier.type]]
20 [[tool.towncrier.type]]
25 [[tool.towncrier.type]]
30 [[tool.towncrier.type]]
35 [[tool.towncrier.type]]
/external/clang/tools/diag-build/
Ddiag-build.sh69 tool=$1
72 if [[ -z "$tool" ]]; then
75 elif [[ "$tool" == "xcodebuild" ]]; then
78 elif [[ "$tool" == "make" ]]; then
82 echo "Warning: unknown build system '$tool'" 1>&2
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
109 if [[ "$tool" != "xcodebuild" ]]; then
/external/toolchain-utils/go/patch/
Dgo3.patch50 - run("go", "tool", "compile", "bug0.go")
51 - run("go", "tool", "compile", "bug1.go")
52 - run("go", "tool", "compile", "bug2.go")
53 - run(errchk, "go", "tool", "compile", "-e", "bug3.go")
54 - run("go", "tool", "link", "bug2.o")
56 + run(goCmd(), "tool", "compile", "bug0.go")
57 + run(goCmd(), "tool", "compile", "bug1.go")
58 + run(goCmd(), "tool", "compile", "bug2.go")
59 + run(errchk, goCmd(), "tool", "compile", "-e", "bug3.go")
60 + run(goCmd(), "tool", "link", "bug2.o")
[all …]
Dgo2.patch35 - cmd := []string{"go", "tool", "compile", "-e"}
36 + cmd := []string{findGoCmd(), "tool", "compile", "-e"}
46 - cmd := []string{"go", "tool", "compile", "-e", "-D", ".", "-I", "."}
47 + cmd := []string{findGoCmd(), "tool", "compile", "-e", "-D", ".", "-I", "."}
60 - cmd := []string{"go", "tool", "link", "-w", "-o", "a.exe", "-L", "."}
66 + _, err = runcmd(findGoCmd(), "tool", "link", "-w", "-o", "a.exe", "-L", ".", pfile)
99 - cmdline := []string{"go", "tool", "compile", "-C", "-e", "-o", "a.o"}
101 + cmdline := []string{findGoCmd(), "tool", "compile", "-C", "-e", "-o", "a.o"}
138 - cmd := []string{"go", "tool", "compile", "-e", "-D", ".", "-I", ".", "-o", "go.o"}
139 + cmd := []string{findGoCmd(), "tool", "compile", "-e", "-D", ".", "-I", ".", "-o", "go.o"}
[all …]
/external/compiler-rt/lib/esan/
Desan_flags.inc22 // Cross-tool options
26 "The number of bytes in a cache line. For the working-set tool, this "
31 // Working set tool options
35 "Working set tool: whether to sample snapshots during a run.")
41 "Working set tool: sampling frequency in milliseconds.")
46 ESAN_FLAG(int, snapshot_step, 2, "Working set tool: the log of the sampling "
50 // Cache Fragmentation tool options
55 ESAN_FLAG(int, report_threshold, 1<<10, "Cache-frag tool: the struct difference"
/external/skqp/gn/toolchain/
DBUILD.gn78 tool("asm") {
90 tool("cc") {
103 tool("cxx") {
116 tool("alink") {
133 tool("solink") {
163 tool("link") {
180 tool("stamp") {
185 tool("copy") {
200 tool("cc") {
210 tool("cxx") {
[all …]
/external/skia/gn/toolchain/
DBUILD.gn78 tool("asm") {
90 tool("cc") {
103 tool("cxx") {
116 tool("alink") {
133 tool("solink") {
163 tool("link") {
180 tool("stamp") {
185 tool("copy") {
200 tool("cc") {
210 tool("cxx") {
[all …]
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.sh29 tool="memcheck" # Default to memcheck.
34 tool="$2"
36 elif [[ "$1" =~ --tool=(.*) ]]
38 tool="${BASH_REMATCH[1]}"
45 case "$tool" in
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.sh28 tool="memcheck" # Default to memcheck.
33 tool="$2"
35 elif [[ "$1" =~ --tool=(.*) ]]
37 tool="${BASH_REMATCH[1]}"
45 case "$tool" in
/external/clang/docs/
DLibTooling.rst6 This document will provide a basic walkthrough of how to write a tool using
40 Writing a standalone tool
44 possibly break, it's time to create a standalone tool. For a standalone tool
69 static llvm::cl::OptionCategory MyToolCategory("my-tool options");
89 // A clang tool can run over a number of sources in the same process...
95 // the tool constructor.
104 Putting it together --- the first tool
107 Now we combine the two previous steps into our first real tool. A more advanced
108 version of this example tool is also checked into the clang tree at
125 static cl::OptionCategory MyToolCategory("my-tool options");
[all …]
/external/llvm/docs/CommandGuide/
Dbugpoint.rst1 bugpoint - automatic test case reduction tool
48 **--tool-args** *tool args*
50 Pass all arguments specified after **--tool-args** to the LLVM tool under test
56 bugpoint [bugpoint args] --tool-args -- [tool args]
58 The "``--``" right after the **--tool-args** option tells **bugpoint** to
59 consider any options starting with "``-``" to be part of the **--tool-args**
62 **--safe-tool-args** *tool args*
64 Pass all arguments specified after **--safe-tool-args** to the "safe" execution
65 tool.
67 **--gcc-tool-args** *gcc tool args*
[all …]
/external/u-boot/doc/
DREADME.menu96 char *tool = NULL;
108 if (menu_get_choice(m, (void **)&tool) != 1)
109 printf("Problem picking tool!\n");
113 return tool;
118 char *tool = pick_a_tool();
120 if (tool) {
121 printf("picked a tool: %s\n", tool);
122 use_tool(tool);
/external/swiftshader/third_party/subzero/crosstest/
Dlit.cfg14 for tool in pnaclbintools:
16 # Extract the tool name from the pattern. This relies on the tool
22 tool)
23 config.substitutions.append((tool, substitution))
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dbugpoint.rst1 bugpoint - automatic test case reduction tool
48 **--tool-args** *tool args*
50 Pass all arguments specified after **--tool-args** to the LLVM tool under test
56 bugpoint [bugpoint args] --tool-args -- [tool args]
58 The "``--``" right after the **--tool-args** option tells **bugpoint** to
59 consider any options starting with "``-``" to be part of the **--tool-args**
62 **--safe-tool-args** *tool args*
64 Pass all arguments specified after **--safe-tool-args** to the "safe" execution
65 tool.
67 **--gcc-tool-args** *gcc tool args*
[all …]
/external/compiler-rt/test/sanitizer_common/
DCMakeLists.txt16 # Create a separate config for each tool we support.
17 foreach(tool ${SUPPORTED_TOOLS})
18 string(TOUPPER ${tool} tool_toupper)
20 list(APPEND SANITIZER_COMMON_TEST_DEPS ${tool})
28 set(SANITIZER_COMMON_LIT_TEST_MODE ${tool})
38 set(CONFIG_NAME ${tool}-${arch}-${OS_NAME})

12345678910>>...83