Home
last modified time | relevance | path

Searched refs:submodule (Results 1 - 24 of 24) sorted by relevance

/third_party/node/test/es-module/
H A Dtest-esm-preserve-symlinks-main.js18 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__.py1 import package.submodule namespace
2 package.submodule
/third_party/mesa3d/.gitlab-ci/container/
H A Dbuild-vkd3d-proton.sh32 git submodule update --init --recursive
33 git submodule update --recursive
/third_party/python/Lib/test/test_importlib/
H A Dtest_read.py54 submodule = import_module('ziptestdata.subdirectory')
55 result = resources.files(submodule).joinpath('binary.file').read_bytes()
H A Dtest_resource.py92 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 Dtest_util.py479 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 Dutil.py58 # XXX Support passing in submodule names--load (and cache) them?
108 def submodule(parent, name, pkg_dir, content=''): function
H A Dtest_api.py363 fullname, _ = test_util.submodule(name, subname, pkg_dir)
/third_party/skia/third_party/externals/freetype/
H A Dautogen.sh192 echo "Checking out submodule in \`subprojects/dlg':"
193 git submodule init
194 git submodule update
/third_party/ltp/tools/sparse/
H A DMakefile13 git submodule update --init
/third_party/protobuf/kokoro/linux/bazel/
H A Dbuild.sh23 git submodule update --init --recursive
/third_party/mbedtls/
H A DMakefile11 Run `git submodule update --init` to fetch the submodule contents.
/third_party/python/Lib/
H A Dpyclbr.py126 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 Dtests.sh18 git submodule update --init --recursive
58 git submodule update --init --recursive
92 git submodule update --init --recursive
/third_party/python/Modules/
H A Dpyexpat.c1627 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 Dpydocfodder.py215 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 Dbuild.sh32 git submodule update --init
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/
H A Ddocker.sh32 git submodule update --init
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_packages.py10 """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 DMakefile17 Run `git submodule update --init` to fetch the submodule contents.
/third_party/libcoap/examples/lwip/
H A DMakefile20 # 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 Dlib.rs1542 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 Dpresubmit.bat27 git submodule update --init
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk172 $(info Checking out submodule in `subprojects/dlg')
173 git submodule init
174 git submodule update

Completed in 16 milliseconds