Searched refs:submodules (Results 1 – 25 of 50) sorted by relevance
12
/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/lisa/src/shell/ |
D | lisa_shell | 85 echo " submodules - update external dependencies provided by submodules" 87 echo "Update submodules (if DEVMODE enabled)" 90 function _lisa-update-submodules { 115 git diff-index --quiet --ignore-submodules HEAD 144 _lisa-update-submodules 154 _lisa-update-submodules 279 echo "One or more submodules missing, updating"; 280 lisa-update 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/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/lisa/ |
D | LisaShell.txt | 17 lisa-update - Update submodules and LISA notebooks/tests
|
/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
|
D | xml.rst | 28 The XML handling submodules are:
|
D | trace.rst | 120 Ignore each of the given module names and its submodules (if it is a
|
/external/python/cpython2/Doc/tutorial/ |
D | modules.rst | 461 submodules are present in the package, and imports them all. This could take a 478 named submodules of the :mod:`sound` package. 481 does *not* import all submodules from the package :mod:`sound.effects` into the 485 names defined (and submodules explicitly loaded) by :file:`__init__.py`. It 486 also includes any submodules of the package that were explicitly loaded by 504 importing module needs to use submodules with the same name from different 511 The submodules often need to refer to each other. For example, the 521 in the example), you can use absolute imports to refer to submodules of siblings
|
/external/python/cpython3/Doc/tutorial/ |
D | modules.rst | 466 submodules are present in the package, and imports them all. This could take a 483 named submodules of the :mod:`sound` package. 486 does *not* import all submodules from the package :mod:`sound.effects` into the 490 names defined (and submodules explicitly loaded) by :file:`__init__.py`. It 491 also includes any submodules of the package that were explicitly loaded by 509 importing module needs to use submodules with the same name from different 517 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
|
D | xml.rst | 33 The XML handling submodules are:
|
D | trace.rst | 126 Ignore each of the given module names and its submodules (if it is a
|
/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/skia/infra/bots/recipe_modules/core/ |
D | api.py | 46 ref=self.m.properties['revision'], submodules=False)
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | version_compat.md | 38 `tensorflow` module and its submodules, except for 46 submodules, but is not documented, then it is **not** considered part of the 68 * **Experimental APIs**: The @{tf.contrib} module and its submodules in Python
|
/external/tensorflow/tensorflow/examples/android/ |
D | README.md | 106 git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git 109 Note that `--recurse-submodules` is necessary to prevent some issues with
|
/external/python/cpython2/Lib/ |
D | pydoc.py | 1128 submodules = [] 1131 submodules.append(key) 1132 if submodules: 1133 submodules.sort() 1135 'SUBMODULES', join(submodules, '\n'))
|
/external/python/cpython3/Lib/ |
D | pydoc.py | 1152 submodules = [] 1155 submodules.append(key) 1156 if submodules: 1157 submodules.sort() 1159 'SUBMODULES', '\n'.join(submodules))
|
/external/autotest/client/bin/ |
D | utils.py | 953 submodules = line_parts[3].split(",") 954 for submodule in submodules:
|
/external/libcxx/include/ |
D | module.modulemap | 10 // FIXME: The standard does not require that each of these submodules
|
/external/fonttools/Doc/ |
D | changes.txt | 117 - Added several submodules to fontTools, some new, some older.
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 88 easily support nesting submodules (Clang module maps support this, but pure 89 Swift does not yet provide a way to define submodules). 632 submodules (even though Clang module maps support this), there is no
|
12