Home
last modified time | relevance | path

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

12

/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/lisa/src/shell/
Dlisa_shell85 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/
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…
Dredecl-merge.m105 // Test redeclarations of entities in explicit submodules, to make
/external/clang/include/clang/Basic/
DModule.h479 llvm::iterator_range<submodule_iterator> submodules() { in submodules() function
482 llvm::iterator_range<submodule_const_iterator> submodules() const { in submodules() function
/external/lisa/
DLisaShell.txt17 lisa-update - Update submodules and LISA notebooks/tests
/external/python/cpython2/Doc/library/
Dpkgutil.rst136 Yields ``(module_loader, name, ispkg)`` for all submodules on *path*, or, if
155 submodules.
168 # list all submodules of ctypes
Dxml.rst28 The XML handling submodules are:
Dtrace.rst120 Ignore each of the given module names and its submodules (if it is a
/external/python/cpython2/Doc/tutorial/
Dmodules.rst461 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/
Dmodules.rst466 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/
Dpkgutil.rst147 Yields :class:`ModuleInfo` for all submodules on *path*, or, if
177 submodules.
190 # list all submodules of ctypes
Dxml.rst33 The XML handling submodules are:
Dtrace.rst126 Ignore each of the given module names and its submodules (if it is a
/external/clang/docs/
DModules.rst223submodules. Entities within a submodule that has already been built are visible when building late…
225submodules 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/
Dapi.py46 ref=self.m.properties['revision'], submodules=False)
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dversion_compat.md38 `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/
DREADME.md106 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/
Dpydoc.py1128 submodules = []
1131 submodules.append(key)
1132 if submodules:
1133 submodules.sort()
1135 'SUBMODULES', join(submodules, '\n'))
/external/python/cpython3/Lib/
Dpydoc.py1152 submodules = []
1155 submodules.append(key)
1156 if submodules:
1157 submodules.sort()
1159 'SUBMODULES', '\n'.join(submodules))
/external/autotest/client/bin/
Dutils.py953 submodules = line_parts[3].split(",")
954 for submodule in submodules:
/external/libcxx/include/
Dmodule.modulemap10 // FIXME: The standard does not require that each of these submodules
/external/fonttools/Doc/
Dchanges.txt117 - Added several submodules to fontTools, some new, some older.
/external/protobuf/docs/swift/
DDesignDoc.md88 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