Home
last modified time | relevance | path

Searched refs:submodule (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/external/python/cpython2/Tools/pybench/
DImports.py5 import package.submodule
105 import package.submodule
106 import package.submodule
107 import package.submodule
108 import package.submodule
109 import package.submodule
111 import package.submodule
112 import package.submodule
113 import package.submodule
114 import package.submodule
[all …]
/external/rust/crates/grpcio-sys/grpc/
D.gitmodules1 [submodule "third_party/zlib"]
4 # When using CMake to build, the zlib submodule ends up with a
5 # generated file that makes Git consider the submodule dirty. This
8 [submodule "third_party/protobuf"]
11 [submodule "third_party/googletest"]
14 [submodule "third_party/benchmark"]
17 [submodule "third_party/boringssl-with-bazel"]
20 [submodule "third_party/re2"]
23 [submodule "third_party/cares/cares"]
27 [submodule "third_party/bloaty"]
[all …]
/external/llvm-project/clang/test/Modules/
Dimplicit-private-with-submodule.m2 // Build PCH using A, with private submodule A.Private
3 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-…
6 // Build PCH using A, with private submodule A.Private, check the fixit
7 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-…
10 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-…
12 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-…
14 …d-warning@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulemap:1{{p…
15 // expected-note@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulema…
17 …d-warning@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulemap:6{{p…
18 // expected-note@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulema…
[all …]
Ddiagnostics.modulemap17 module submodule { use foo }
32 …E+1]]:8: error: no module named 'unknown' found, parent module must be defined before the submodule
33 module unknown.submodule {}
35 … no module named 'unknown' in 'known_top_level', parent module must be defined before the submodule
36 module known_top_level.unknown.submodule {}
Dshadowed-submodule.m2 …le-maps -fmodules-cache-path=%t -I %S/Inputs/shadowed-submodule/Foo -I %S/Inputs/shadowed-submodul…
5 // expected-note@shadowed-submodule.m:4 {{imported by module 'Foo'}}
Dlocalsubmodulevis.m2 // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-…
3 // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-…
/external/rust/crates/grpcio/scripts/
Dreset-submodule.cmd1 git submodule update --init grpc-sys/grpc
3 git submodule update --init third_party/cares/cares
4 git submodule update --init third_party/abseil-cpp
5 git submodule update --init third_party/re2
/external/ukey2/
D.gitmodules1 [submodule "third_party/secure_message"]
5 [submodule "third_party/gtest"]
9 [submodule "third_party/protobuf"]
13 [submodule "third_party/absl"]
/external/okhttp/okhttp-hpacktests/
DREADME.md5 implementation. The HPACK test cases are in a separate git submodule, so to
8 git submodule init
9 git submodule update
14 * Add maven goal to avoid manual call to git submodule init.
/external/pffft/
D.gitmodules1 [submodule "greenffts"]
4 [submodule "kissfft"]
7 [submodule "pocketfft"]
/external/llvm-project/polly/lib/External/ppcg/m4/
Dax_submodule.m449 "`cd $srcdir; git submodule status $1 | cut -c1`" = '-'; then
50 AC_MSG_WARN([git repo detected, but submodule $1 not initialized])
52 AC_MSG_WARN([ git submodule init])
53 AC_MSG_WARN([ git submodule update])
/external/python/cpython3/Lib/test/test_import/data/package/
D__init__.py1 import package.submodule
2 package.submodule
/external/ruy/
D.gitmodules1 [submodule "googletest"]
4 [submodule "cpuinfo"]
/external/swiftshader/third_party/marl/
D.gitmodules1 [submodule "third_party/googletest"]
4 [submodule "third_party/benchmark"]
/external/rust/crates/libz-sys/
D.gitmodules1 [submodule "src/zlib"]
4 [submodule "src/zlib-ng"]
/external/protobuf/
D.gitmodules1 [submodule "third_party/benchmark"]
4 [submodule "third_party/googletest"]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/dockerize/
Ddocker_run.sh28 …(cd "${EXTERNAL_GIT_ROOT}" && git submodule foreach 'git clone ${EXTERNAL_GIT_ROOT}/${name} /var/l…
29 (cd /var/local/git/grpc && git submodule init)
Ddocker_run_tests.sh30 (cd /var/local/jenkins/grpc/ && git submodule foreach 'git clone /var/local/jenkins/grpc/${name} /v…
31 (cd /var/local/git/grpc/ && git submodule init)
/external/grpc-grpc/tools/run_tests/dockerize/
Ddocker_run.sh28 …(cd "${EXTERNAL_GIT_ROOT}" && git submodule foreach 'git clone ${EXTERNAL_GIT_ROOT}/${name} /var/l…
29 (cd /var/local/git/grpc && git submodule init)
/external/python/pybind11/docs/
Dinstalling.rst8 developers recommend one of the first three ways listed here, submodule, PyPI,
13 Include as a submodule
17 as a submodule. From your git repository, use:
21 git submodule add -b stable ../../pybind/pybind11 extern/pybind11
22 git submodule update --init
/external/oss-fuzz/projects/knot-dns/
Dbuild.sh48 touch .submodule.stamp
77 git submodule update --init -- ./fuzz_packet.in
79 git submodule update --init -- ./fuzz_zscanner.in
/external/mesa3d/.gitlab-ci/
Dbuild-gfxreconstruct.sh12 git submodule update --init
13 git submodule update
/external/python/cpython3/Lib/test/test_importlib/
Dtest_resource.py120 submodule = import_module('ziptestdata.subdirectory')
122 resources.is_resource(submodule, 'binary.file'))
129 submodule = import_module('ziptestdata.subdirectory')
131 set(resources.contents(submodule)),
/external/oboe/apps/fxlab/docs/
DDev-Guide.md7 …pen the project in android studio and build. The app integrates Oboe via a git submodule. Make sure
8 when cloning the repository to clone the submodule as well using `git clone --recursive`, or `git s…
11 …nd update from its remote. Then, call `git submodule update` in this repository. Alternatively `gi…
/external/oss-fuzz/projects/monero/
Dbuild.sh23 git submodule init
24 git submodule update

12345678910>>...13