Home
last modified time | relevance | path

Searched defs:submodule (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/es-module/
Dtest-esm-preserve-symlinks-main.js18 const submodule = path.join(tmpDir, 'nested2', 'submodule.js'); constant
/third_party/boost/libs/metaparse/tools/
Dbuild_environment.py50 def head_of_master(submodule, git, ref): argument
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.cc398 auto submodule = GetEnv("MS_SUBMODULE_LOG_v"); in InitSubModulesLogLevel() local
/third_party/python/Lib/test/test_importlib/
Dutil.py117 def submodule(parent, name, pkg_dir, content=''): function
/third_party/grpc/tools/run_tests/
Drun_tests.py1591 submodule = spec[0] variable
1594 submodule = spec[0] variable
/third_party/python/Lib/test/
Dpydocfodder.py215 submodule = types.ModuleType(__name__ + '.submodule', variable
/third_party/python/Modules/
Dpyexpat.c1626 PyObject *submodule = PyModule_New(fullname); in add_submodule() local