Searched refs:update_deps (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/proto/ |
D | gen_build_yaml.py | 24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): function 46 update_deps(key, imp_proto, deps, deps_external, is_trans, 64 update_deps(deps_for, look_at, deps, deps_external, False, []) 66 update_deps(deps_for, look_at, deps_trans, deps_external_trans,
|
/external/grpc-grpc/src/proto/ |
D | gen_build_yaml.py | 24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): function 42 update_deps(key, imp_proto, deps, deps_external, is_trans, visited) 58 update_deps(deps_for, look_at, deps, deps_external, False, []) 60 update_deps(deps_for, look_at, deps_trans, deps_external_trans, True, [])
|
/external/vulkan-validation-layers/build-gn/ |
D | update_deps.sh | 21 scripts/update_deps.py --dir="external" --no-build
|
/external/angle/src/tests/restricted_traces/ |
D | gen_restricted_traces.py | 282 def update_deps(trace_pairs): function 374 if not update_deps(trace_pairs):
|
/external/vulkan-validation-layers/build-android/ |
D | update_external_sources_android.sh | 92 python3 ../scripts/update_deps.py --no-build --dir $BASEDIR --known_good_dir $BUILDDIR
|
D | update_external_sources_android.bat | 65 py -3 ../scripts/update_deps.py --no-build --dir %BASE_DIR% --known_good_dir %BUILD_DIR%
|
/external/mesa3d/.gitlab-ci/ |
D | build-vulkantools.sh | 12 ./scripts/update_deps.py --dir=_build --config=release --generator=Ninja
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 137 There is a Python utility script, `scripts/update_deps.py`, that you can use to 153 ../scripts/update_deps.py 159 ..\scripts\update_deps.py --arch x64 165 ..\scripts\update_deps.py --arch Win32 176 - The `update_deps.py` script fetches and builds the dependent repositories in 183 - The `--dir` option for `update_deps.py` can be used to relocate the 186 - The `update_deps.py` script generates a file named `helper.cmake` and places 194 `winpty update_deps.py` in order to avoid buffering all of the script's 197 - Please use `update_deps.py --help` to list additional options and read the 198 internal documentation in `update_deps.py` for further information.
|