/foundation/multimodalinput/input/test/facility/libinput_interface/include/ |
H A D | libinput_interface.h | 110 virtual enum libinput_tablet_tool_type TabletToolGetType(struct libinput_tablet_tool *tool) = 0;
|
H A D | libinput.h | 142 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 D | dwarf-unwind.c | 27 static int mmap_handler(struct perf_tool *tool __maybe_unused, in mmap_handler()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | dwarf-unwind.c | 40 static int mmap_handler(struct perf_tool *tool __maybe_unused, in mmap_handler()
|
/third_party/curl/src/ |
H A D | mkhelp.pl | 123 texts by NOT passing -c to the mkhelp.pl tool. */
|
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 67 This field sets the `crate-type` attribute for the `rustc` tool on static
|
H A D | compile_commands_writer.cc | 161 const Tool* tool = target->toolchain()->GetTool(tool_name); in WriteCommand() local 166 for (const auto& range : tool->command().ranges()) { in WriteCommand()
|
H A D | test_with_scope.cc | 319 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 D | TerritoryContainment.java | 3 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 D | CldrDataProcessorTest.java | 3 package org.unicode.icu.tool.cldrtoicu;
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | DebugWriter.java | 1 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 D | TestData.java | 3 package org.unicode.icu.tool.cldrtoicu.localedistance;
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ |
H A D | UOption.java | 13 package com.ibm.icu.dev.tool;
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | LigatureTree.java | 13 package com.ibm.icu.dev.tool.layout;
|
H A D | CanonicalCharacterData.java | 10 package com.ibm.icu.dev.tool.layout;
|
H A D | ScriptList.java | 13 package com.ibm.icu.dev.tool.layout;
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | Trans.java | 9 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__.py | 66 for line in preprocess(tool=not pure) or ():
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 17 #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 D | builtin-top.c | 743 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 D | cs-etm.c | 34 #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 D | builtin-diff.c | 16 #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 D | builtin-top.c | 744 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 D | build.sh | 467 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 D | MachOEmitter.cpp | 180 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()
|