Home
last modified time | relevance | path

Searched full:submodules (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/python/Tools/scripts/
Dgenerate_stdlib_module_names.py121 submodules = set()
127 submodules.add(name)
130 # Make sure all frozen submodules have a known parent.
131 for name in list(submodules):
133 submodules.remove(name)
134 if submodules:
135 raise Exception(f'unexpected frozen submodules: {sorted(submodules)}')
Dfreeze_modules.py160 patterns to expand submodules:
162 <encodings.*> - also freeze all direct submodules
177 submodules = None
222 submodules = iter_subs()
225 return info, submodules
/third_party/rust/crates/io-lifetimes/.github/workflows/
Dmain.yml16 submodules: true
42 submodules: true
70 submodules: true
99 submodules: true
124 submodules: true
154 submodules: true
175 submodules: true
/third_party/rust/crates/is-terminal/.github/workflows/
Dmain.yml16 submodules: true
42 submodules: true
65 submodules: true
103 submodules: true
/third_party/python/Lib/xml/parsers/
Dexpat.py6 # provide pyexpat submodules as xml.parsers.expat submodules
/third_party/typescript/tests/verify_3rd_libs/
Dclone_all_libs.bat36 git clone https://gitee.com/openharmony-tpc/ohos_coap.git --recurse-submodules
45 git clone https://gitee.com/openharmony-tpc/mp4parser.git --recurse-submodules
51 git clone https://gitee.com/openharmony-sig/ohos_videocompressor.git --recurse-submodules
/third_party/python/Lib/test/test_zoneinfo/
D_support.py85 # already-imported submodules (though it will prevent new
86 # imports of submodules).
/third_party/python/Doc/tutorial/
Dmodules.rst496 submodules are present in the package, and imports them all. This could take a
513 named submodules of the :mod:`sound.effects` package.
516 does *not* import all submodules from the package :mod:`sound.effects` into the
520 names defined (and submodules explicitly loaded) by :file:`__init__.py`. It
521 also includes any submodules of the package that were explicitly loaded by
539 importing module needs to use submodules with the same name from different
549 in the example), you can use absolute imports to refer to submodules of siblings
/third_party/libcoap/examples/riot/
D.gitignore1 # not going for submodules here to keep things easy
/third_party/rust/crates/rustix/.github/workflows/
Dmain.yml17 submodules: true
47 submodules: true
146 submodules: true
167 submodules: true
194 submodules: true
458 submodules: true
631 submodules: true
740 submodules: true
/third_party/python/Doc/library/
Dpkgutil.rst147 Yields :class:`ModuleInfo` for all submodules on *path*, or, if
177 submodules.
190 # list all submodules of ctypes
Dhtml.rst36 Submodules in the ``html`` package are:
/third_party/libcoap/examples/lwip/
D.gitignore1 # not going for submodules here to keep things easy
/third_party/rust/crates/minimal-lexical/.github/workflows/
DSimple.yml20 submodules: recursive
/third_party/flatbuffers/
DFlatBuffers.podspec14 … :git => 'https://github.com/google/flatbuffers.git', :tag => s.version.to_s, :submodules => true }
/third_party/jsframework/
DNOTICE229 Submodules:
231 It includes a number of submodules with separate copyright notices
232 and license terms. Your use of these submodules is subject to the terms and
/third_party/python/Lib/asyncio/
D__init__.py7 # This relies on each of the submodules having an __all__ variable.
/third_party/mbedtls/
D.readthedocs.yaml9 submodules:
/third_party/python/Lib/test/encoded_modules/
D__init__.py8 # differently in submodules. The following list, test_strings,
/third_party/astc-encoder/Utils/Example/
DREADME.md22 e.g. by using git submodules, and then use `add_subdirectory()` to include the
/third_party/python/Lib/test/
Dregrtest.py23 # ensure that submodules of the test package do not inappropriately appear
/third_party/ltp/tools/
Dcreate-tarballs-metadata.sh29 title "Update submodules"
/third_party/ltp/doc/
DLTP-Release-Procedure.asciidoc99 # update all submodules
131 ===== Update submodules =====
/third_party/rust/crates/linux-raw-sys/.github/workflows/
Dmain.yml40 submodules: true
/third_party/python/Lib/
Dpkgutil.py65 attribute to find submodules.
78 # list all submodules of ctypes
111 """Yields ModuleInfo for all submodules on path,

1234