| /foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
| H A D | case18_switch001.py | 21 from tools.get_source_path import get_source_path
22 from tools.push_remove_source import push_source, remove_source
|
| H A D | case21_add001.py | 21 from tools.get_source_path import get_source_path
22 from tools.push_remove_source import push_source, remove_source
|
| H A D | case20_timer003.py | 20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
|
| H A D | case11_delay_time003.py | 20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
|
| H A D | case12_delay_time001.py | 20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
|
| H A D | case13_param001.py | 20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
|
| H A D | case08_once003.py | 20 from tools.get_source_path import get_source_path
21 from tools.push_remove_source import push_source, remove_source
|
| H A D | case07_once002.py | 20 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 D | run-benchmarks.sh | 22 ./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 D | fuzz-harness.sh | 16 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 D | rules | 60 # ( 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 D | Makefile | 4 SOURCES = $(LIBSOURCES) c/tools/brotli.c 12 $(OBJDIR)/c/tools $(BINDIR)/tmp
|
| /third_party/node/ |
| H A D | vcbuild.bat | 227 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 D | shader_compiler.cc | 24 #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 D | rakefile_helper.rb | 139 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 D | find_python.bat | 39 @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 D | Makefile | 112 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 D | main.js | 144 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 D | shrinker.cpp | 90 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 D | shrinker.cpp | 90 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 D | shrinker.cpp | 90 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 D | Makefile | 178 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 D | def_use_test.cpp | 28 #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 D | def_use_test.cpp | 28 #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 D | def_use_test.cpp | 27 #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()
|