Home
last modified time | relevance | path

Searched refs:from_module (Results 1 – 3 of 3) sorted by relevance

/external/python/parse_type/tasks/
D__init__.py49 namespace.add_collection(Collection.from_module(cleanup), name="cleanup")
50 namespace.add_collection(Collection.from_module(test))
51 namespace.add_collection(Collection.from_module(release))
/external/autotest/client/
Dsetup_modules.py70 from_module = __import__(from_where, globals(), locals(), [module])
71 return getattr(from_module, module)
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.cc73 const Module* from_module) { in CopyCFIDataBetweenModules() argument
79 from_module->GetStackFrameEntries(&from_data); in CopyCFIDataBetweenModules()