Searched defs:get_code (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A Dpkgutil.py277 def get_code(self, fullname=None): member in class:ImpLoader
291 self.code = self._get_delegate().get_code()
H A Dimputil.py212 ### we should blast the module dict and do another get_code(). need to
273 result = self.get_code(parent, modname, fqname)
286 # did get_code() return an actual module? (rather than a code object)
370 def get_code(self, parent, modname, fqname): member in class:Importer
401 raise RuntimeError, "get_code not implemented"
505 def get_code(self, parent, modname, fqname): member in class:BuiltinImporter
542 def get_code(self, parent, modname, fqname): member in class:_FilesystemImporter
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c655 static UInt get_code(UInt mipsins) function
2293 UInt imm = get_code(theInstr);
12269 trap_code = get_code(cins);

Completed in 653 milliseconds