Home
last modified time | relevance | path

Searched refs:tool (Results 126 - 150 of 455) sorted by relevance

12345678910>>...19

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DFakeResult.java3 package org.unicode.icu.tool.cldrtoicu.testing;
10 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
11 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;
H A DRbPathSubject.java3 package org.unicode.icu.tool.cldrtoicu.testing;
7 import org.unicode.icu.tool.cldrtoicu.RbPath;
/test/testfwk/xdevice/src/xdevice/_core/
H A Dvariables.py117 tool_logger_plugin = get_plugin(Plugin.LOG, LogType.tool)
121 @Plugin(type=Plugin.LOG, id=LogType.tool, enabled=True)
129 return LogType.tool
142 tool_logger_plugin = get_plugin(Plugin.LOG, LogType.tool)[0] or ToolLog()
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dmakefile.py133 if request.tool.name == "make":
135 elif request.tool.name == "gentest":
138 assert isinstance(request.tool, IcuTool)
140 TOOL = request.tool.name
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dmakefile.py133 if request.tool.name == "make":
135 elif request.tool.name == "gentest":
138 assert isinstance(request.tool, IcuTool)
140 TOOL = request.tool.name
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
26 import org.unicode.icu.tool.cldrtoicu.IcuData;
27 import org.unicode.icu.tool.cldrtoicu.RbPath;
28 import org.unicode.icu.tool.cldrtoicu.RbValue;
29 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor;
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBcp47MapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
5 import static org.unicode.icu.tool.cldrtoicu.testing.IcuDataSubjectFactory.assertThat;
15 import org.unicode.icu.tool.cldrtoicu.IcuData;
16 import org.unicode.icu.tool.cldrtoicu.RbPath;
17 import org.unicode.icu.tool.cldrtoicu.RbValue;
H A DCollationMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
5 import static org.unicode.icu.tool.cldrtoicu.testing.IcuDataSubjectFactory.assertThat;
16 import org.unicode.icu.tool.cldrtoicu.IcuData;
/kernel/linux/linux-5.10/tools/perf/util/
H A Djitdump.c65 struct perf_tool tool; member
72 #define get_jit_tool(t) (container_of(tool, struct jit_tool, tool))
405 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
503 ret = perf_event__process_mmap2(tool, event, &sample, jd->machine); in jit_repipe_code_load()
512 build_id__mark_dso_hit(tool, event, &sample, NULL, jd->machine); in jit_repipe_code_load()
521 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
595 ret = perf_event__process_mmap2(tool, even in jit_repipe_code_move()
[all...]
H A Ddata-convert-bt.c27 #include "tool.h"
87 struct perf_tool tool; member
789 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
795 struct convert *c = container_of(tool, struct convert, tool); in process_sample_event()
868 static int process_##_name##_event(struct perf_tool *tool, \
873 struct convert *c = container_of(tool, struct convert, tool);\
900 return perf_event__process_##_name(tool, _event, sample, machine);\
1605 .tool in bt_convert__perf2ctf()
[all...]
H A Dbuild-id.h8 #include "tool.h"
32 int build_id__mark_dso_hit(struct perf_tool *tool, union perf_event *event,
38 int perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event,
/kernel/linux/linux-6.6/tools/perf/util/
H A Djitdump.c60 struct perf_tool tool; member
67 #define get_jit_tool(t) (container_of(tool, struct jit_tool, tool))
427 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
526 ret = perf_event__process_mmap2(tool, event, &sample, jd->machine); in jit_repipe_code_load()
535 build_id__mark_dso_hit(tool, event, &sample, NULL, jd->machine); in jit_repipe_code_load()
546 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
621 ret = perf_event__process_mmap2(tool, even in jit_repipe_code_move()
[all...]
H A Ddata-convert-bt.c26 #include "tool.h"
91 struct perf_tool tool; member
795 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
801 struct convert *c = container_of(tool, struct convert, tool); in process_sample_event()
874 static int process_##_name##_event(struct perf_tool *tool, \
879 struct convert *c = container_of(tool, struct convert, tool);\
906 return perf_event__process_##_name(tool, _event, sample, machine);\
1611 .tool in bt_convert__perf2ctf()
[all...]
H A Dhisi-ptt.c27 #include "tool.h"
87 struct perf_tool *tool __maybe_unused) in hisi_ptt_process_event()
94 struct perf_tool *tool __maybe_unused) in hisi_ptt_process_auxtrace_event()
129 struct perf_tool *tool __maybe_unused) in hisi_ptt_flush()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DRbPathTest.java3 package org.unicode.icu.tool.cldrtoicu;
6 import static org.unicode.icu.tool.cldrtoicu.testing.AssertUtils.assertThrows;
7 import static org.unicode.icu.tool.cldrtoicu.testing.RbPathSubjectFactory.assertThat;
/kernel/linux/linux-5.10/drivers/hid/
H A Dwacom_wac.c56 input_report_key(input, wacom_wac->tool[0], 0); in wacom_force_proxout()
62 wacom_wac->tool[0] = 0; in wacom_force_proxout()
78 hid_warn(wacom->hdev, "%s: tool appears to be hung in-prox. forcing it out.\n", __func__); in wacom_idleprox_timeout()
134 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_penpartner_irq()
136 input_report_key(input, wacom->tool[0], 1); in wacom_penpartner_irq()
137 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ in wacom_penpartner_irq()
144 input_report_key(input, wacom->tool[0], 0); in wacom_penpartner_irq()
145 input_report_abs(input, ABS_MISC, 0); /* report tool id */ in wacom_penpartner_irq()
153 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */ in wacom_penpartner_irq()
187 wacom->tool[ in wacom_pl_irq()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dwacom_wac.c51 input_report_key(input, wacom_wac->tool[0], 0); in wacom_force_proxout()
57 wacom_wac->tool[0] = 0; in wacom_force_proxout()
73 hid_warn(wacom->hdev, "%s: tool appears to be hung in-prox. forcing it out.\n", __func__); in wacom_idleprox_timeout()
134 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_penpartner_irq()
136 input_report_key(input, wacom->tool[0], 1); in wacom_penpartner_irq()
137 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ in wacom_penpartner_irq()
144 input_report_key(input, wacom->tool[0], 0); in wacom_penpartner_irq()
145 input_report_abs(input, ABS_MISC, 0); /* report tool id */ in wacom_penpartner_irq()
153 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */ in wacom_penpartner_irq()
187 wacom->tool[ in wacom_pl_irq()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c33 #include "util/tool.h"
46 struct perf_tool tool; member
259 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
265 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool); in process_sample_event()
473 .tool = { in cmd_annotate()
593 annotate.session = perf_session__new(&data, false, &annotate.tool); in cmd_annotate()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddlfilter-test.c24 #include "tool.h"
43 struct perf_tool tool; member
65 static int process(struct perf_tool *tool, union perf_event *event, in process() argument
69 struct test_data *td = container_of(tool, struct test_data, tool); in process()
122 return perf_event__synthesize_attr(&td->tool, &attr, 1, id, process); in write_attr()
197 err = process(&td->tool, event, &sample, td->machine); in write_sample()
/third_party/icu/icu4c/source/python/icutools/databuilder/
H A Drequest_types.py86 # What tool to execute
87 self.tool = None
89 # Argument string to pass to the tool with optional placeholders
204 tool = self.tool,
216 tool = self.tool,
327 tool = IcuTool("genrb"),
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformerTest.java3 package org.unicode.icu.tool.cldrtoicu.regex;
7 import static org.unicode.icu.tool.cldrtoicu.testing.AssertUtils.assertThrows;
8 import static org.unicode.icu.tool.cldrtoicu.testing.ResultSubjectFactory.assertThat;
17 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer;
18 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
19 import org.unicode.icu.tool.cldrtoicu.RbPath;
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Drequest_types.py86 # What tool to execute
87 self.tool = None
89 # Argument string to pass to the tool with optional placeholders
204 tool = self.tool,
216 tool = self.tool,
327 tool = IcuTool("genrb"),
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Devent.c9 #include "../../../util/tool.h"
15 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps() argument
66 if (perf_tool__process_synth_event(tool, event, machine, in perf_event__synthesize_extra_kmaps()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-evlist.c19 #include "util/tool.h"
38 struct perf_tool tool = { in __cmd_evlist() local
45 session = perf_session__new(&data, &tool); in __cmd_evlist()

Completed in 20 milliseconds

12345678910>>...19