| /external/tensorflow/tensorflow/python/module/ | 
| D | module.py | 56   the `variables`, `trainable_variables` or `submodules` property:70   nested submodules/parameters or for forward methods whose graph you might want
 144     """Sequence of variables owned by this module and its submodules.
 147     and submodules. For performance reasons you may wish to cache the result
 152       name) followed by variables from all submodules recursively (breadth
 159     """Sequence of trainable variables owned by this module and its submodules.
 162     and submodules. For performance reasons you may wish to cache the result
 167       name) followed by variables from all submodules recursively (breadth
 175     """Sequence of non-trainable variables owned by this module and its submodules.
 178     and submodules. For performance reasons you may wish to cache the result
 [all …]
 
 | 
| /external/pigweed/pw_presubmit/py/ | 
| D | git_repo_test.py | 29     SUBMODULES = [  variable in TestGitRepo34     GIT_SUBMODULES_OUT = "\n".join([str(x) for x in SUBMODULES])
 59         self.assertIn(self.SUBMODULES[2], paths)
 73         self.assertNotIn(self.SUBMODULES[0], paths)
 80         self.assertIn(self.SUBMODULES[-1], paths)
 88         for module in self.SUBMODULES:
 97         for module in self.SUBMODULES:
 
 | 
| /external/clang/include/clang/Basic/ | 
| D | Module.h | 74   /// \brief The submodules of this module, indexed by name.75   std::vector<Module *> SubModules;
 78   /// \c SubModules vector at which that submodule resides.
 183   /// \brief Whether we should infer submodules for this module based on
 186   /// Submodules can only be inferred for modules with an umbrella header.
 189   /// \brief Whether, when inferring submodules, the inferred submodules
 193   /// \brief Whether, when inferring submodules, the inferr submodules should
 242     /// that all of its submodules should be exported (rather than the named
 435   /// its submodules).
 449   /// \brief Mark this module and all of its submodules as unavailable.
 [all …]
 
 | 
| /external/openthread/.github/workflows/ | 
| D | build.yml | 48         submodules: true73         submodules: true
 102         submodules: true
 116         submodules: true
 130         submodules: true
 169         submodules: true
 198         submodules: true
 226           submodules: true
 259           submodules: true
 282         submodules: true
 [all …]
 
 | 
| D | simulation-1.1.yml | 54         submodules: true80         submodules: true
 123         submodules: true
 169         submodules: true
 209         submodules: true
 278         submodules: true
 326         submodules: true
 364         submodules: true
 
 | 
| D | simulation-1.2.yml | 64         submodules: true120         submodules: true
 178         submodules: true
 217         submodules: true
 260         submodules: true
 315         submodules: true
 
 | 
| /external/ot-br-posix/.github/workflows/ | 
| D | build.yml | 63         submodules: true86         submodules: true
 109         submodules: true
 125         submodules: true
 142         submodules: true
 155         submodules: true
 171         submodules: true
 
 | 
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/ | 
| D | check_submodules.sh | 24 submodules=$(mktemp /tmp/submXXXXXX)27 git submodule | awk '{ print $2 " " $1 }' | sort > "$submodules"
 46 diff -u "$submodules" "$want_submodules"
 48 rm "$submodules" "$want_submodules"
 
 | 
| /external/open-dice/ | 
| D | bootstrap.sh | 20 # Update submodules, initializing if necessary. This will pin all submodules to22 # submodule. By convention, submodules are pinned to an upstream revision and
 23 # any changes should be submitted upstream. Local changes to submodules are not
 
 | 
| /external/grpc-grpc/tools/run_tests/sanity/ | 
| D | check_submodules.sh | 24 submodules=$(mktemp /tmp/submXXXXXX)27 git submodule | awk '{ print $1 }' | sort > "$submodules"
 43 diff -u "$submodules" "$want_submodules"
 45 rm "$submodules" "$want_submodules"
 
 | 
| /external/crosvm/infra/recipe_modules/crosvm/examples/source_context.expected/ | 
| D | repair_submodules.json | 261     "name": "Prepare source.Sync submodules",264       "@@@STEP_TEXT@Repaired submodules.@@@",
 290     "name": "Prepare source.Sync submodules.Init / Update submodules",
 318     "name": "Prepare source.Sync submodules.De-init submodules",
 345     "name": "Prepare source.Sync submodules.Re-init / Update submodules",
 
 | 
| /external/pigweed/pw_presubmit/py/pw_presubmit/ | 
| D | gitmodules.py | 65     submodules: Dict[str, Dict[str, str]] = {}78         submodules.setdefault(submodule, {})
 79         submodules[submodule][param] = value
 81     return submodules
 90     submodules: Dict[str, Dict[str, str]] = _parse_gitmodules(path)
 99     for name, submodule in submodules.items():
 
 | 
| D | git_repo.py | 51         # Modified submodules will show up as directories and should be ignored.71         # Modified submodules will show up as directories and should be ignored.
 309     """Query git and return a list of submodules in the current project.
 313                           for submodules. This will also be included in list
 315         excluded_paths: Pattern or string that match submodules that should not
 
 | 
| /external/crosvm/infra/recipe_modules/crosvm/ | 
| D | api.py | 253         with self.m.step.nest("Sync submodules") as sync_step:257                         "Init / Update submodules",
 261                     # Since the repository is cached between builds, the submodules could be left in
 263                     # Repair this by re-initializing the submodules.
 265                         "De-init submodules",
 269                         "Re-init / Update submodules",
 272                     sync_step.step_text = "Repaired submodules."
 
 | 
| /external/grpc-grpc/ | 
| D | BUILDING.md | 78 # 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/clang/test/Modules/ | 
| D | submodules-merge-defs.cpp | 2 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…3 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
 4 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
 5 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
 6 …-std=c++11 -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
 7 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
 
 | 
| D | submodules.cpp | 2 …ive-c++ -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s -verify11 // expected-note@Inputs/submodules/type_traits.h:2{{previous}}
 12 // expected-note@Inputs/submodules/hash_map.h:1{{previous}}
 
 | 
| /external/rust/crates/grpcio-sys/grpc/ | 
| D | BUILDING.md | 64 # 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.
 184 gRPC's git submodules.
 
 | 
| /external/webrtc/modules/audio_processing/ | 
| D | audio_processing_impl.h | 121   // Methods only accessed from APM submodules or268   // Method for updating the state keeping track of the active submodules.
 304   // Initializations of render-only submodules, requiring the render lock
 341   // submodules to be saved as an audioproc::Config message on the
 392   // Overrides for testing the exclusion of some submodules from the build.
 396   // Class containing information about what submodules are active.
 399   // Struct containing the pointers to the submodules.
 400   struct Submodules {  struct
 401     Submodules(std::unique_ptr<CustomProcessing> capture_post_processor,  in Submodules()  function
 
 | 
| /external/oss-fuzz/projects/qt/ | 
| D | Dockerfile | 23 RUN git clone --branch dev --depth 1 --shallow-submodules \24         --recurse-submodules=qtbase \
 25         --recurse-submodules=qtsvg \
 
 | 
| /external/rust/crates/coset/.github/workflows/ | 
| D | ci.yml | 44           submodules: true65           submodules: true
 105           submodules: true
 191           submodules: true
 
 | 
| /external/llvm/test/tools/dsymutil/X86/ | 
| D | submodules.m | 12    clang -D CHILD_H -E -o Child.h submodules.m16      -fdisable-module-hash submodules.m -o 1.o
 19 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
 
 | 
| /external/python/cpython3/Lib/xml/parsers/ | 
| D | expat.py | 6 # provide pyexpat submodules as xml.parsers.expat submodules
 | 
| /external/tensorflow/tensorflow/tools/docs/ | 
| D | tf_doctest.py | 91 def filter_on_submodules(all_modules, submodules):  argument100     submodules: Submodules to filter from all the modules.
 109     for submodule in submodules:
 
 | 
| /external/pigweed/pw_package/ | 
| D | docs.rst | 21 these packages to avoid using submodules so downstream projects don't have23 Pigweed should use submodules instead of packages because submodules are
 
 |