Home
last modified time | relevance | path

Searched refs:tool (Results 51 - 75 of 451) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_registry_tables.py15 """Generates the vendor tool table from the SPIR-V XML registry."""
55 if 'tool' in an_id.attrib:
56 tool = an_id.attrib['tool']
57 vendor_tool = vendor + ' ' + tool
59 tool = ''
63 tool,
/third_party/python/Lib/test/test_tools/
H A D__init__.py29 def skip_if_missing(tool=None):
30 if tool:
31 tooldir = os.path.join(toolsdir, tool)
33 tool = 'scripts'
36 raise unittest.SkipTest(f'{tool} directory could not be found')
/kernel/linux/linux-5.10/drivers/input/tablet/
H A Dwacom_serial4.c70 * bit 6 Sign of pressure data; or wheel-rel for cursor tool
71 * bit 5 P7; or REL1 for cursor tool
72 * bit 4 P6; or REL0 for cursor tool
173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local
333 tool = (button & wacom->eraser_mask) ? ERASER : STYLUS; in wacom_handle_packet()
335 tool = CURSOR; in wacom_handle_packet()
337 if (tool != wacom->tool && wacom->tool ! in wacom_handle_packet()
[all...]
/kernel/linux/linux-6.6/drivers/input/tablet/
H A Dwacom_serial4.c70 * bit 6 Sign of pressure data; or wheel-rel for cursor tool
71 * bit 5 P7; or REL1 for cursor tool
72 * bit 4 P6; or REL0 for cursor tool
173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local
333 tool = (button & wacom->eraser_mask) ? ERASER : STYLUS; in wacom_handle_packet()
335 tool = CURSOR; in wacom_handle_packet()
337 if (tool != wacom->tool && wacom->tool ! in wacom_handle_packet()
[all...]
/third_party/curl/tests/
H A Drunner.pm116 our $valgrind_tool="--tool=memcheck";
814 my @codepieces = getpart("client", "tool");
815 my $tool="";
817 $tool = $codepieces[0];
818 chomp $tool;
819 $tool .= exe_ext('TOOL');
831 $tool=$CMDLINE;
838 $tool=$CMDLINE;
841 elsif(!$tool && !$keywords{"unittest"}) {
869 # Default the tool t
[all...]
/third_party/libinput/src/
H A Dlibinput.h82 * An object representing a tool being used by a device with the @ref
85 * Tablet events generated by such a device are bound to a specific tool
87 * is possible to track the same physical tool across multiple
151 * Tablet tool event representing an axis update, button press, or tool
326 * Available tool types for a device with the @ref
327 * LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. The tool type defines the default
328 * usage of the tool as advertised by the manufacturer. Multiple different
329 * physical tools may share the same tool type, e.g. a Wacom Classic Pen,
334 * Note that on some device, the eraser tool i
[all...]
/third_party/libinput/export_include/
H A Dlibinput.h82 * An object representing a tool being used by a device with the @ref
85 * Tablet events generated by such a device are bound to a specific tool
87 * is possible to track the same physical tool across multiple
151 * Tablet tool event representing an axis update, button press, or tool
326 * Available tool types for a device with the @ref
327 * LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. The tool type defines the default
328 * usage of the tool as advertised by the manufacturer. Multiple different
329 * physical tools may share the same tool type, e.g. a Wacom Classic Pen,
334 * Note that on some device, the eraser tool i
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsession.h46 struct perf_tool *tool; member
68 struct perf_tool *tool);
71 struct perf_tool *tool) in perf_session__new()
73 return __perf_session__new(data, false, -1, tool); in perf_session__new()
95 void perf_tool__fill_defaults(struct perf_tool *tool);
160 int perf_event__process_finished_round(struct perf_tool *tool,
70 perf_session__new(struct perf_data *data, struct perf_tool *tool) perf_session__new() argument
H A Dtool.h18 typedef int (*event_sample)(struct perf_tool *tool, union perf_event *event,
22 typedef int (*event_op)(struct perf_tool *tool, union perf_event *event,
25 typedef int (*event_attr_op)(struct perf_tool *tool,
34 typedef int (*event_oe)(struct perf_tool *tool, union perf_event *event,
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DCollationMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
16 import org.unicode.icu.tool.cldrtoicu.IcuData;
17 import org.unicode.icu.tool.cldrtoicu.RbPath;
18 import org.unicode.icu.tool.cldrtoicu.RbValue;
19 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor;
20 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor.SubProcessor;
H A DLocaleMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
16 import org.unicode.icu.tool.cldrtoicu.IcuData;
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;
20 import org.unicode.icu.tool.cldrtoicu.RbValue;
H A DPluralRangesMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
15 import org.unicode.icu.tool.cldrtoicu.IcuData;
16 import org.unicode.icu.tool.cldrtoicu.RbPath;
17 import org.unicode.icu.tool.cldrtoicu.RbValue;
18 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor;
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c36 #include "util/tool.h"
71 struct perf_tool tool; member
220 struct report *rep = container_of(session->tool, struct report, tool); in process_feature_event()
240 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
246 struct report *rep = container_of(tool, struct report, tool); in process_sample_event()
314 static int process_read_event(struct perf_tool *tool, in process_read_event() argument
320 struct report *rep = container_of(tool, struct report, tool); in process_read_event()
[all...]
H A Dbuiltin-record.c26 #include "util/tool.h"
89 struct perf_tool tool; member
509 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event() argument
514 struct record *rec = container_of(tool, struct record, tool); in process_synthesized_event()
518 static int process_locked_synthesized_event(struct perf_tool *tool, in process_locked_synthesized_event() argument
527 ret = process_synthesized_event(tool, event, sample, machine); in process_locked_synthesized_event()
593 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace() argument
598 struct record *rec = container_of(tool, struct record, tool); in record__process_auxtrace()
967 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
1020 struct perf_tool *tool = data; perf_event__synthesize_guest_os() local
1380 struct perf_tool *tool = &rec->tool; record__synthesize() local
1612 struct perf_tool *tool = &rec->tool; __cmd_record() local
2344 build_id__process_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) build_id__process_mmap() argument
2356 build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) build_id__process_mmap2() argument
[all...]
H A Dbuiltin-mem.c11 #include "util/tool.h"
26 struct perf_tool tool; member
143 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples() argument
148 struct perf_mem *mem = container_of(tool, struct perf_mem, tool); in dump_raw_samples()
223 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
229 return dump_raw_samples(tool, event, sample, machine); in process_sample_event()
241 &mem->tool); in report_raw_events()
382 .tool = { in cmd_mem()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DLocaleMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
10 import static org.unicode.icu.tool.cldrtoicu.testing.AssertUtils.assertThrows;
11 import static org.unicode.icu.tool.cldrtoicu.testing.IcuDataSubjectFactory.assertThat;
20 import org.unicode.icu.tool.cldrtoicu.IcuData;
21 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
22 import org.unicode.icu.tool.cldrtoicu.RbValue;
23 import org.unicode.icu.tool.cldrtoicu.testing.FakeDataSupplier;
24 import org.unicode.icu.tool.cldrtoicu.testing.FakeResult;
25 import org.unicode.icu.tool.cldrtoicu.testing.FakeTransformer;
H A DTransformsMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
8 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Direction.BACKWARD;
9 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Direction.BOTH;
10 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Direction.FORWARD;
11 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Visibility.EXTERNAL;
12 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Visibility.INTERNAL;
13 import static org.unicode.icu.tool.cldrtoicu.testing.IcuDataSubjectFactory.assertThat;
31 import org.unicode.icu.tool.cldrtoicu.IcuData;
32 import org.unicode.icu.tool.cldrtoicu.RbPath;
H A DDayPeriodsMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
5 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.AFTERNOON1;
6 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.EVENING1;
7 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.MIDNIGHT;
8 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.MORNING1;
9 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.NIGHT1;
10 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.NOON;
11 import static org.unicode.icu.tool.cldrtoicu.testing.IcuDataSubjectFactory.assertThat;
23 import org.unicode.icu.tool.cldrtoicu.IcuData;
H A DAbstractPathValueMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
6 import static org.unicode.icu.tool.cldrtoicu.testing.AssertUtils.assertThrows;
7 import static org.unicode.icu.tool.cldrtoicu.testing.IcuDataSubjectFactory.assertThat;
19 import org.unicode.icu.tool.cldrtoicu.IcuData;
20 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
21 import org.unicode.icu.tool.cldrtoicu.RbValue;
22 import org.unicode.icu.tool.cldrtoicu.testing.FakeResult;
23 import org.unicode.icu.tool.cldrtoicu.testing.FakeTransformer;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DSfntTool.java50 SfntTool tool = new SfntTool(); in main()
69 tool.strip = true; in main()
71 tool.subsetString = args[i + 1]; in main()
74 tool.woff = true; in main()
76 tool.eot = true; in main()
78 tool.mtx = true; in main()
93 if (tool.woff && tool.eot) { in main()
99 tool.subsetFontFile(fontFile, outputFile, nIters); in main()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtool.h18 typedef int (*event_sample)(struct perf_tool *tool, union perf_event *event,
22 typedef int (*event_op)(struct perf_tool *tool, union perf_event *event,
25 typedef int (*event_attr_op)(struct perf_tool *tool,
33 typedef int (*event_oe)(struct perf_tool *tool, union perf_event *event,
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DIcuDataSubject.java3 package org.unicode.icu.tool.cldrtoicu.testing;
7 import org.unicode.icu.tool.cldrtoicu.IcuData;
8 import org.unicode.icu.tool.cldrtoicu.RbPath;
9 import org.unicode.icu.tool.cldrtoicu.RbValue;
/third_party/spirv-tools/utils/
H A Dgenerate_registry_tables.py15 """Generates the vendor tool table from the SPIR-V XML registry."""
56 if 'tool' in an_id.attrib:
57 tool = an_id.attrib['tool']
58 vendor_tool = vendor + ' ' + tool
60 tool = ''
64 tool,
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c36 #include "util/tool.h"
75 struct perf_tool tool; member
242 struct report *rep = container_of(session->tool, struct report, tool); in process_feature_event()
264 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
270 struct report *rep = container_of(tool, struct report, tool); in process_sample_event()
340 static int process_read_event(struct perf_tool *tool, in process_read_event() argument
346 struct report *rep = container_of(tool, struct report, tool); in process_read_event()
765 count_lost_samples_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine __maybe_unused) count_lost_samples_event() argument
[all...]
H A Dbuiltin-kwork.c781 static int process_irq_handler_entry_event(struct perf_tool *tool, in process_irq_handler_entry_event() argument
786 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_irq_handler_entry_event()
794 static int process_irq_handler_exit_event(struct perf_tool *tool, in process_irq_handler_exit_event() argument
799 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_irq_handler_exit_event()
852 static int process_softirq_raise_event(struct perf_tool *tool, in process_softirq_raise_event() argument
857 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_softirq_raise_event()
866 static int process_softirq_entry_event(struct perf_tool *tool, in process_softirq_entry_event() argument
880 process_softirq_exit_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_softirq_exit_event() argument
973 process_workqueue_activate_work_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_activate_work_event() argument
987 process_workqueue_execute_start_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_execute_start_event() argument
1001 process_workqueue_execute_end_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_execute_end_event() argument
1558 perf_kwork__process_tracepoint_sample(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_kwork__process_tracepoint_sample() argument
[all...]

Completed in 51 milliseconds

12345678910>>...19