Home
last modified time | relevance | path

Searched refs:submodules (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_submodules.sh24 submodules=$(mktemp /tmp/submXXXXXX)
27 git submodule | awk '{ print $1 }' | sort > "$submodules"
43 diff -u "$submodules" "$want_submodules"
45 rm "$submodules" "$want_submodules"
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_submodules.sh24 submodules=$(mktemp /tmp/submXXXXXX)
27 git submodule | awk '{ print $1 }' | sort > "$submodules"
45 diff -u "$submodules" "$want_submodules"
47 rm "$submodules" "$want_submodules"
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dsubmodules.m12 clang -D CHILD_H -E -o Child.h submodules.m
16 -fdisable-module-hash submodules.m -o 1.o
19 // RUN: dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
/external/llvm/test/tools/dsymutil/X86/
Dsubmodules.m12 clang -D CHILD_H -E -o Child.h submodules.m
16 -fdisable-module-hash submodules.m -o 1.o
19 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
/external/tensorflow/tensorflow/python/keras/integration_test/
Dmodule_test.py31 self.assertLen(m.submodules, 2)
48 self.assertEqual(m.submodules, (m.layers[0], m.layers[1]))
58 self.assertNotEmpty(m.submodules)
/external/oss-fuzz/projects/qt/
DDockerfile23 RUN git clone --branch dev --depth 1 --shallow-submodules \
24 --recurse-submodules=qtbase \
25 --recurse-submodules=qtsvg \
/external/tensorflow/tensorflow/python/module/
Dmodule.py194 def submodules(self): member in Module
361 submodules = []
395 submodules.append((module_path + leaf_path, leaf))
397 for submodule_path, submodule in submodules:
Dmodule_test.py301 self.assertEqual(list(m.submodules), [m.child, m.child.child])
302 self.assertEqual(list(m.child.submodules), [m.child.child])
303 self.assertEqual(list(m.child.child.submodules), [])
308 self.assertEqual(set(m.submodules), {leaf1})
310 self.assertEqual(set(m.submodules), {leaf1, leaf2})
519 self.assertEmpty(mod.submodules)
/external/llvm-project/clang/test/Modules/
Dimport-self.m3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s
7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
Dmissing-header.m2 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s 2>&1 | FileCh…
/external/clang/test/Modules/
Dimport-self.m3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s
7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
Dmissing-header.m2 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s 2>&1 | FileCh…
/external/tensorflow/tensorflow/python/tools/api/generator/
Doutput_init_files_test.py119 submodules = []
122 submodules.append('.'.join(module_segments[:i+1]))
124 for submodule in submodules:
/external/oss-fuzz/projects/htslib/
DDockerfile19 RUN git clone --depth 1 --shallow-submodules --recurse-submodules https://github.com/samtools/htsli…
/external/oss-fuzz/projects/libtorrent/
DDockerfile20 RUN git clone --depth 1 --single-branch --branch boost-1.73.0 --recurse-submodules https://github.c…
22 RUN git clone --depth 1 --single-branch --branch RC_2_0 --recurse-submodules https://github.com/arv…
/external/grpc-grpc/
DBUILDING.md78 # Clone the repository (including submodules)
80 Before building, you need to clone the gRPC github repository and download submodules containing so…
98 > @rem To update submodules at later time, run "git submodule update --init"
132 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
143 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
/external/rust/crates/grpcio-sys/grpc/
DBUILDING.md64 # Clone the repository (including submodules)
66 Before building, you need to clone the gRPC github repository and download submodules containing so…
86 …erent model for dependencies. You only need to worry about downloading submodules if you're buildi…
122 Run from grpc directory after cloning the repo with --recursive or updating submodules.
140 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
154 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
175 gRPC's git submodules.
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest.py87 def filter_on_submodules(all_modules, submodules): argument
104 if any(PACKAGE + submodule in mod.__name__ for submodule in submodules)
/external/autotest/metadata/
Dgenerate_proto_descriptors.sh29 git clone -q --depth=1 --shallow-submodules "${CROS_CONFIG_REPO}" \
/external/python/pybind11/tests/
Dpytest.ini15 # importing scipy submodules on some version of Python
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-module.pbtxt20 name: "submodules"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-module.pbtxt20 name: "submodules"
/external/flatbuffers/swift/
DFlatBuffers.podspec14 …=> 'https://github.com/mustiikhalil/flatbuffers.git', :tag => s.version.to_s, :submodules => true }
/external/oss-fuzz/projects/snappy/
DDockerfile19 RUN git clone --recurse-submodules https://github.com/google/snappy
/external/oss-fuzz/projects/wxwidgets/
DDockerfile19 RUN git clone --recurse-submodules --depth 1 https://github.com/wxWidgets/wxWidgets.git wxwidgets

12345678910>>...24