Home
last modified time | relevance | path

Searched refs:tool (Results 101 - 125 of 560) sorted by relevance

12345678910>>...23

/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py71 assert isinstance(request.tool, IcuTool)
76 TOOL = request.tool.name,
82 TOOL = request.tool.name,
88 TOOL = request.tool.name,
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DPluralsMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
21 import org.unicode.icu.tool.cldrtoicu.IcuData;
22 import org.unicode.icu.tool.cldrtoicu.RbPath;
23 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRule.java3 package org.unicode.icu.tool.cldrtoicu.regex;
18 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.DynamicVars;
19 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
20 import org.unicode.icu.tool.cldrtoicu.RbPath;
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py71 assert isinstance(request.tool, IcuTool)
76 TOOL = request.tool.name,
82 TOOL = request.tool.name,
88 TOOL = request.tool.name,
/kernel/linux/linux-5.10/arch/loongarch/
H A DMakefile16 64bit-tool-archpref = loongarch64
23 tool-archpref = $(64bit-tool-archpref)
29 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-)
/third_party/gn/src/gn/
H A Dvisual_studio_writer_unittest.cc178 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolAlink); in TEST_F() local
179 tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
183 toolchain.SetTool(std::move(tool)); in TEST_F()
213 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolAlink); in TEST_F() local
214 tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
218 toolchain.SetTool(std::move(tool)); in TEST_F()
H A Dbuilder.cc298 for (const auto& tool : toolchain->tools()) { in ToolchainDefined()
299 if (tool.second->pool().label.is_null()) in ToolchainDefined()
303 tool.second->pool().label, tool.second->pool().origin, in ToolchainDefined()
599 for (const auto& tool : toolchain->tools()) { in ResolvePools()
600 if (tool.second->pool().label.is_null()) in ResolvePools()
604 tool.second->pool().label, toolchain->defined_from(), in ResolvePools()
607 *err = Err(tool.second->pool().origin, "Pool for tool not defined.", in ResolvePools()
609 tool in ResolvePools()
[all...]
H A Dtool.cc5 #include "gn/tool.h"
219 *err = Err(defined_from(), "This tool's command is bad.", in InitTool()
221 ? "This tool requires \"command\" to be defined." in InitTool()
222 : "This tool doesn't support \"command\"."); in InitTool()
233 std::unique_ptr<Tool> tool = CreateTool(name); in CreateTool() local
234 if (!tool) { in CreateTool()
235 *err = Err(function, "Unknown tool type."); in CreateTool()
238 if (CTool* c_tool = tool->AsC()) { in CreateTool()
240 return tool; in CreateTool()
243 if (GeneralTool* general_tool = tool in CreateTool()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-event.c172 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local
256 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
290 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
304 struct perf_tool *tool; member
333 return perf_tool__process_synth_event(data->tool, event, machine, in process_bpf_image()
427 .tool = session->tool, in perf_event__synthesize_bpf_events()
H A Dsession.h38 struct perf_tool *tool; member
58 bool repipe, struct perf_tool *tool);
78 void perf_tool__fill_defaults(struct perf_tool *tool);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf-event.c172 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local
264 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
298 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
312 struct perf_tool *tool; member
341 return perf_tool__process_synth_event(data->tool, event, machine, in process_bpf_image()
435 .tool = session->tool, in perf_event__synthesize_bpf_events()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-mem.c11 #include "util/tool.h"
30 struct perf_tool tool; member
191 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples() argument
196 struct perf_mem *mem = container_of(tool, struct perf_mem, tool); in dump_raw_samples()
265 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
271 return dump_raw_samples(tool, event, sample, machine); in process_sample_event()
288 struct perf_session *session = perf_session__new(&data, &mem->tool); in report_raw_events()
452 .tool = { in cmd_mem()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java3 package org.unicode.icu.tool.cldrtoicu.ant;
34 import org.unicode.icu.tool.cldrtoicu.AlternateLocaleData;
35 import org.unicode.icu.tool.cldrtoicu.IcuConverterConfig;
36 import org.unicode.icu.tool.cldrtoicu.LdmlConverter;
37 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType;
38 import org.unicode.icu.tool.cldrtoicu.LdmlConverterConfig.IcuLocaleDir;
39 import org.unicode.icu.tool.cldrtoicu.PseudoLocales;
40 import org.unicode.icu.tool.cldrtoicu.SupplementalData;
H A DGenerateCodeTask.java3 package org.unicode.icu.tool.cldrtoicu.ant;
5 import main.java.org.unicode.icu.tool.cldrtoicu.CodeGenerator;
6 import main.java.org.unicode.icu.tool.cldrtoicu.generator.ResourceFallbackCodeGenerator;
/third_party/libinput/test/
H A Dtest-totem.c45 struct libinput_tablet_tool *tool; in START_TEST() local
55 tool = libinput_event_tablet_tool_get_tool(t); in START_TEST()
57 ck_assert_int_eq(libinput_tablet_tool_get_type(tool), in START_TEST()
69 struct libinput_tablet_tool *tool; in START_TEST() local
79 tool = libinput_event_tablet_tool_get_tool(t); in START_TEST()
81 ck_assert(libinput_tablet_tool_has_rotation(tool)); in START_TEST()
82 ck_assert(libinput_tablet_tool_has_size(tool)); in START_TEST()
83 ck_assert(libinput_tablet_tool_has_button(tool, BTN_0)); in START_TEST()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DResultSubjectFactory.java3 package org.unicode.icu.tool.cldrtoicu.testing;
5 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
H A DRbValueSubjectFactory.java3 package org.unicode.icu.tool.cldrtoicu.testing;
5 import org.unicode.icu.tool.cldrtoicu.RbValue;
H A DIcuDataSubjectFactory.java3 package org.unicode.icu.tool.cldrtoicu.testing;
5 import org.unicode.icu.tool.cldrtoicu.IcuData;
H A DRbPathSubjectFactory.java3 package org.unicode.icu.tool.cldrtoicu.testing;
5 import org.unicode.icu.tool.cldrtoicu.RbPath;
H A DRbValueSubject.java3 package org.unicode.icu.tool.cldrtoicu.testing;
7 import org.unicode.icu.tool.cldrtoicu.RbValue;
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kvm.c19 #include "util/tool.h"
657 static int process_lost_event(struct perf_tool *tool, in process_lost_event() argument
662 struct perf_kvm_stat *kvm = container_of(tool, struct perf_kvm_stat, tool); in process_lost_event()
678 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
686 struct perf_kvm_stat *kvm = container_of(tool, struct perf_kvm_stat, in process_sample_event()
687 tool); in process_sample_event()
1095 kvm->tool = eops; in read_events()
1096 kvm->session = perf_session__new(&file, false, &kvm->tool); in read_events()
1386 kvm->tool in kvm_events_live()
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dstat.c24 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event()
64 static int process_stat_event(struct perf_tool *tool __maybe_unused, in process_stat_event()
94 static int process_stat_round_event(struct perf_tool *tool __maybe_unused, in process_stat_round_event()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dstat.c24 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event()
65 static int process_stat_event(struct perf_tool *tool __maybe_unused, in process_stat_event()
96 static int process_stat_round_event(struct perf_tool *tool __maybe_unused, in process_stat_round_event()
/kernel/uniproton/build/uniproton_ci_lib/
H A Dget_config_info.py80 tool_list = config_tree.documentElement.getElementsByTagName("tool")
82 for tool in tool_list:
83 if getNodeAtrrValue(tool, "tool_name") == tool_name:
84 return getChildNodeValueByNodeName(tool, node_name)
86 log_msg("error", "get tool config info error:{} {}".format(tool_name, node_name))
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTerritoryContainmentTest.java3 package org.unicode.icu.tool.cldrtoicu.localedistance;
7 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.territoryGroup;
8 import static org.unicode.icu.tool.cldrtoicu.testing.AssertUtils.assertThrows;

Completed in 12 milliseconds

12345678910>>...23