/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/tensorflow/tensorflow/python/module/ |
D | module.py | 149 def submodules(self): member in Module 298 submodules = [] 322 submodules.append((module_path + leaf_path, leaf)) 324 for submodule_path, submodule in submodules:
|
D | module_test.py | 218 self.assertEqual(list(m.submodules), [m.child, m.child.child]) 219 self.assertEqual(list(m.child.submodules), [m.child.child]) 220 self.assertEqual(list(m.child.child.submodules), []) 225 self.assertEqual(set(m.submodules), {leaf1}) 227 self.assertEqual(set(m.submodules), {leaf1, leaf2})
|
/external/llvm/test/tools/dsymutil/X86/ |
D | submodules.m | 12 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | submodules.m | 12 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/tensorflow/tensorflow/python/tools/api/generator/ |
D | output_init_files_test.py | 111 submodules = [] 114 submodules.append('.'.join(module_segments[:i+1])) 116 for submodule in submodules:
|
/external/clang/test/Modules/ |
D | import-self.m | 3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s 7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
|
D | missing-header.m | 2 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s 2>&1 | FileCh…
|
D | redecl-merge.m | 105 // Test redeclarations of entities in explicit submodules, to make
|
/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/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-module.pbtxt | 16 name: "submodules"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.-module.pbtxt | 16 name: "submodules"
|
/external/clang/include/clang/Basic/ |
D | Module.h | 479 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function 482 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
|
/external/python/cpython2/Doc/library/ |
D | pkgutil.rst | 136 Yields ``(module_loader, name, ispkg)`` for all submodules on *path*, or, if 155 submodules. 168 # list all submodules of ctypes
|
/external/python/cpython2/Doc/tutorial/ |
D | modules.rst | 480 submodules are present in the package, and imports them all. This could take a 497 named submodules of the :mod:`sound` package. 500 does *not* import all submodules from the package :mod:`sound.effects` into the 504 names defined (and submodules explicitly loaded) by :file:`__init__.py`. It 505 also includes any submodules of the package that were explicitly loaded by 523 importing module needs to use submodules with the same name from different 530 The submodules often need to refer to each other. For example, the 540 in the example), you can use absolute imports to refer to submodules of siblings
|
/external/python/cpython3/Doc/tutorial/ |
D | modules.rst | 485 submodules are present in the package, and imports them all. This could take a 502 named submodules of the :mod:`sound` package. 505 does *not* import all submodules from the package :mod:`sound.effects` into the 509 names defined (and submodules explicitly loaded) by :file:`__init__.py`. It 510 also includes any submodules of the package that were explicitly loaded by 528 importing module needs to use submodules with the same name from different 536 in the example), you can use absolute imports to refer to submodules of siblings
|
/external/python/cpython3/Doc/library/ |
D | pkgutil.rst | 147 Yields :class:`ModuleInfo` for all submodules on *path*, or, if 177 submodules. 190 # list all submodules of ctypes
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/ |
D | GitHubMove.rst | 242 [submodules]_, possibly along with a set of scripts to help check out a 279 * Repository: https://github.com/llvm-beanz/llvm-submodules 304 submodules directly, and certainly never update them. 658 git clone https://github.com/llvm-beanz/llvm-submodules 659 cd llvm-submodules 747 to replicate a command on all the individual repositories (or submodules 800 submodules for the other sub-projects. The native Git bisection can be used on 802 needs to make sure the submodules are updated accordingly. 865 .. [submodules] Git submodules, https://git-scm.com/book/en/v2/Git-Tools-Submodules) citation in References
|
/external/skia/infra/bots/recipe_modules/checkout/ |
D | api.py | 25 ref=self.m.properties['revision'], submodules=False)
|
/external/skqp/infra/bots/recipe_modules/checkout/ |
D | api.py | 25 ref=self.m.properties['revision'], submodules=False)
|
/external/grpc-grpc/src/ruby/ |
D | README.md | 25 - Init submodules
|
/external/grpc-grpc/tools/dockerfile/grpc_artifact_protoc/ |
D | Dockerfile | 57 # Update Git to version >1.7 to allow cloning submodules with --reference arg.
|
/external/clang/docs/ |
D | Modules.rst | 223 …submodules. Entities within a submodule that has already been built are visible when building late… 225 …submodules with the same name, those two types are distinct types (but may be *compatible* types i… 231 …anslation unit, and Clang may inline or devirtualize based on knowledge from unimported submodules. 306 …e ``std`` encompasses the whole C standard library. It has a number of submodules containing diffe… 338 …es a module, including the headers that contribute to that module, its submodules, and other aspec… 348 … module that is nested within another module. The contents of explicit submodules are only made av… 397 The requirements clause allows specific modules or submodules to specify that they are only accessi… 519 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules…
|
/external/python/uritemplates/tests/fixtures/ |
D | README.md | 11 …ion control, you can make uritemplate-tests into a [submodule](http://help.github.com/submodules/).
|
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/ |
D | CMakeLists.txt | 21 # See https://blog.kitware.com/cmake-superbuilds-git-submodules/
|