Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/python/cpython3/Lib/test/test_import/data/package/
D__init__.py1 import package.submodule
2 package.submodule
/external/protobuf/
D.gitmodules.disabled1 [submodule "third_party/benchmark"]
4 [submodule "third_party/googletest"]
/external/open-dice/third_party/boringssl/
DREADME.md3 The boringssl repo is configured as a git submodule in
4 `third_party/boringssl/src`. After updating the submodule, run:
/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/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)
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/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/robolectric/
D.gitmodules1 [submodule "nativeruntime/external/sqlite"]
6 [submodule "nativeruntime/external/icu"]
/external/oss-fuzz/projects/knot-dns/
Dbuild.sh48 touch .submodule.stamp
77 git submodule update --init -- ./fuzz_packet.in
78 git submodule update --init -- ./fuzz_zscanner.in
/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/mesa3d/.gitlab-ci/
Dbuild-gfxreconstruct.sh12 git submodule update --init
13 git submodule update
/external/python/cpython3/Lib/test/test_importlib/
Dtest_resource.py104 submodule = import_module('ziptestdata.subdirectory')
105 self.assertTrue(resources.is_resource(submodule, 'binary.file'))
113 submodule = import_module('ziptestdata.subdirectory')
115 set(resources.contents(submodule)), {'__init__.py', 'binary.file'}
Dtest_read.py49 submodule = import_module('ziptestdata.subdirectory')
50 result = resources.read_binary(submodule, 'binary.file')
/external/oss-fuzz/projects/monero/
Dbuild.sh23 git submodule init
24 git submodule update
/external/bcc/
DCMakeLists.txt23 execute_process(COMMAND git submodule update --init --recursive
27 message(WARNING "Failed to update submodule libbpf")
33 execute_process(COMMAND git submodule update --init --recursive
37 message(WARNING "Failed to update submodule libbpf")
40 message(WARNING "submodule libbpf dirty, so no sync")
/external/grpc-grpc/doc/
Dssl-performance.md17 CMake | boringssl from submodule (default) | Linux or MacOS | :heavy_check_mark:
18 CMake | boringssl from submodule (default), generator=Ninja | Windows | :heavy_check_mark:
19 CMake | boringssl from submodule (default), generator=Visual Studio | Windows | :x:
/external/tensorflow/tensorflow/python/tools/api/generator/
Doutput_init_files_test.py124 for submodule in submodules:
125 if not submodule:
128 paths.append('%s/__init__.py' % (submodule.replace('.', '/')))
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/tests/
Dtest_resource.py92 submodule = import_module('ziptestdata.subdirectory')
93 self.assertTrue(resources.files(submodule).joinpath('binary.file').is_file())
103 submodule = import_module('ziptestdata.subdirectory')
105 names(resources.files(submodule)), {'__init__.py', 'binary.file'}
/external/python/setuptools/setuptools/_vendor/importlib_resources/tests/
Dtest_resource.py92 submodule = import_module('ziptestdata.subdirectory')
93 self.assertTrue(resources.files(submodule).joinpath('binary.file').is_file())
103 submodule = import_module('ziptestdata.subdirectory')
105 names(resources.files(submodule)), {'__init__.py', 'binary.file'}
/external/rust/crates/grpcio-sys/grpc/third_party/
DREADME.md4 (usually as a git submodule) in this directory.
12 - bazel BUILD uses a different dependency model - whenever updating a submodule, also update the re…
43 1. update the submodule to selected commit (see guidance above)
61 - Update the `third_party/boringssl-with-bazel` submodule to the latest [`master-with-bazel`](https…
63 git submodule update --init # just to start in a clean state
70 …add third_party/boringssl-with-bazel # we actually want to update the changes to the submodule
71 git commit -m "update submodule boringssl-with-bazel with origin/master-with-bazel" # commit
/external/tensorflow/tensorflow/python/module/
Dmodule.py397 for submodule_path, submodule in submodules:
399 submodule,
403 … attributes_to_ignore=submodule._TF_MODULE_IGNORED_PROPERTIES, # pylint: disable=protected-access
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/
DCMakeLists.txt30 # Builds c-ares project from the git submodule.
33 # without needing to add a submodule to your project.
44 # Builds protobuf project from the git submodule.
55 # Builds zlib project from the git submodule.

12345678910>>...12