Searched refs:submodule (Results 1 – 25 of 118) sorted by relevance
12345
/third_party/skia/third_party/externals/swiftshader/ |
D | .gitmodules | 1 [submodule "third_party/cppdap"] 4 [submodule "third_party/googletest"] 7 [submodule "third_party/json"] 10 [submodule "third_party/libbacktrace/src"] 13 [submodule "third_party/PowerVR_Examples"] 16 [submodule "third_party/benchmark"] 19 [submodule "third_party/glslang"] 22 [submodule "third_party/angle/angle"] 25 [submodule "third_party/git-hooks"]
|
/third_party/openssl/test/ |
D | README-external.md | 16 $ git submodule update --init 76 $ git submodule update --init 97 $ git submodule update --init --recursive 101 $ cd `<submodule-dir>` 109 # modified: `<submodule-dir>` (new commits) 114 $ git add `<submodule-dir>` 115 $ git commit -m `"Updated <submodule> to latest commit"`
|
/third_party/node/test/es-module/ |
D | test-esm-preserve-symlinks-main.js | 18 const submodule = path.join(tmpDir, 'nested2', 'submodule.js'); constant 27 fs.writeFileSync(submodule, ''); 31 fs.symlinkSync(submodule, submodule_link_absolute_path);
|
/third_party/python/Lib/test/test_import/data/package/ |
D | __init__.py | 1 import package.submodule 2 package.submodule
|
/third_party/skia/third_party/externals/brotli/ |
D | .gitmodules | 1 [submodule "research/esaxx"] 4 [submodule "research/libdivsufsort"]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/ |
D | .gitmodules | 1 [submodule "third_party/googletest"] 4 [submodule "third_party/benchmark"]
|
/third_party/protobuf/ |
D | .gitmodules | 1 [submodule "third_party/benchmark"] 4 [submodule "third_party/googletest"]
|
/third_party/nghttp2/ |
D | .gitmodules | 1 [submodule "third-party/mruby"] 4 [submodule "third-party/neverbleed"]
|
D | releasechk | 4 git submodule update --init
|
/third_party/parse5/ |
D | .gitmodules | 1 [submodule "html5lib-tests-fork"] 4 [submodule "html5lib-tests"]
|
/third_party/skia/third_party/externals/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…
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-gfxreconstruct.sh | 14 git submodule update --init 15 git submodule update
|
D | build-vkd3d-proton.sh | 32 git submodule update --init --recursive 33 git submodule update --recursive
|
D | build-fossilize.sh | 8 git submodule update --init
|
/third_party/python/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')
|
/third_party/skia/third_party/externals/freetype/ |
D | autogen.sh | 193 git submodule init 194 git submodule update
|
D | .gitmodules | 1 [submodule "dlg"]
|
/third_party/ltp/tools/sparse/ |
D | README.md | 25 You can also manually fetch it via the git submodule 29 $ git submodule update --init
|
/third_party/astc-encoder/ |
D | .gitmodules | 1 [submodule "Source/GoogleTest"]
|
/third_party/rust/crates/cxx/ |
D | .gitmodules | 1 [submodule "tools/buck/prelude"]
|
/third_party/ltp/ |
D | .gitmodules | 1 [submodule "testcases/kernel/mce-test"]
|
/third_party/protobuf/kokoro/linux/ |
D | pull_request_in_docker.sh | 23 git submodule update --init --recursive
|
/third_party/rust/crates/minimal-lexical/ |
D | .gitmodules | 1 [submodule "data/test-parse-golang/parse-number-fxx-test-data"]
|
/third_party/protobuf/kokoro/linux/bazel/ |
D | build.sh | 23 git submodule update --init --recursive
|
12345