Home
last modified time | relevance | path

Searched full:submodules (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/python/Tools/scripts/
Dgenerate_stdlib_module_names.py121 submodules = set()
127 submodules.add(name)
130 # Make sure all frozen submodules have a known parent.
131 for name in list(submodules):
133 submodules.remove(name)
134 if submodules:
135 raise Exception(f'unexpected frozen submodules: {sorted(submodules)}')
/third_party/grpc/tools/run_tests/sanity/
Dcheck_submodules.sh23 submodules=$(mktemp /tmp/submXXXXXX)
26 git submodule | sed 's/+//g' | awk '{ print $2 " " $1 }' | sort >"$submodules"
46 if ! diff -u "$submodules" "$want_submodules"; then
54 echo "Submodules are out of sync. Please update this script or run with --fix."
58 rm "$submodules" "$want_submodules"
/third_party/rust/crates/io-lifetimes/.github/workflows/
Dmain.yml16 submodules: true
42 submodules: true
70 submodules: true
99 submodules: true
124 submodules: true
154 submodules: true
175 submodules: true
/third_party/rust/crates/is-terminal/.github/workflows/
Dmain.yml16 submodules: true
42 submodules: true
65 submodules: true
103 submodules: true
/third_party/nghttp2/docker/
DDockerfile12 RUN git clone --recursive --shallow-submodules --depth 1 -b v1.36.1 https://github.com/aws/aws-lc &…
20 RUN git clone --recursive --shallow-submodules --depth 1 -b v1.6.0 https://github.com/ngtcp2/nghttp…
29 RUN git clone --recursive --shallow-submodules --depth 1 -b v1.8.1 https://github.com/ngtcp2/ngtcp2…
48 RUN git clone --recursive --shallow-submodules --depth 1 -b $NGHTTP2_BRANCH https://github.com/nght…
/third_party/grpc/
DBUILDING.md64 # Clone the repository (including submodules)
66 Before building, you need to clone the gRPC github repository and download submodules containing so…
86 …erent model for dependencies. You only need to worry about downloading submodules if you're buildi…
125 Run from the grpc directory after cloning the repo with --recursive or updating submodules.
143 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
157 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
187 gRPC's git submodules.
/third_party/python/Lib/xml/parsers/
Dexpat.py6 # provide pyexpat submodules as xml.parsers.expat submodules
/third_party/grpc/tools/bazelify_tests/
DREADME.md11 …roduces an archive that contains grpc at the current head with all its submodules. The rule uses a…
13 * Uses a workspace status command to obtain the commit SHAs of grpc and all submodules from the wor…
15 …ves are deterministic (they have the same checksum if neither grpc or its submodules have changed).
/third_party/grpc/src/ruby/
DREADME.md21 …you wish to pull from a git repository or GitHub, make sure to tell bundler to retrieve submodules:
23 gem 'grpc', github: 'grpc/grpc', submodules: true
30 - Init submodules
/third_party/rust/rust/src/tools/rustfmt/ci/
Dcheck_diff.sh128 # $3: Path to any submodules that should be initialized
133 SUBMODULES=$3
139 if [ ! -z "$SUBMODULES" ]; then
140 init_submodules $SUBMODULES
/third_party/nghttp2/.github/workflows/
Dbuild.yml126 …git clone --recursive --shallow-submodules -b ${{ env.LIBBPF_VERSION }} https://github.com/libbpf/…
132 …git clone --recursive --shallow-submodules --depth 1 -b OpenSSL_${{ env.OPENSSL1_VERSION }} https:…
140 …git clone --recursive --shallow-submodules --depth 1 -b openssl-${{ env.OPENSSL3_VERSION }} https:…
161 …git clone --recursive --shallow-submodules --depth 1 -b "${AWSLC_VERSION}" https://github.com/aws/…
178 …git clone --recursive --shallow-submodules --depth 1 -b ${{ env.NGHTTP3_VERSION}} https://github.c…
188 …git clone --recursive --shallow-submodules --depth 1 -b ${{ env.NGTCP2_VERSION }} https://github.c…
203 …git clone --recursive --shallow-submodules --depth 1 -b ${{ env.NGTCP2_VERSION }} https://github.c…
272 submodules: recursive
558 submodules: recursive
606 submodules: recursive
[all …]
/third_party/typescript/tests/verify_3rd_libs/
Dclone_all_libs.bat36 git clone https://gitee.com/openharmony-tpc/ohos_coap.git --recurse-submodules
45 git clone https://gitee.com/openharmony-tpc/mp4parser.git --recurse-submodules
51 git clone https://gitee.com/openharmony-sig/ohos_videocompressor.git --recurse-submodules
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_node/
Dbuild_interop.sh20 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_nodepurejs/
Dbuild_interop.sh20 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/run_tests/helper_scripts/
Drun_tests_in_workspace.sh28 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_python/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/run_tests/artifacts/
Drun_in_workspace.sh29 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/test/distrib/cpp/
Drun_distrib_test_cmake_as_externalproject.sh24 # too many submodules unnecessarily, just wipe out contents of most submodules
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_http2/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/templates/tools/dockerfile/
Dpython_build_interop.sh.include21 # clone gRPC submodules, use data from locally cloned submodules where possible
Dcsharp_build_interop.sh.include21 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_cxx/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_php7/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible

12345678