Home
last modified time | relevance | path

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

/external/selinux/gui/
DmodulesPage.py119 def new_module(self, args): member in modulesPage
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_test.cc218 auto new_module = CreateNewVerifiedModule(); in TEST_F() local
/external/python/cpython3/Lib/test/test_importlib/
Dtest_lazy.py62 def new_module(self, source_code=None): member in LazyLoaderTests
/external/python/cpython3/Lib/
Dimp.py48 def new_module(name): function
/external/python/cffi/cffi/
D_cffi_include.h205 PyObject *module, *o_arg, *new_module; in _cffi_init() local
/external/python/cpython2/Lib/
Dihooks.py163 def new_module(self, name): return imp.new_module(name) member in Hooks
/external/rust/crates/bindgen/src/ir/
Dcontext.rs1095 let new_module = { in process_replacements() localVariable
1101 let new_module = new_module.unwrap_or(self.root_module.into()); in process_replacements() localVariable