Home
last modified time | relevance | path

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

12345678910>>...50

/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/boringssl/src/tool/
Dtool.cc65 const Tool &tool = kTools[i]; in usage() local
66 if (tool.func == nullptr) { in usage()
69 printf(" %s\n", tool.name); in usage()
75 const Tool &tool = kTools[i]; in FindTool() local
76 if (tool.func == nullptr || name == tool.name) { in FindTool()
77 return tool.func; in FindTool()
105 tool_func_t tool = nullptr; in main() local
107 tool = FindTool(basename(argv[0])); in main()
109 if (tool == nullptr) { in main()
112 tool = FindTool(argv[1]); in main()
[all …]
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java235 protected Tool tool; field in Antlr3Mojo
305 tool = new Tool(); in execute()
315 tool.setDebug(debug); in execute()
316 tool.setGenerate_DFA_dot(dfa); in execute()
317 tool.setGenerate_NFA_dot(nfa); in execute()
318 tool.setProfile(profile); in execute()
319 tool.setReport(report); in execute()
320 tool.setPrintGrammar(printGrammar); in execute()
321 tool.setTrace(trace); in execute()
322 tool.setVerbose(verbose); in execute()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/services/
Djava.awt.im.spi.InputMethodDescriptor1 com.ibm.icu.dev.tool.ime.indic.BengaliInputMethodDescriptor
2 com.ibm.icu.dev.tool.ime.indic.DevanagariInputMethodDescriptor
3 com.ibm.icu.dev.tool.ime.indic.GujaratiInputMethodDescriptor
4 com.ibm.icu.dev.tool.ime.indic.GurmukhiInputMethodDescriptor
5 com.ibm.icu.dev.tool.ime.indic.KannadaInputMethodDescriptor
6 com.ibm.icu.dev.tool.ime.indic.MalayalamInputMethodDescriptor
7 com.ibm.icu.dev.tool.ime.indic.OriyaInputMethodDescriptor
8 com.ibm.icu.dev.tool.ime.indic.TamilInputMethodDescriptor
9 com.ibm.icu.dev.tool.ime.indic.TeluguInputMethodDescriptor
/external/toolchain-utils/go/patch/
Dgo3.patch49 - run("go", "tool", "compile", "bug0.go")
50 - run("go", "tool", "compile", "bug1.go")
51 - run("go", "tool", "compile", "bug2.go")
52 - run(errchk, "go", "tool", "compile", "-e", "bug3.go")
53 - run("go", "tool", "link", "bug2.o")
55 + run(goCmd(), "tool", "compile", "bug0.go")
56 + run(goCmd(), "tool", "compile", "bug1.go")
57 + run(goCmd(), "tool", "compile", "bug2.go")
58 + run(errchk, goCmd(), "tool", "compile", "-e", "bug3.go")
59 + run(goCmd(), "tool", "link", "bug2.o")
[all …]
Dgo2.patch20 - cmd := []string{"go", "tool", "compile", "-e"}
26 + return runcmd(findGoCmd(), "tool", "compile", "-e", longname)
30 - cmd := []string{"go", "tool", "compile", "-e", "-D", ".", "-I", "."}
34 + cmd := []string{findGoCmd(), "tool", "compile", "-e", "-D", ".", "-I", "."}
42 - cmd := []string{"go", "tool", "link", "-w", "-o", "a.exe", "-L", "."}
48 + _, err = runcmd(findGoCmd(), "tool", "link", "-w", "-o", "a.exe", "-L", ".", pfile)
70 - cmdline := []string{"go", "tool", "compile", "-e", "-o", "a.o"}
72 + cmdline := []string{findGoCmd(), "tool", "compile", "-e", "-o", "a.o"}
144 - cmdline := []string{"go", "tool", "compile", "-e", "-o", "a.o"}
145 + cmdline := []string{findGoCmd(), "tool", "compile", "-e", "-o", "a.o"}
/external/libmojo/third_party/catapult/devil/devil/android/
Dforwarder.py66 def Map(port_pairs, device, tool=None): argument
82 if not tool:
83 tool = base_tool.BaseTool()
85 instance = Forwarder._GetInstanceLocked(tool)
86 instance._InitDeviceLocked(device, tool)
107 Forwarder._KillDeviceLocked(device, tool)
161 tool = base_tool.BaseTool()
162 Forwarder._KillDeviceLocked(device, tool)
185 def _GetInstanceLocked(tool): argument
195 Forwarder._instance = Forwarder(tool)
[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.py110 def Map(port_pairs, device, tool=None): argument
126 if not tool:
127 tool = base_tool.BaseTool()
129 instance = Forwarder._GetInstanceLocked(tool)
130 instance._InitDeviceLocked(device, tool)
156 instance._KillDeviceLocked(device, tool)
236 tool = base_tool.BaseTool()
237 instance._KillDeviceLocked(device, tool)
260 def _GetInstanceLocked(tool): argument
270 Forwarder._instance = Forwarder(tool)
[all …]
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DBuildDependencyGenerator.java28 package org.antlr.tool;
80 protected Tool tool; field in BuildDependencyGenerator
85 public BuildDependencyGenerator(Tool tool, String grammarFileName) in BuildDependencyGenerator() argument
87 this.tool = tool; in BuildDependencyGenerator()
89 grammar = tool.getRootGrammar(grammarFileName); in BuildDependencyGenerator()
91 generator = new CodeGenerator(tool, grammar, language); in BuildDependencyGenerator()
100 File outputDir = tool.getOutputDirectory(grammarFileName); in getGeneratedFileList()
116 files.add(new File(tool.getOutputDirectory(), generator.getVocabFileName())); in getGeneratedFileList()
146 outputDir = tool.getOutputDirectory(g.getFileName()); in getGeneratedFileList()
170 String libdir = tool.getLibraryDirectory(); in getDependenciesFileList()
[all …]
DInterp.java28 package org.antlr.tool;
75 Tool tool = new Tool(); in main() local
77 Grammar parser = new Grammar(tool, grammarFileName, composite); in main()
99 Grammar lexer = new Grammar(tool); in main()
102 lexer.setTool(tool); in main()
/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/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/abi-compliance-checker/
DREADME2 …ABI Compliance Checker (ABICC) - a tool for checking backward binary and source-level compatibilit…
4 …The tool checks header files and shared objects of old and new versions and analyzes changes in AP…
6 …The tool is intended for developers of software libraries and Linux maintainers who are interested…
8 …The tool is developed by Andrey Ponomarenko. You can order additional reports for visualization of…
10 …The tool is a core of the ABI Tracker and Upstream Tracker projects: https://abi-laboratory.pro/tr…
28 using the ABI Dumper (https://github.com/lvc/abi-dumper) tool:
34 additional -public-headers option of the ABI Dumper tool.
61 The tool is tested properly in the ABI Tracker and Upstream Tracker
/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/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})
/external/valgrind/drd/
DTesting.txt40 ./vg-in-place --tool=drd --check-stack-var=yes drd/tests/tsan_unittest 2>&1|less
48 ./vg-in-place --tool=drd --read-var-info=yes kate
49 ./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes kate
50 ./vg-in-place --tool=drd --read-var-info=yes --trace-children=yes knode
51 ./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes --trace-children=yes knode
52 ./vg-in-place --tool=drd --read-var-info=yes --check-stack-var=yes /usr/bin/designer
55 …./vg-in-place --tool=drd --trace-fork-join=yes --show-confl-seg=no --gen-suppressions=all /Applica…
56 …./vg-in-place --tool=drd --trace-fork-join=yes --show-confl-seg=no --gen-suppressions=all /Applica…
61 ./vg-in-place --tool=drd --read-var-info=yes --trace-children=yes gnome-terminal
79 …make -j2 -s MEMCHECK="$HOME/software/valgrind/vg-in-place --tool=drd --check-stack-var=yes --read-…
[all …]
/external/valgrind/perf/
Dvg_perf.in73 --outer-tool: tool to use by the outer valgrind (default cachegrind).
74 --outer-args: use this as outer tool args.
161 } elsif ($arg =~ /^--outer-tool=(.*)$/) {
318 foreach my $tool (@tools) {
320 my $tool_abbrev = $tool;
344 . "--command-line-only=yes --tool=$tool $extraopts -q "
374 if (not defined $first_tTool{$tool}) {
375 $first_tTool{$tool} = $tTool;
378 my $speedup = 100 - (100 * $tTool / $first_tTool{$tool});
/external/valgrind/drd/scripts/
Drun-splash253 …print_runtime_ratio "${avg1}" "${stddev1}" "${vsz1}" "${vszdev1}" "$VG" --tool=none "$@" -p${psep}…
57 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=none "$@" -p${psep}…
62 "$VG" --tool=drd --first-race-only=yes --check-stack-var=yes \
68 "$VG" --tool=drd --first-race-only=yes --check-stack-var=no \
73 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-…
77 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-…
81 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-…
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dbugpoint.pod5 bugpoint - automatic test case reduction tool
48 =item B<--tool-args> I<tool args>
50 Pass all arguments specified after --tool-args to the LLVM tool under test
54 bugpoint [bugpoint args] --tool-args -- [tool args]
56 The "--" right after the B<--tool-args> option tells B<bugpoint> to consider any
57 options starting with C<-> to be part of the B<--tool-args> option, not as
60 =item B<--safe-tool-args> I<tool args>
62 Pass all arguments specified after B<--safe-tool-args> to the "safe" execution
63 tool.
65 =item B<--gcc-tool-args> I<gcc tool args>
[all …]
/external/harfbuzz_ng/test/api/
DMakefile.am101 check-tool:
106 check-tool-raw:
114 $(AM_V_at)$(MAKE) $(AM_MAKEFLGS) check-tool-raw TOOL="$(GTESTER) --verbose --keep-going"
119 --tool=memcheck --suppressions=$(srcdir)/.valgrind-suppressions \
131 $(AM_V_at)$(MAKE) $(AM_MAKEFLGS) check-tool TOOL="valgrind $(VALGRIND_FLAGS)" \
159 .PHONY: check-symbols check-tool check-valgrind
/external/curl/tests/data/
Dtest50032 # tool is what to use instead of 'curl'
33 <tool>
35 </tool>
38 simple libcurl HTTP GET tool

12345678910>>...50