Searched full:submodules (Results 1 – 25 of 92) sorted by relevance
1234
| /third_party/python/Tools/scripts/ |
| D | generate_stdlib_module_names.py | 121 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)}')
|
| D | freeze_modules.py | 160 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/ |
| D | main.yml | 16 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/ |
| D | main.yml | 16 submodules: true 42 submodules: true 65 submodules: true 103 submodules: true
|
| /third_party/python/Lib/xml/parsers/ |
| D | expat.py | 6 # provide pyexpat submodules as xml.parsers.expat submodules
|
| /third_party/typescript/tests/verify_3rd_libs/ |
| D | clone_all_libs.bat | 36 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.py | 85 # already-imported submodules (though it will prevent new 86 # imports of submodules).
|
| /third_party/python/Doc/tutorial/ |
| D | modules.rst | 496 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 | .gitignore | 1 # not going for submodules here to keep things easy
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | main.yml | 17 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/ |
| D | pkgutil.rst | 147 Yields :class:`ModuleInfo` for all submodules on *path*, or, if 177 submodules. 190 # list all submodules of ctypes
|
| D | html.rst | 36 Submodules in the ``html`` package are:
|
| /third_party/libcoap/examples/lwip/ |
| D | .gitignore | 1 # not going for submodules here to keep things easy
|
| /third_party/rust/crates/minimal-lexical/.github/workflows/ |
| D | Simple.yml | 20 submodules: recursive
|
| /third_party/flatbuffers/ |
| D | FlatBuffers.podspec | 14 … :git => 'https://github.com/google/flatbuffers.git', :tag => s.version.to_s, :submodules => true }
|
| /third_party/jsframework/ |
| D | NOTICE | 229 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__.py | 7 # This relies on each of the submodules having an __all__ variable.
|
| /third_party/mbedtls/ |
| D | .readthedocs.yaml | 9 submodules:
|
| /third_party/python/Lib/test/encoded_modules/ |
| D | __init__.py | 8 # differently in submodules. The following list, test_strings,
|
| /third_party/astc-encoder/Utils/Example/ |
| D | README.md | 22 e.g. by using git submodules, and then use `add_subdirectory()` to include the
|
| /third_party/python/Lib/test/ |
| D | regrtest.py | 23 # ensure that submodules of the test package do not inappropriately appear
|
| /third_party/ltp/tools/ |
| D | create-tarballs-metadata.sh | 29 title "Update submodules"
|
| /third_party/ltp/doc/ |
| D | LTP-Release-Procedure.asciidoc | 99 # update all submodules 131 ===== Update submodules =====
|
| /third_party/rust/crates/linux-raw-sys/.github/workflows/ |
| D | main.yml | 40 submodules: true
|
| /third_party/python/Lib/ |
| D | pkgutil.py | 65 attribute to find submodules. 78 # list all submodules of ctypes 111 """Yields ModuleInfo for all submodules on path,
|
1234