Home
last modified time | relevance | path

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

12345678910>>...109

/external/perfetto/
DPRESUBMIT.py62 tool = 'tools/gen_bazel'
67 x, files_to_check=('.*BUILD[.]gn$', '.*[.]gni$', 'BUILD\.extras', tool))
71 if subprocess.call([tool, '--check-only']):
74 tool + ' to update them.')
80 tool = 'tools/gen_android_bp'
85 x, files_to_check=('.*BUILD[.]gn$', '.*[.]gni$', tool))
89 if subprocess.call([tool, '--check-only']):
92 'Run ' + tool + ' to update them.')
98 tool = 'tools/fix_include_guards'
102 x, files_to_check=['.*[.]cc$', '.*[.]h$', tool])
[all …]
/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
80 logging.debug('Disabling %s.', tool)
81 tool.disable()
82 if tool.is_enabled():
83 raise error.TestFail('%s did not disable correctly.' % tool)
[all …]
/external/llvm-project/openmp/runtime/tools/
Dcheck-depends.pl31 my ( $tool, $bulk, $n ) = @_;
36 runtime_error( "Fail to parse $tool output:", @bulk, "(eof)" );
56 my $tool = "ldd";
60 execute( [ $tool, $lib ], -stdout => \@bulk );
66 parse_error( $tool, @bulk, $i );
98 my $tool;
103 $tool = "x86_64-k1om-linux-readelf";
105 $tool = "readelf";
113 execute( [ $tool, "-d", $file ], -stdout => \@bulk );
119 or parse_error( $tool, @bulk, $i );
[all …]
/external/boringssl/src/tool/
Dtool.cc73 const Tool &tool = kTools[i]; in usage() local
74 if (tool.func == nullptr) { in usage()
77 printf(" %s\n", tool.name); in usage()
83 const Tool &tool = kTools[i]; in FindTool() local
84 if (tool.func == nullptr || name == tool.name) { in FindTool()
85 return tool.func; in FindTool()
113 tool_func_t tool = nullptr; in main() local
115 tool = FindTool(basename(argv[0])); in main()
117 if (tool == nullptr) { in main()
120 tool = FindTool(argv[1]); in main()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtool.cc73 const Tool &tool = kTools[i]; in usage() local
74 if (tool.func == nullptr) { in usage()
77 printf(" %s\n", tool.name); in usage()
83 const Tool &tool = kTools[i]; in FindTool() local
84 if (tool.func == nullptr || name == tool.name) { in FindTool()
85 return tool.func; in FindTool()
113 tool_func_t tool = nullptr; in main() local
115 tool = FindTool(basename(argv[0])); in main()
117 if (tool == nullptr) { in main()
120 tool = FindTool(argv[1]); in main()
[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/icu/icu4c/source/test/testdata/
DBUILDRULES.py61 tool = IcuTool("genrb"),
72 tool = IcuTool("genrb"),
81 tool = IcuTool("genrb"),
90 tool = IcuTool("genrb"),
105 tool = IcuTool("gensprep"),
114 tool = IcuTool("gensprep"),
123 tool = IcuTool("gensprep"),
132 tool = IcuTool("gensprep"),
141 tool = IcuTool("gensprep"),
165 tool = IcuTool("makeconv"),
[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/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/wayland-protocols/
Dwayland_protocol_codegen.go261 tool := ctx.OtherModuleName(module)
267 ctx.AddMissingDependencies([]string{tool})
269 ctx.ModuleErrorf("depends on disabled module %q", tool)
275 ctx.ModuleErrorf("%q is not a host tool provider", tool)
281 if _, exists := tools[tool]; !exists {
282 tools[tool] = path.Path()
284 ctx.ModuleErrorf("multiple tools for %q, %q and %q", tool, tools[tool], path.Path().String())
287 ctx.ModuleErrorf("host tool %q missing output file", tool)
294 for _, tool := range g.properties.Tool_files {
295 toolPath := android.PathForModuleSrc(ctx, tool)
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DLocaleDistanceMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.localedistance;
7 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasReason.DEPRECATED;
8 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasReason.LEGACY;
9 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasReason.MACRO;
10 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasType.LANGUAGE;
11 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasType.TERRITORY;
12 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.alias;
13 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.cldrData;
14 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.deprecatedTerritory;
15 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.languageMatch;
[all …]
DLikelySubtagsBuilderTest.java3 package org.unicode.icu.tool.cldrtoicu.localedistance;
7 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasReason.DEPRECATED;
8 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasReason.LEGACY;
9 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasReason.OVERLONG;
10 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasType.LANGUAGE;
11 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.AliasType.TERRITORY;
12 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.alias;
13 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.likelySubtag;
14 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.lsr;
/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/llvm-project/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/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/python/dateutil/
Dpyproject.toml10 [tool.towncrier]
19 [[tool.towncrier.type]]
24 [[tool.towncrier.type]]
29 [[tool.towncrier.type]]
34 [[tool.towncrier.type]]
39 [[tool.towncrier.type]]
44 [[tool.towncrier.type]]
/external/llvm-project/llvm/test/tools/llvm-objcopy/
Dtool-name.test14 # OBJCOPY: OVERVIEW: llvm-objcopy tool
23 # STRIP: OVERVIEW: llvm-strip tool
26 # RUN: ln -s llvm-install-name-tool %t/llvm-install-name-tool-10
27 # RUN: ln -s llvm-install-name-tool %t/install_name_tool.exe
29 # RUN: llvm-install-name-tool --help | FileCheck --check-prefix=INSTALL %s
30 # RUN: %t/llvm-install-name-tool-10 --help | FileCheck --check-prefix=INSTALL %s
33 # INSTALL: OVERVIEW: llvm-install-name-tool tool
43 # BITCODE-STRIP: OVERVIEW: llvm-bitcode-strip tool
/external/chromium-trace/catapult/devil/devil/android/
Dforwarder.py124 def Map(port_pairs, device, tool=None): argument
140 if not tool:
141 tool = base_tool.BaseTool()
143 instance = Forwarder._GetInstanceLocked(tool)
144 instance._InitDeviceLocked(device, tool)
171 instance._KillDeviceLocked(device, tool)
252 tool = base_tool.BaseTool()
253 instance._KillDeviceLocked(device, tool)
276 def _GetInstanceLocked(tool): argument
286 Forwarder._instance = Forwarder(tool)
[all …]
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo3.patch33 - run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
34 - run("go", "tool", "pack", "grc", "pp.a", "p.o")
35 - run("go", "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go"))
37 + run(goCmd(), "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
38 + run(goCmd(), "tool", "pack", "grc", "pp.a", "p.o")
39 + run(goCmd(), "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go"))
87 - run("go", "tool", "compile", "-N", "-o", "slow.o", "pkg.go")
88 - run("go", "tool", "compile", "-o", "fast.o", "pkg.go")
89 - run("go", "tool", "compile", "-o", "main.o", "main.go")
90 - run("go", "tool", "link", "-o", "a.exe", "main.o")
[all …]
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo3.patch34 - run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
35 - run("go", "tool", "pack", "grc", "pp.a", "p.o")
36 - run("go", "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go"))
38 + run(goCmd(), "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
39 + run(goCmd(), "tool", "pack", "grc", "pp.a", "p.o")
40 + run(goCmd(), "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go"))
88 - run("go", "tool", "compile", "-N", "-o", "slow.o", "pkg.go")
89 - run("go", "tool", "compile", "-o", "fast.o", "pkg.go")
90 - run("go", "tool", "compile", "-o", "main.o", "main.go")
91 - run("go", "tool", "link", "-o", "a.exe", "main.o")
[all …]
/external/pigweed/pw_toolchain/dummy/
DBUILD.gn22 tool("stamp") {
26 tool("copy") {
36 tool("asm") {
42 tool("cc") {
48 tool("cxx") {
54 tool("link") {
59 tool("alink") {
64 tool("solink") {
/external/llvm-project/openmp/tools/multiplex/
DREADME.md2 The OMPT-Multiplexing header file allows a tool to load a second tool to
3 overcome the restriction of the OpenMP to only load one tool at a time.
29 … of first tool must include the following with the convention, that the environment variable conta…
34 Note that functions and variables with prefix "ompt_multiplex" are reserved by the tool
40 …$ OMP_TOOL_LIBRARIES=/path/to/first/tool.so EXAMPLE_TOOL_LBRARIES=/path/to/second/tool.so ./progra…
53 This will reverse the calling order of the current tool and its client. In order to avoid this, one…
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralRangesMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
5 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.FEW;
6 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.MANY;
7 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.ONE;
8 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.OTHER;
9 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.TWO;
10 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.ZERO;
11 import static org.unicode.icu.tool.cldrtoicu.testing.IcuDataSubjectFactory.assertThat;
22 import org.unicode.icu.tool.cldrtoicu.IcuData;
23 import org.unicode.icu.tool.cldrtoicu.RbValue;
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dinstall-name-tool-prepend-rpath.test4 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.i386
5 # RUN: llvm-install-name-tool -prepend_rpath first_rpath %t.i386
9 # RUN: llvm-install-name-tool -add_rpath @executable_path/. %t.x86_64
10 # RUN: llvm-install-name-tool -prepend_rpath first_rpath %t.x86_64
23 # RUN: llvm-install-name-tool -prepend_rpath first_rpath %t.dylib
30 # RUN: not llvm-install-name-tool -prepend_rpath first_rpath %t.i386 2>&1 | \
36 # RUN: not llvm-install-name-tool -prepend_rpath @executable_X \
43 # RUN: not llvm-install-name-tool -prepend_rpath foo \
50 # RUN: not llvm-install-name-tool -prepend_rpath foo \
58 # RUN: llvm-install-name-tool -prepend_rpath abcd %t.x86_64

12345678910>>...109