Home
last modified time | relevance | path

Searched refs:tools (Results 176 - 200 of 401) sorted by relevance

12345678910>>...17

/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release-bazel/
H A Dbuild.bat40 set BAZEL_SH=c:\tools\msys64\usr\bin\bash.exe
41 set BAZEL_PYTHON=c:\tools\python2\python.exe
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/
H A Dbuild.bat40 set BAZEL_SH=c:\tools\msys64\usr\bin\bash.exe
41 set BAZEL_PYTHON=c:\tools\python2\python.exe
/third_party/musl/
H A Dconfigure44 CROSS_COMPILE prefix for cross compiler and tools [none]
133 tools=
305 tools="$tools obj/musl-gcc"
309 tools="$tools obj/musl-clang obj/ld.musl-clang"
422 test -f "$srcdir/tools/add-cfi.$ARCH.awk" &&
829 ALL_TOOLS = $tools
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak180 TOOLOBJS := $(TOOLS:%=tools/%.o)
181 TOOLS := $(TOOLS:%=tools/%$(EXESUF))
213 $(TOOLOBJS): | tools
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim20 " so /path/to/src/tools/vim/ninja-build.vim
39 'third_party', 'tools']
50 sys.path.append(os.path.join(v8_root, 'tools', 'vim'))
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp163 spvtools::SpirvTools tools(target_env); in ForceRenderRed()
164 if (!tools.IsValid()) { in ForceRenderRed()
171 if (!tools.Validate(&binary_in[0], binary_in.size(), validator_options)) { in ForceRenderRed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dforce_render_red.cpp163 spvtools::SpirvTools tools(target_env); in ForceRenderRed()
164 if (!tools.IsValid()) { in ForceRenderRed()
171 if (!tools.Validate(&binary_in[0], binary_in.size(), validator_options)) { in ForceRenderRed()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_common_fuzzer.cc27 #include "spirv-tools/libspirv.hpp"
73 spvtools::SpirvTools tools(SPV_ENV_VULKAN_1_1); in SPIRVToolsValidationCheck()
75 tools.SetMessageConsumer([diags](spv_message_level_t, const char*, in SPIRVToolsValidationCheck()
87 return tools.Validate(spirv.data(), spirv.size(), in SPIRVToolsValidationCheck()
/device/soc/rockchip/rk2206/sdk_liteos/image/
H A Dbuild.sh23 TOOLS_DIR=${SDK_DIR}/../tools/package
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dangle_spirv_utils.cpp10 // SPIR-V tools include for AST validation.
11 #include <spirv-tools/libspirv.hpp>
/third_party/vk-gl-cts/external/amber/src/third_party/
H A DAndroid.mk30 SPVTOOLS_LOCAL_PATH:=$(THIRD_PARTY_PATH)/spirv-tools
36 # The Shaderc Android.mk file will include the glslang and the spirv-tools
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DBitIOWriter.java17 package com.google.typography.font.tools.conversion.eot;
H A DMagnitudeDependentWriter.java17 package com.google.typography.font.tools.conversion.eot;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DHintStripper.java17 package com.google.typography.font.tools.subsetter;
H A DTableSubsetterImpl.java17 package com.google.typography.font.tools.subsetter;
H A DDumbSubsetter.java17 package com.google.typography.font.tools.subsetter;
H A DRenumberingSubsetter.java17 package com.google.typography.font.tools.subsetter;
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/
H A DHuffmanEncoderTest.java17 package com.google.typography.font.tools.conversion.eot;
H A DEOTWriterTest.java17 package com.google.typography.font.tools.conversion.eot;
/third_party/python/Doc/
H A Dmake.bat69 if not defined DISTVERSION for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do set DISTVERSION=%%v
130 rem PY_MISC_NEWS_DIR is also used by our Sphinx extension in tools/extensions/pyspecific.py
184 rem Ignore the tools dir and check that the default role is not used.
185 cmd /S /C "%SPHINXLINT% -i tools --enable default-role"
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc29 #include "spirv-tools/libspirv.hpp"
581 spvtools::SpirvTools tools(target_env); in Disassemble()
582 tools.SetMessageConsumer(msg_consumer); in Disassemble()
585 if (!tools.Disassemble(data, &result, in Disassemble()
637 spvtools::SpirvTools tools(SPV_ENV_VULKAN_1_1); in GenerateSpirv()
638 tools.SetMessageConsumer([](spv_message_level_t, const char*, in GenerateSpirv()
643 if (!tools.Validate(result.spirv.data(), result.spirv.size(), in GenerateSpirv()
1027 spvtools::SpirvTools tools(SPV_ENV_VULKAN_1_1); in main()
1028 tools.SetMessageConsumer([](spv_message_level_t, const char*, in main()
1034 if (!tools in main()
[all...]
/third_party/jerryscript/tools/
H A Drun-mem-stats-test.sh82 RSS=$(./tools/rss-measure.sh "$JERRY" $bench | tail -n 1 | grep -o "[0-9]*")
/third_party/node/test/parallel/
H A Dtest-code-cache.js59 if (key.startsWith('internal/deps/v8/tools')) {
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A DMakefile19 nftw01: nftw.o tools.o test_func.o test.o lib.o
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DCommandOptions.java1 package com.google.typography.font.tools.fontinfo;

Completed in 9 milliseconds

12345678910>>...17