/third_party/node/test/es-module/ |
H A D | test-esm-preserve-symlinks-main.js | 18 const submodule = path.join(tmpDir, 'nested2', 'submodule.js'); 27 fs.writeFileSync(submodule, ''); 31 fs.symlinkSync(submodule, submodule_link_absolute_path);
|
/third_party/python/Lib/test/test_import/data/package/ |
H A D | __init__.py | 1 import package.submodule namespace 2 package.submodule
|
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | build-vkd3d-proton.sh | 32 git submodule update --init --recursive 33 git submodule update --recursive
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_read.py | 54 submodule = import_module('ziptestdata.subdirectory') 55 result = resources.files(submodule).joinpath('binary.file').read_bytes()
|
H A D | test_resource.py | 92 submodule = import_module('ziptestdata.subdirectory') 93 self.assertTrue(resources.files(submodule).joinpath('binary.file').is_file()) 103 submodule = import_module('ziptestdata.subdirectory') 105 names(resources.files(submodule)), {'__init__.py', 'binary.file'}
|
H A D | test_util.py | 479 fullname, _ = util.submodule(name, subname, pkg_dir) 493 fullname, _ = util.submodule(name, subname, pkg_dir) 506 fullname, _ = util.submodule(name, subname, pkg_dir) 520 fullname, _ = util.submodule(name, subname, pkg_dir)
|
H A D | util.py | 58 # XXX Support passing in submodule names--load (and cache) them? 108 def submodule(parent, name, pkg_dir, content=''): function
|
H A D | test_api.py | 363 fullname, _ = test_util.submodule(name, subname, pkg_dir)
|
/third_party/skia/third_party/externals/freetype/ |
H A D | autogen.sh | 192 echo "Checking out submodule in \`subprojects/dlg':" 193 git submodule init 194 git submodule update
|
/third_party/ltp/tools/sparse/ |
H A D | Makefile | 13 git submodule update --init
|
/third_party/protobuf/kokoro/linux/bazel/ |
H A D | build.sh | 23 git submodule update --init --recursive
|
/third_party/mbedtls/ |
H A D | Makefile | 11 Run `git submodule update --init` to fetch the submodule contents.
|
/third_party/python/Lib/ |
H A D | pyclbr.py | 126 which we are searching for a submodule, and then PATH must be the 152 submodule = module[i+1:] 158 return _readmodule(submodule, parent['__path__'], package)
|
/third_party/protobuf/ |
H A D | tests.sh | 18 git submodule update --init --recursive 58 git submodule update --init --recursive 92 git submodule update --init --recursive
|
/third_party/python/Modules/ |
H A D | pyexpat.c | 1627 PyObject *submodule = PyModule_New(fullname); in add_submodule() local 1628 if (submodule == NULL) { in add_submodule() 1634 Py_DECREF(submodule); in add_submodule() 1638 if (_PyImport_SetModule(mod_name, submodule) < 0) { in add_submodule() 1639 Py_DECREF(submodule); in add_submodule() 1645 /* gives away the reference to the submodule */ in add_submodule() 1646 if (PyModule_AddObject(mod, name, submodule) < 0) { in add_submodule() 1647 Py_DECREF(submodule); in add_submodule() 1651 return submodule; in add_submodule()
|
/third_party/python/Lib/test/ |
H A D | pydocfodder.py | 215 submodule = types.ModuleType(__name__ + '.submodule', variable 216 """A submodule, which should appear in its parent's summary""")
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/ |
H A D | build.sh | 32 git submodule update --init
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/ |
H A D | docker.sh | 32 git submodule update --init
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_packages.py | 10 """Importing a submodule should import the parent modules.""" 82 # Try to import a submodule from a non-package should raise ImportError. 100 submodule = self.__import__(subname)
|
/third_party/mbedtls/library/ |
H A D | Makefile | 17 Run `git submodule update --init` to fetch the submodule contents.
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 20 # Update to latest TinyDTLS submodule as defined for libcoap 91 (cd $(libcoap_dir) ; git submodule init ; git submodule update) ; \
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 1542 mod submodule { modules 1561 let _ = submodule::PublicFlags::X; in test_public() 1620 mod submodule { in test_pub_in_module() modules 1634 super::submodule::Test::FOO.bits() in test_pub_in_module()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/ |
H A D | presubmit.bat | 27 git submodule update --init
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 172 $(info Checking out submodule in `subprojects/dlg') 173 git submodule init 174 git submodule update
|