Home
last modified time | relevance | path

Searched refs:tools (Results 151 - 175 of 548) sorted by relevance

12345678910>>...22

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dshrinker_test.cpp149 SpirvTools tools(env); in TEST()
152 tools.Assemble(kReferenceModule, &reference_binary, kFuzzAssembleOption)); in TEST()
327 SpirvTools tools(env); in TEST()
330 tools.Assemble(kReferenceModule, &reference_binary, kFuzzAssembleOption)); in TEST()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dfuzzer.cc29 #include "spirv-tools/libspirv.hpp"
127 spvtools::SpirvTools tools(context->params.mutator_params.target_env); in IsValid()
128 tools.SetMessageConsumer(CLIMessageConsumer); in IsValid()
129 return tools.IsValid() && tools.Validate(binary.data(), binary.size(), in IsValid()
/third_party/spirv-tools/test/fuzz/
H A Dshrinker_test.cpp149 SpirvTools tools(env); in TEST()
152 tools.Assemble(kReferenceModule, &reference_binary, kFuzzAssembleOption)); in TEST()
327 SpirvTools tools(env); in TEST()
330 tools.Assemble(kReferenceModule, &reference_binary, kFuzzAssembleOption)); in TEST()
/kernel/linux/linux-5.10/tools/perf/arch/s390/
H A DMakefile16 sysprf := $(srctree)/tools/perf/arch/s390/entry/syscalls
24 @(test -d ../../kernel -a -d ../../tools -a -d ../perf && ( \
/kernel/linux/linux-5.10/tools/build/tests/ex/
H A DMakefile9 include $(srctree)/tools/build/Makefile.include
15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/kernel/liteos_a/
H A Dconfig.mk31 -include $(LITEOSTOPDIR)/tools/build/mk/los_config.mk
33 -include $(LITEOSTOPDIR)/tools/build/mk/liteos_tables_ldflags.mk
/kernel/linux/linux-6.6/tools/build/tests/ex/
H A DMakefile9 include $(srctree)/tools/build/Makefile.include
15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/kernel/linux/linux-6.6/tools/lib/bpf/
H A DMakefile2 # Most of this file is copied from tools/lib/traceevent/Makefile
16 # This will work when bpf is built in tools env. where srctree
36 include $(srctree)/tools/scripts/Makefile.arch
52 include $(srctree)/tools/scripts/Makefile.include
64 -I$(srctree)/tools/include -I$(srctree)/tools/include/uapi
112 include $(srctree)/tools/build/Makefile.include
147 echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version at 'include/uapi/linux/bpf.h'" >&2 )) || true
150 echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf_common.h' differs from latest version at 'include/uapi/linux/bpf_common.h'" >&2 )) || true
153 echo "Warning: Kernel ABI header at 'tools/includ
[all...]
/kernel/linux/linux-5.10/arch/loongarch/
H A DMakefile7 $(Q)$(MAKE) $(build)=arch/loongarch/tools elf-entry
8 $(Q)$(MAKE) $(build)=arch/loongarch/boot/tools relocs
107 entry-y = $(shell $(objtree)/arch/loongarch/tools/elf-entry vmlinux)
199 $(Q)$(MAKE) $(clean)=arch/loongarch/boot/tools
200 $(Q)$(MAKE) $(clean)=arch/loongarch/tools
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak72 TOOLS_TS=$(ICUTMP)\tools.timestamp
140 # Directory under which all of the ICU data building tools live.
142 ICUTOOLS=$(ICUP)\source\tools
143 !MESSAGE ICU tools path is $(ICUTOOLS)
153 # In order to support cross-compiling for ARM/ARM64 using the x64 tools
170 # Generally the tools want to run on the same architecture as is being built.
171 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path.
172 # Since tools, particularly pkggen, have architecture built-in, we made x64 on
173 # Windows be machine-independent and use those tools for both ARM and ARM64.
174 # Note: If we're building ARM/ARM64 Debug, then we'll use the x64 Debug tools
[all...]
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak72 TOOLS_TS=$(ICUTMP)\tools.timestamp
140 # Directory under which all of the ICU data building tools live.
142 ICUTOOLS=$(ICUP)\source\tools
143 !MESSAGE ICU tools path is $(ICUTOOLS)
146 # In order to support cross-compiling for ARM/ARM64 using the x64 tools
163 # Generally the tools want to run on the same architecture as is being built.
164 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path.
165 # Since tools, particularly pkggen, have architecture built-in, we made x64 on
166 # Windows be machine-independent and use those tools for both ARM and ARM64.
167 # Note: If we're building ARM/ARM64 Debug, then we'll use the x64 Debug tools
[all...]
/third_party/node/
H A Dvcbuild.bat227 call tools\msvs\find_python.cmd
231 if not defined openssl_no_asm if "%target_arch%" NEQ "arm64" call tools\msvs\find_nasm.cmd
264 call tools\msvs\vswhere_usability_wrapper.cmd "[17.0,18.0)" %target_arch% "prerelease"
304 call tools\msvs\vswhere_usability_wrapper.cmd "[16.0,17.0)" %target_arch% "prerelease"
414 call tools\sign.bat Release\node.exe
436 %x64_node_exe% tools\license2rtf.mjs < LICENSE > %config%\license.rtf
438 %node_exe% tools\license2rtf.mjs < LICENSE > %config%\license.rtf
483 copy /Y ..\tools\msvs\nodevars.bat %TARGET_NAME%\ > nul
485 copy /Y ..\tools\msvs\install_tools\*.* %TARGET_NAME%\ > nul
500 python ..\tools\instal
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile16 BPF_DIR = $(srctree)/tools/lib/bpf
80 -I$(srctree)/tools/include \
81 -I$(srctree)/tools/include/uapi
123 include $(srctree)/tools/build/Makefile.feature
216 -I$(srctree)/tools/include/uapi/ \
254 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/kernel/linux/linux-5.10/
H A DMakefile212 # See the file "Documentation/dev-tools/sparse.rst" for more details,
457 RESOLVE_BTFIDS = $(objtree)/tools/bpf/resolve_btfids/resolve_btfids
1127 objtool_target := tools/objtool FORCE
1136 resolve_btfids_O = $(abspath $(objtree))/tools/bpf/resolve_btfids
1138 # tools/bpf/resolve_btfids directory might not exist
1142 $(Q)$(MAKE) -sC $(srctree)/tools/bpf/resolve_btfids O=$(resolve_btfids_O) clean
1148 resolve_btfids_target := tools/bpf/resolve_btfids FORCE
1191 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools)
1379 $(Q)$(MAKE) -C $(srctree)/tools/testing/selftests run_tests
1382 $(Q)$(MAKE) -C $(srctree)/tools/testin
[all...]
/kernel/linux/linux-5.10/tools/usb/
H A DMakefile2 # Makefile for USB tools
16 override CFLAGS += -O2 -Wall -Wextra -g -D_GNU_SOURCE -I$(OUTPUT)include -I$(srctree)/tools/include
25 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-5.10/scripts/
H A DMakefile19 HOSTCFLAGS_sorttable.o = -I$(srctree)/tools/include
37 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/$(ARCH)/include
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A DMakefile45 CFLAGS += -I$(srctree)/tools/include/
54 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-5.10/tools/build/
H A DMakefile7 include $(srctree)/tools//scripts/Makefile.include
29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_java_symbol.sh25 if [ -e "$PWD/tools/perf/libperf-jvmti.so" ]; then
26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so
33 elif [ -e "/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvmti.so" ]; then
34 LIBJVMTI=/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvmti.so
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/
H A DMakefile18 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
22 CFLAGS += -I$(top_srcdir)/tools/include
/kernel/linux/linux-6.6/tools/usb/
H A DMakefile2 # Makefile for USB tools
16 override CFLAGS += -O2 -Wall -Wextra -g -D_GNU_SOURCE -I$(OUTPUT)include -I$(srctree)/tools/include
25 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-6.6/tools/build/
H A DMakefile7 include $(srctree)/tools//scripts/Makefile.include
29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/kernel/linux/linux-6.6/scripts/
H A DMakefile26 HOSTCFLAGS_sorttable.o = -I$(srctree)/tools/include
36 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/x86/include
/third_party/jerryscript/tools/runners/
H A Drun-benchmarks.sh22 ./tools/perf.sh 5 $ENGINE ./tests/benchmarks/$1.js
23 ./tools/rss-measure.sh $ENGINE ./tests/benchmarks/$1.js
/third_party/node/deps/v8/tools/jsfunfuzz/
H A Dfuzz-harness.sh16 jsfunfuzz_dir="$v8_root/tools/jsfunfuzz"
35 jsfunfuzz_file="$v8_root/tools/jsfunfuzz.zip"
52 --- tools/jsfunfuzz/jsfunfuzz/multi_timed_run.py~
53 +++ tools/jsfunfuzz/jsfunfuzz/multi_timed_run.py

Completed in 11 milliseconds

12345678910>>...22