/external/python/cpython3/Lib/test/test_importlib/ |
D | test_lazy.py | 62 def new_module(self, source_code=None): member in LazyLoaderTests 94 module = self.new_module() 99 module = self.new_module() 106 module = self.new_module() 113 module = self.new_module() 119 module = self.new_module() 124 module = self.new_module() 132 module = self.new_module() 138 module = self.new_module()
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils_test.py | 172 qux = imp.new_module('quxmodule') 173 bar = imp.new_module('barmodule') 201 mod = imp.new_module(mod_name) 228 mod = imp.new_module('mod_{}'.format(i))
|
D | templates_test.py | 93 mod = imp.new_module('test')
|
/external/tensorflow/tensorflow/python/autograph/utils/ |
D | testing.py | 30 mod = imp.new_module('tensorflow')
|
/external/selinux/gui/ |
D | modulesPage.py | 74 self.new_button.connect("clicked", self.new_module) 119 def new_module(self, args): member in modulesPage
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | cholesky_expander.cc | 248 TF_ASSIGN_OR_RETURN(auto new_module, HloModule::CreateFromProto( in ExpandInstruction() 252 module->DeepCloneComputation(new_module->entry_computation(), &context); in ExpandInstruction()
|
D | triangular_solve_expander.cc | 496 TF_ASSIGN_OR_RETURN(auto new_module, HloModule::CreateFromProto( in ExpandInstruction() 500 module->DeepCloneComputation(new_module->entry_computation(), &context); in ExpandInstruction()
|
D | hlo_creation_utils.cc | 302 TF_ASSIGN_OR_RETURN(auto new_module, in MakeSortHlo() 306 module->DeepCloneComputation(new_module->entry_computation(), &context); in MakeSortHlo()
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 163 def new_module(self, name): return imp.new_module(name) member in Hooks 181 d[name] = m = self.new_module(name)
|
D | runpy.py | 28 self.module = imp.new_module(mod_name)
|
D | imputil.py | 293 module = imp.new_module(fqname)
|
D | sysconfig.py | 335 module = imp.new_module(name)
|
/external/autotest/venv/lucifer/ |
D | autotest.py | 149 mod = imp.new_module(fullname)
|
/external/tensorflow/tensorflow/python/framework/ |
D | load_library.py | 76 module = imp.new_module(module_name)
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | create_python_api_test.py | 47 sys.modules[_MODULE_NAME] = imp.new_module(_MODULE_NAME)
|
/external/python/cpython2/Lib/test/ |
D | test_pdb.py | 256 mod = imp.new_module('module_to_skip')
|
D | test_importlib.py | 82 module = imp.new_module(import_name)
|
D | test_pkgutil.py | 97 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
|
D | test_importhooks.py | 70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 52 new_module, members = change
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter_testing.py | 107 fake_mod = imp.new_module(name)
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 53 new_module, members = change
|
/external/grpc-grpc/tools/buildgen/ |
D | mako_renderer.py | 42 plugin_module = imp.new_module(base)
|
/external/python/cpython3/Lib/ |
D | imp.py | 48 def new_module(name): function
|
/external/python/cpython3/Tools/importbench/ |
D | importbench.py | 43 module = imp.new_module(name)
|