Searched refs:submodule (Results 1 – 25 of 300) sorted by relevance
12345678910>>...12
/external/python/cpython2/Tools/pybench/ |
D | Imports.py | 5 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/ |
D | README.md | 5 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__.py | 1 import package.submodule 2 package.submodule
|
/external/protobuf/ |
D | .gitmodules.disabled | 1 [submodule "third_party/benchmark"] 4 [submodule "third_party/googletest"]
|
/external/open-dice/third_party/boringssl/ |
D | README.md | 3 The boringssl repo is configured as a git submodule in 4 `third_party/boringssl/src`. After updating the submodule, run:
|
/external/python/pybind11/docs/ |
D | installing.rst | 8 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/ |
D | docker_run.sh | 28 …(cd "${EXTERNAL_GIT_ROOT}" && git submodule foreach 'git clone ${EXTERNAL_GIT_ROOT}/${name} /var/l… 29 (cd /var/local/git/grpc && git submodule init)
|
D | docker_run_tests.sh | 30 (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/ |
D | docker_run.sh | 28 …(cd "${EXTERNAL_GIT_ROOT}" && git submodule foreach 'git clone ${EXTERNAL_GIT_ROOT}/${name} /var/l… 29 (cd /var/local/git/grpc && git submodule init)
|
D | docker_run_tests.sh | 30 (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 | .gitmodules | 1 [submodule "nativeruntime/external/sqlite"] 6 [submodule "nativeruntime/external/icu"]
|
/external/oss-fuzz/projects/knot-dns/ |
D | build.sh | 48 touch .submodule.stamp 77 git submodule update --init -- ./fuzz_packet.in 78 git submodule update --init -- ./fuzz_zscanner.in
|
/external/oboe/apps/fxlab/docs/ |
D | Dev-Guide.md | 7 …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/ |
D | build-gfxreconstruct.sh | 12 git submodule update --init 13 git submodule update
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_resource.py | 104 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'}
|
D | test_read.py | 49 submodule = import_module('ziptestdata.subdirectory') 50 result = resources.read_binary(submodule, 'binary.file')
|
/external/oss-fuzz/projects/monero/ |
D | build.sh | 23 git submodule init 24 git submodule update
|
/external/bcc/ |
D | CMakeLists.txt | 23 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/ |
D | ssl-performance.md | 17 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/ |
D | output_init_files_test.py | 124 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/ |
D | test_resource.py | 92 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/ |
D | test_resource.py | 92 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/ |
D | README.md | 4 (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/ |
D | module.py | 397 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/ |
D | CMakeLists.txt | 30 # 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