Home
last modified time | relevance | path

Searched refs:tool (Results 426 - 450 of 560) sorted by relevance

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

/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go15 // idlgen is a tool used to generate code from WebIDL files and a golang
43 idlgen is a tool used to generate code from WebIDL files and a golang
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go15 // roll-release is a tool to roll changes in Tint release branches into Dawn,
66 %[1]v is a tool to synchronize Dawn's release branches with Tint.
91 // This tool uses a mix of 'go-git' and the command line git.
/third_party/typescript/tests/ts_extra_tests/tool/
H A Dtestcfg.py22 from tool.test_helper import read_declaration
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c3 * This is rewrite of original c2c tool introduced in here:
6 * The original tool was changed to fit in current perf state.
32 #include "tool.h"
83 struct perf_tool tool; member
257 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event()
364 .tool = {
2755 session = perf_session__new(&data, 0, &c2c.tool); in perf_c2c__report()
H A Dbuiltin-lock.c19 #include "util/tool.h"
809 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c3 * This is rewrite of original c2c tool introduced in here:
6 * The original tool was changed to fit in current perf state.
32 #include "tool.h"
87 struct perf_tool tool; member
275 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event()
388 .tool = {
3076 session = perf_session__new(&data, &c2c.tool); in perf_c2c__report()
H A Dbuiltin-lock.c24 #include "util/tool.h"
1504 static int process_event_update(struct perf_tool *tool, in process_event_update() argument
1510 ret = perf_event__process_event_update(tool, event, pevlist); in process_event_update()
1523 static int process_sample_event(struct perf_tool *tool __maybe_unused, in process_sample_event()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java10 package com.ibm.icu.dev.tool.localeconverter;
35 import com.ibm.icu.dev.tool.UOption;
230 "example: com.ibm.icu.dev.tool.localeconverter.XLIFF2ICUConverter -t <optional argument> -s xxx -d yyy myResources.xlf"); in usage()
1240 "// * Tool: com.ibm.icu.dev.tool.localeconverter.XLIFF2ICUConverter.java" + LINESEP + in writeHeader()
/third_party/gn/src/gn/
H A Dvariables.cc565 variables in the same way that compiler tools (see "gn help tool") do. These
605 executable, it's assumed that the executable is a tool that is producing part
758 in compile_xcassets tool.
804 "asmflags" are passed to any invocation of a tool that takes an .asm or .S
1493 "lib_switch" attribute of the linker tool. Generally you would set the
1496 of the tool.
1545 specified on the tool will be used. If set to the empty string, no output
1549 which the linker tool will generally use to specify the output file name. See
1550 "gn help tool".
1589 executables (see "gn help tool")
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c21 #include "tool.h"
3450 struct perf_tool *tool) in intel_pt_process_event()
3460 if (!tool->ordered_events) { in intel_pt_process_event()
3534 static int intel_pt_flush(struct perf_session *session, struct perf_tool *tool) in intel_pt_flush() argument
3543 if (!tool->ordered_events) in intel_pt_flush()
3601 struct perf_tool *tool __maybe_unused) in intel_pt_process_auxtrace_event()
3665 static int intel_pt_event_synth(struct perf_tool *tool, in intel_pt_event_synth() argument
3671 container_of(tool, struct intel_pt_synth, dummy_tool); in intel_pt_event_synth()
3447 intel_pt_process_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool) intel_pt_process_event() argument
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_intel_pt.sh339 /* Create an MMAP event for the jitdump file. That is how perf tool finds it. */
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalData.java3 package org.unicode.icu.tool.cldrtoicu;
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java14 package com.ibm.icu.dev.tool.docs;
H A DCodeMangler.java10 package com.ibm.icu.dev.tool.docs;
H A DCheckAPI.java27 * -doclet com.ibm.icu.dev.tool.docs.CheckAPI
30 * -compare c:/doug/cvsproj/icu4j/src/com/ibm/icu/dev/tool/docs/api2_6_1.txt
42 package com.ibm.icu.dev.tool.docs;
566 // this.compare = "c:/doug/cvsproj/icu4j/src/com/ibm/icu/dev/tool/docs/api2_8.txt"; in CheckAPI()
734 bw.write("<p><i>Contents generated by CheckAPI tool.<br/>Copyright (C) 2004, International Business Machines Corporation, All Rights Reserved.</i></p>"); in run()
H A DICUJDKCompare.java11 package com.ibm.icu.dev.tool.docs;
/kernel/linux/linux-6.6/include/linux/
H A Dhid.h538 /* tool related state */
539 bool tool_active; /* whether the current tool is active */
540 unsigned int tool; /* BTN_TOOL_* */ member
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java28 import com.ibm.icu.dev.tool.UOption;
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go15 // run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
58 run-cts is a tool used to run the WebGPU CTS using the Dawn module for NodeJS
/third_party/spirv-tools/source/
H A Dopcode.cpp43 // Represents a vendor tool entry in the SPIR-V XML Registry.
47 const char* tool; // Might be empty string. member
48 const char* vendor_tool; // Combination of vendor and tool.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h843 uint32_t tool; // enum for the tool member
844 uint32_t version; // version of the tool
854 uint32_t ntools; // number of tool entries following this
1317 sys::swapByteOrder(C.tool); in swapStruct()
/third_party/ffmpeg/
H A Dconfigure370 --toolchain=NAME set tool defaults according to NAME
375 --nm=NM use nm tool NM [$nm_default]
376 --ar=AR use archive tool AR [$ar_default]
378 --ln_s=LN_S use symbolic link tool LN_S [$ln_s_default]
379 --strip=STRIP use strip tool STRIP [$strip_default]
390 --pkg-config=PKGCONFIG use pkg-config tool PKGCONFIG [$pkg_config_default]
495 --enable-ossfuzz Enable building fuzzer tool
4344 target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz --alloc-fn=av_calloc --alloc-fn=av_fast_padded_malloc --alloc-fn=av_fast_malloc --alloc-fn=av_realloc_f --alloc-fn=av_fast_realloc --alloc-fn=av_realloc"
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java3 package ohos.global.icu.dev.tool.locale;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java28 import ohos.global.icu.dev.tool.locale.LikelySubtagsBuilder;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java27 import com.ibm.icu.dev.tool.locale.LikelySubtagsBuilder;

Completed in 51 milliseconds

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