Home
last modified time | relevance | path

Searched refs:tool (Results 276 - 300 of 560) sorted by relevance

1...<<11121314151617181920>>...23

/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp74 enum libinput_tablet_tool_type libinput_tablet_tool_get_type(struct libinput_tablet_tool *tool) in libinput_tablet_tool_get_type() argument
76 return g_instance->TabletToolGetType(tool); in libinput_tablet_tool_get_type()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtrace.c159 * the tool to apply some other configs, like setting priority
525 int trace_is_off(struct trace_instance *tool, struct trace_instance *trace) in trace_is_off() argument
528 * The tool instance is always present, it is the one used to collect in trace_is_off()
531 if (!tracefs_trace_is_on(tool->inst)) in trace_is_off()
/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...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c50 #include "util/tool.h"
120 struct perf_tool tool; member
1582 static int trace__tool_process(struct perf_tool *tool, in trace__tool_process() argument
1587 struct trace *trace = container_of(tool, struct trace, tool); in trace__tool_process()
1624 err = __machine__synthesize_threads(trace->host, &trace->tool, &trace->opts.target, in trace__symbols_init()
2952 static int trace__process_sample(struct perf_tool *tool, argument
2958 struct trace *trace = container_of(tool, struct trace, tool);
4202 trace->tool
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c55 #include "util/tool.h"
129 struct perf_tool tool; member
1625 static int trace__tool_process(struct perf_tool *tool, in trace__tool_process() argument
1630 struct trace *trace = container_of(tool, struct trace, tool); in trace__tool_process()
1669 err = __machine__synthesize_threads(trace->host, &trace->tool, &trace->opts.target, in trace__symbols_init()
3013 static int trace__process_sample(struct perf_tool *tool, argument
3019 struct trace *trace = container_of(tool, struct trace, tool);
4125 trace->tool
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dthread-map.c62 static int process_event(struct perf_tool *tool __maybe_unused, in process_event()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dkvm-stat.h7 #include "tool.h"
77 struct perf_tool tool; member
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dthread-map.c63 static int process_event(struct perf_tool *tool __maybe_unused, in process_event()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dkwork.h4 #include "util/tool.h"
174 struct perf_tool tool; member
H A Dkvm-stat.h7 #include "tool.h"
81 struct perf_tool tool; member
/kernel/linux/linux-6.6/scripts/
H A Drust_is_available.sh8 min_tool_version=$(dirname $0)/min-tool-version.sh
/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()

Completed in 27 milliseconds

1...<<11121314151617181920>>...23