Home
last modified time | relevance | path

Searched refs:tool (Results 326 - 350 of 560) sorted by relevance

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

/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h110 virtual enum libinput_tablet_tool_type TabletToolGetType(struct libinput_tablet_tool *tool) = 0;
H A Dlibinput.h142 enum libinput_tablet_tool_type libinput_tablet_tool_get_type(struct libinput_tablet_tool *tool);
/kernel/linux/linux-5.10/tools/perf/tests/
H A Ddwarf-unwind.c27 static int mmap_handler(struct perf_tool *tool __maybe_unused, in mmap_handler()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddwarf-unwind.c40 static int mmap_handler(struct perf_tool *tool __maybe_unused, in mmap_handler()
/third_party/curl/src/
H A Dmkhelp.pl123 texts by NOT passing -c to the mkhelp.pl tool. */
/third_party/gn/src/gn/
H A Drust_variables.cc67 This field sets the `crate-type` attribute for the `rustc` tool on static
H A Dcompile_commands_writer.cc161 const Tool* tool = target->toolchain()->GetTool(tool_name); in WriteCommand() local
166 for (const auto& range : tool->command().ranges()) { in WriteCommand()
H A Dtest_with_scope.cc319 void TestWithScope::SetCommandForTool(const std::string& cmd, Tool* tool) { in SetCommandForTool() argument
325 tool->set_command(command); in SetCommandForTool()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTerritoryContainment.java3 package org.unicode.icu.tool.cldrtoicu.localedistance;
81 // (and since this is a build-time tool, that's probably fine). in TerritoryContainment()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DCldrDataProcessorTest.java3 package org.unicode.icu.tool.cldrtoicu;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DDebugWriter.java1 package org.unicode.icu.tool.cldrtoicu;
43 private static final String PACKAGE_ROOT = "org.unicode.icu.tool.cldrtoicu";
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTestData.java3 package org.unicode.icu.tool.cldrtoicu.localedistance;
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
H A DUOption.java13 package com.ibm.icu.dev.tool;
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java13 package com.ibm.icu.dev.tool.layout;
H A DCanonicalCharacterData.java10 package com.ibm.icu.dev.tool.layout;
H A DScriptList.java13 package com.ibm.icu.dev.tool.layout;
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DTrans.java9 package com.ibm.icu.dev.tool.translit;
139 System.out.println("Usage: java com.ibm.icu.dev.tool.translit.Trans [-html] <trans> ( <input> | -i <infile>) [ -o <outfile> ]"); in usage()
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A D__main__.py66 for line in preprocess(tool=not pure) or ():
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-diff.c17 #include "util/tool.h"
40 struct perf_tool tool; member
391 static int diff__process_sample_event(struct perf_tool *tool, in diff__process_sample_event() argument
397 struct perf_diff *pdiff = container_of(tool, struct perf_diff, tool); in diff__process_sample_event()
469 .tool = {
1159 d->session = perf_session__new(&d->data, false, &pdiff.tool); in check_file_brstack()
1191 d->session = perf_session__new(&d->data, false, &pdiff.tool); in __cmd_diff()
H A Dbuiltin-top.c743 static void perf_event__process_sample(struct perf_tool *tool, in perf_event__process_sample() argument
749 struct perf_top *top = container_of(tool, struct perf_top, tool); in perf_event__process_sample()
1037 * Because perf top is the only tool which has in perf_top__start_counters()
1204 perf_event__process_sample(&top->tool, event, evsel, in deliver_event()
1258 top->tool.namespace_events = true; in __cmd_top()
1261 top->tool.cgroup_events = true; in __cmd_top()
1274 ret = perf_event__synthesize_cgroups(&top->tool, perf_event__process, in __cmd_top()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcs-etm.c34 #include "tool.h"
525 struct perf_tool *tool) in cs_etm__flush_events()
534 if (!tool->ordered_events) in cs_etm__flush_events()
1262 static int cs_etm__event_synth(struct perf_tool *tool, in cs_etm__event_synth() argument
1268 container_of(tool, struct cs_etm_synth, dummy_tool); in cs_etm__event_synth()
2338 struct perf_tool *tool) in cs_etm__process_event()
2349 if (!tool->ordered_events) { in cs_etm__process_event()
2384 struct perf_tool *tool __maybe_unused) in cs_etm__process_auxtrace_event()
524 cs_etm__flush_events(struct perf_session *session, struct perf_tool *tool) cs_etm__flush_events() argument
2335 cs_etm__process_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool) cs_etm__process_event() argument
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-diff.c16 #include "util/tool.h"
40 struct perf_tool tool; member
391 static int diff__process_sample_event(struct perf_tool *tool, in diff__process_sample_event() argument
397 struct perf_diff *pdiff = container_of(tool, struct perf_diff, tool); in diff__process_sample_event()
471 .tool = {
1161 d->session = perf_session__new(&d->data, &pdiff.tool); in check_file_brstack()
1193 d->session = perf_session__new(&d->data, &pdiff.tool); in __cmd_diff()
H A Dbuiltin-top.c744 static void perf_event__process_sample(struct perf_tool *tool, in perf_event__process_sample() argument
750 struct perf_top *top = container_of(tool, struct perf_top, tool); in perf_event__process_sample()
1035 * Because perf top is the only tool which has in perf_top__start_counters()
1202 perf_event__process_sample(&top->tool, event, evsel, in deliver_event()
1264 top->tool.namespace_events = true; in __cmd_top()
1267 top->tool.cgroup_events = true; in __cmd_top()
1280 ret = perf_event__synthesize_cgroups(&top->tool, perf_event__process, in __cmd_top()
/applications/standard/hap/
H A Dbuild.sh467 java -jar hap-sign-tool.jar sign-profile -keyAlias "openharmony application profile release" -signAlg "SHA256withECDSA" -mode "localSign" -profileCertFile "OpenHarmonyProfileRelease.pem" -inFile "${arg_profile}" -keystoreFile "OpenHarmony.p12" -outFile "openharmony_sx.p7b" -keyPwd "123456" -keystorePwd "123456"
468 java -jar hap-sign-tool.jar sign-app -keyAlias "openharmony application release" -signAlg "SHA256withECDSA" -mode "localSign" -appCertFile "OpenHarmonyApplication.pem" -profileFile "${arg_p7b}" -inFile "${nosign_hap_path}" -keystoreFile "OpenHarmony.p12" -outFile "${sign_hap_path}" -keyPwd "123456" -keystorePwd "123456"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp180 struct MachO::build_tool_version tool = T; in writeLoadCommandData() local
182 MachO::swapStruct(tool); in writeLoadCommandData()
183 OS.write(reinterpret_cast<const char *>(&tool), in writeLoadCommandData()

Completed in 23 milliseconds

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