Home
last modified time | relevance | path

Searched refs:tools (Results 126 - 150 of 386) sorted by relevance

12345678910>>...16

/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/
H A Dcase18_switch001.py21 from tools.get_source_path import get_source_path
22 from tools.push_remove_source import push_source, remove_source
H A Dcase21_add001.py21 from tools.get_source_path import get_source_path
22 from tools.push_remove_source import push_source, remove_source
H A Dcase20_timer003.py20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
H A Dcase11_delay_time003.py20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
H A Dcase12_delay_time001.py20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
H A Dcase13_param001.py20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
H A Dcase08_once003.py20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
H A Dcase07_once002.py20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
/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
/third_party/libphonenumber/debian/
H A Drules60 # ( cd tools/java && $(MVN) package )
65 ln -sf cpp-build-1.0-SNAPSHOT.jar tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
66 ln -sf /usr/share/java/protobuf.jar tools/java/cpp-build/target/protobuf-java-debian.jar
89 #-( cd tools/java && $(MVN) clean )
/third_party/skia/third_party/externals/brotli/
H A DMakefile4 SOURCES = $(LIBSOURCES) c/tools/brotli.c
12 $(OBJDIR)/c/tools $(BINDIR)/tmp
/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...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler.cc24 #include "spirv-tools/libspirv.hpp"
25 #include "spirv-tools/linker.hpp"
26 #include "spirv-tools/optimizer.hpp"
116 spvtools::SpirvTools tools(target_env); in Compile()
117 tools.SetMessageConsumer(msg_consumer); in Compile()
143 if (!tools.Assemble(shader->GetData(), &results, in Compile()
166 if (!tools.Validate(results.data(), results.size(), options)) in Compile()
/third_party/unity/test/
H A Drakefile_helper.rb139 cmd_str = build_command_string( $cfg[:tools][:test_compiler], [ file, out_file ], defines )
146 cmd_str = build_command_string( $cfg[:tools][:test_linker], [ obj_list, exe_name ] )
153 if $cfg[:tools][:test_fixture]
154 cmd_str = build_command_string( $cfg[:tools][:test_fixture], [ bin_name, extra_args ] )
/third_party/python/PCbuild/
H A Dfind_python.bat39 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" ("%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" -Ec "import sys; assert sys.version_info[:2] >= (3, 8)" >nul 2>nul) && (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") && (set _Py_Python_Source=found in externals directory) && goto :found || rmdir /Q /S "%_Py_EXTERNALS_DIR%\pythonx86"
68 @if not errorlevel 1 (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Python_Source=found on nuget.org) & goto :found
/third_party/skia/modules/pathkit/
H A DMakefile112 python3 ../../tools/serve_wasm.py
122 python3 ../../tools/serve_wasm.py
133 python3 ../../tools/serve_wasm.py
144 python3 ../../tools/serve_wasm.py
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js144 let ohpmBat = `${param.devEcoPath}\\tools\\ohpm\\bin\\ohpm.bat`;
145 let nodePath = `${param.devEcoPath}\\tools\\node\\node.exe`;
146 let hvigorPath = `${param.devEcoPath}\\tools\\hvigor\\bin\\hvigorw.js`;
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dshrinker.cpp90 SpirvTools tools(target_env_);
91 if (!tools.IsValid()) {
99 if (!tools.Validate(&binary_in_[0], binary_in_.size(), validator_options_)) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dshrinker.cpp90 SpirvTools tools(target_env_);
91 if (!tools.IsValid()) {
99 if (!tools.Validate(&binary_in_[0], binary_in_.size(), validator_options_)) {
/third_party/spirv-tools/source/fuzz/
H A Dshrinker.cpp90 SpirvTools tools(target_env_);
91 if (!tools.IsValid()) {
99 if (!tools.Validate(&binary_in_[0], binary_in_.size(), validator_options_)) {
/third_party/json/
H A DMakefile178 tools/amalgamate/amalgamate.py -c tools/amalgamate/config_json.json -s . --verbose=yes
182 tools/amalgamate/amalgamate.py -c tools/amalgamate/config_json_fwd.json -s . --verbose=yes
273 ./tools/serve_header/serve_header.py --make $(MAKE)
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddef_use_test.cpp28 #include "spirv-tools/libspirv.hpp"
65 SpirvTools tools(SPV_ENV_UNIVERSAL_1_1); in DisassembleInst()
69 tools.Assemble("", &binary); in DisassembleInst()
75 tools.Disassemble(binary, &text, SPV_BINARY_TO_TEXT_OPTION_NO_HEADER); in DisassembleInst()
594 SpirvTools tools(SPV_ENV_UNIVERSAL_1_1); in DisassembleModule()
602 tools.Disassemble(binary, &text, SPV_BINARY_TO_TEXT_OPTION_NO_HEADER); in DisassembleModule()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddef_use_test.cpp28 #include "spirv-tools/libspirv.hpp"
65 SpirvTools tools(SPV_ENV_UNIVERSAL_1_1); in DisassembleInst()
69 tools.Assemble("", &binary); in DisassembleInst()
75 tools.Disassemble(binary, &text, SPV_BINARY_TO_TEXT_OPTION_NO_HEADER); in DisassembleInst()
594 SpirvTools tools(SPV_ENV_UNIVERSAL_1_1); in DisassembleModule()
602 tools.Disassemble(binary, &text, SPV_BINARY_TO_TEXT_OPTION_NO_HEADER); in DisassembleModule()
/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp27 #include "spirv-tools/libspirv.hpp"
64 SpirvTools tools(SPV_ENV_UNIVERSAL_1_1); in DisassembleInst()
68 tools.Assemble("", &binary); in DisassembleInst()
74 tools.Disassemble(binary, &text, SPV_BINARY_TO_TEXT_OPTION_NO_HEADER); in DisassembleInst()
593 SpirvTools tools(SPV_ENV_UNIVERSAL_1_1); in DisassembleModule()
601 tools.Disassemble(binary, &text, SPV_BINARY_TO_TEXT_OPTION_NO_HEADER); in DisassembleModule()

Completed in 14 milliseconds

12345678910>>...16