Home
last modified time | relevance | path

Searched refs:tool (Results 176 - 200 of 313) sorted by relevance

12345678910>>...13

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DArabicShaping.java13 package com.ibm.icu.dev.tool.layout;
H A DBuildMirroringTables.java11 package com.ibm.icu.dev.tool.layout;
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DEpochOffsets.java11 package com.ibm.icu.dev.tool.timescale;
23 * This tool calculates the numeric values of the epoch offsets
/third_party/python/PCbuild/
H A Dblurb.bat3 rem Runs the blurb tool. If necessary, will install Python and/or blurb.
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java3 package org.unicode.icu.tool.cldrtoicu.ant;
33 import org.unicode.icu.tool.cldrtoicu.LdmlConverterConfig.IcuLocaleDir;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/
H A DResourceFallbackCodeGenerator.java1 package main.java.org.unicode.icu.tool.cldrtoicu.generator;
4 import main.java.org.unicode.icu.tool.cldrtoicu.CodeGenerator;
87 out.println("// WARNING: This file is mechanically generated by the CLDR-to-ICU tool"); in generateCFile()
88 out.println("// (see tools/cldr/cldr-to-icu/src/main/java/org/unicode/tool/cldrtoicu/generator/ResourcFallbackCodeGenerator.java)."); in generateCFile()
155 out.println("// WARNING: This file is mechanically generated by the CLDR-to-ICU tool"); in generateJavaFile()
156 out.println("// (see tools/cldr/cldr-to-icu/src/main/java/org/unicode/tool/cldrtoicu/generator/ResourcFallbackCodeGenerator.java)."); in generateJavaFile()
/third_party/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak93 !ERROR The tool 'pkgdata.exe' does not exist! (Have you built all of ICU yet?).
100 !ERROR The tool 'genrb.exe' does not exist! (Have you built all of ICU yet?).
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSVersion.py78 def ToolPath(self, tool):
79 """Returns the path to a given compiler tool. """
80 return os.path.normpath(os.path.join(self.path, "VC/bin", tool))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSVersion.py78 def ToolPath(self, tool):
79 """Returns the path to a given compiler tool. """
80 return os.path.normpath(os.path.join(self.path, "VC/bin", tool))
/third_party/libinput/tools/
H A Dtest_tool_option_parsing.py183 @pytest.mark.parametrize("tool", [["foo"], ["debug"], ["foo", "--quiet"]])
184 def test_invalid_tool(libinput, tool):
185 libinput.run_command_unrecognized_tool(tool)
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
H A Dllvm.go258 func parseVersion(tool string) (Version, bool) {
259 out, err := exec.Command(tool, "--version").Output()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak76 !ERROR The tool 'pkgdata.exe' does not exist! (Have you built all of ICU yet?).
83 !ERROR The tool 'genrb.exe' does not exist! (Have you built all of ICU yet?).
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py218 for tool in androidBuildTools:
219 if which(tool, [self.env.sdk.getBuildToolsPath()]) == None:
220 raise Exception("Missing Android build tool: %s in %s" % (tool, self.env.sdk.getBuildToolsPath()))
223 for tool in requiredToolsInPath:
224 if which(tool) == None:
225 raise Exception("%s not in PATH" % tool)
953 parser.add_argument('--tool-api',
/third_party/gn/src/gn/
H A Dtarget_unittest.cc210 // Basic target with no prefix (executable type tool in the TestWithScope has in TEST_F()
222 // Target with a "lib" prefix (the static library tool in the TestWithScope in TEST_F()
613 // tool definition). Also tests GetOutputsAsSourceFiles() for source sets.
619 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolCxx); in TEST_F() local
620 CTool* cxx = tool->AsC(); in TEST_F()
622 toolchain.SetTool(std::move(tool)); in TEST_F()
655 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolCxx); in TEST_F() local
656 CTool* cxx = tool->AsC(); in TEST_F()
658 toolchain.SetTool(std::move(tool)); in TEST_F()
1376 // Tests that modulemap files use the cxx_module tool
1382 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolCxxModule); TEST_F() local
[all...]
H A Dxcode_writer.cc990 const Tool* tool = target->toolchain()->GetToolForTargetFinalOutput(target); in AddBinaryTarget() local
991 if (!tool) { in AddBinaryTarget()
993 *err = Err(nullptr, tool_name + " tool not defined", in AddBinaryTarget()
998 " doesn't define a \"" + tool_name + "\" tool."); in AddBinaryTarget()
1002 target, tool, tool->default_output_dir()) in AddBinaryTarget()
1012 "com.apple.product-type.tool", GetConfigOutputDir(output_dir), in AddBinaryTarget()
H A Dninja_build_writer.cc384 for (const auto& tool : pair.second->tools()) { in WriteAllPools()
385 if (tool.second->pool().ptr) in WriteAllPools()
386 used_pools.insert(tool.second->pool().ptr); in WriteAllPools()
/third_party/libinput/src/
H A Dlibinput-private.h741 struct libinput_tablet_tool *tool,
749 struct libinput_tablet_tool *tool,
757 struct libinput_tablet_tool *tool,
765 struct libinput_tablet_tool *tool,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp302 IO &IO, MachO::build_tool_version &tool) { in mapping()
303 IO.mapRequired("tool", tool.tool); in mapping()
304 IO.mapRequired("version", tool.version); in mapping()
301 mapping( IO &IO, MachO::build_tool_version &tool) mapping() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuData.java3 package org.unicode.icu.tool.cldrtoicu;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DVarString.java3 package org.unicode.icu.tool.cldrtoicu.regex;
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DPartitionInfoTest.java3 package org.unicode.icu.tool.cldrtoicu.localedistance;
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DFakeDataSupplier.java3 package org.unicode.icu.tool.cldrtoicu.testing;
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DNumericCodeData.java9 package com.ibm.icu.dev.tool.currency;
93 pw.println("// Build tool: com.ibm.icu.dev.tool.currency.NumericCodeData"); in writeResource()
H A DCurrencyDataEntry.java9 package com.ibm.icu.dev.tool.currency;
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIStatusConsistencyChecker.java3 package com.ibm.icu.dev.tool.docs;

Completed in 16 milliseconds

12345678910>>...13