Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/
D.gitmodules1 [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/
DREADME-external.md16 $ 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/
Dtest-esm-preserve-symlinks-main.js18 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__.py1 import package.submodule
2 package.submodule
/third_party/skia/third_party/externals/brotli/
D.gitmodules1 [submodule "research/esaxx"]
4 [submodule "research/libdivsufsort"]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/
D.gitmodules1 [submodule "third_party/googletest"]
4 [submodule "third_party/benchmark"]
/third_party/protobuf/
D.gitmodules1 [submodule "third_party/benchmark"]
4 [submodule "third_party/googletest"]
/third_party/nghttp2/
D.gitmodules1 [submodule "third-party/mruby"]
4 [submodule "third-party/neverbleed"]
Dreleasechk4 git submodule update --init
/third_party/parse5/
D.gitmodules1 [submodule "html5lib-tests-fork"]
4 [submodule "html5lib-tests"]
/third_party/skia/third_party/externals/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…
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-gfxreconstruct.sh14 git submodule update --init
15 git submodule update
Dbuild-vkd3d-proton.sh32 git submodule update --init --recursive
33 git submodule update --recursive
Dbuild-fossilize.sh8 git submodule update --init
/third_party/python/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')
/third_party/skia/third_party/externals/freetype/
Dautogen.sh193 git submodule init
194 git submodule update
D.gitmodules1 [submodule "dlg"]
/third_party/ltp/tools/sparse/
DREADME.md25 You can also manually fetch it via the git submodule
29 $ git submodule update --init
/third_party/astc-encoder/
D.gitmodules1 [submodule "Source/GoogleTest"]
/third_party/rust/crates/cxx/
D.gitmodules1 [submodule "tools/buck/prelude"]
/third_party/ltp/
D.gitmodules1 [submodule "testcases/kernel/mce-test"]
/third_party/protobuf/kokoro/linux/
Dpull_request_in_docker.sh23 git submodule update --init --recursive
/third_party/rust/crates/minimal-lexical/
D.gitmodules1 [submodule "data/test-parse-golang/parse-number-fxx-test-data"]
/third_party/protobuf/kokoro/linux/bazel/
Dbuild.sh23 git submodule update --init --recursive

12345