Home
last modified time | relevance | path

Searched refs:current_module (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_generation_controller.py13 self.current_module = None
19 if self.current_module is None:
25 module_dirname = os.path.dirname(self.current_module.resource.absolute_path)
27 self.current_module.loader, module_dirname, contents)
Dhtml_module.py70 ctl.current_module = self
75 ctl.current_module = None
/external/rust/crates/bindgen/src/ir/
Dcontext.rs327 current_module: ModuleId, field
554 current_module: root_module_id, in new()
749 self.current_module in add_item_to_module()
752 self.items[(self.current_module.0).0] in add_item_to_module()
1183 assert!(self.current_module == self.root_module); in assert_no_dangling_item_traversal()
1199 assert!(self.current_module == self.root_module); in assert_every_item_in_a_module()
1454 pub fn current_module(&self) -> ModuleId { in current_module() method
1455 self.current_module in current_module()
1708 self.current_module.into(), in instantiate_template()
1772 self.current_module.into(), in instantiate_template()
[all …]
Ditem.rs1309 let current_module = ctx.current_module().into(); in parse() localVariable
1310 let relevant_parent_id = parent_id.unwrap_or(current_module); in parse()
1372 .unwrap_or(ctx.current_module().into()) in parse()
1499 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable
1506 parent_id.unwrap_or(current_module.into()), in from_ty_or_ref_with_id()
1607 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
1614 let relevant_parent_id = parent_id.unwrap_or(current_module); in from_ty_with_id()
/external/llvm-project/clang/utils/check_cfc/
Dcheck_cfc.py378 current_module = sys.modules[__name__] variable
381 class_ = getattr(current_module, check_name)
/external/clang/utils/check_cfc/
Dcheck_cfc.py375 current_module = sys.modules[__name__] variable
378 class_ = getattr(current_module, check_name)
/external/rust/crates/bindgen/src/
Dlib.rs2510 context.current_module() == context.root_module(), in parse()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp3893 ModuleSP current_module; in DoExecute() local
3917 if (module_pointer != current_module.get() && in DoExecute()