Home
last modified time | relevance | path

Searched refs:CodeType (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Lib/test/crashers/
Dbogus_code_obj.py17 co = types.CodeType(0, 0, 0, 0, '\x04\x71\x00\x00', (),
/external/python/cpython2/Lib/
Dnew.py17 from types import CodeType as code
Dtypes.py45 CodeType = type(_f.func_code) variable
Ddis.py13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
Dbdb.py397 if not isinstance(cmd, types.CodeType):
415 if not isinstance(expr, types.CodeType):
Dcopy.py216 d[types.CodeType] = _deepcopy_atomic
Dmodulefinder.py609 return types.CodeType(co.co_argcount, co.co_nlocals, co.co_stacksize,
Dinspect.py224 return isinstance(object, types.CodeType)
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc72 enum CodeType { enum
386 void ComputeMetricsForCode(CodeType code_type, in ComputeMetricsForCode()
712 CodeType code_type) { in GetPacketMaskConvertToBitMask()
727 int ProcessXORPacketMasks(CodeType code_type, in ProcessXORPacketMasks()
765 void ProcessRS(CodeType code_type) { in ProcessRS()
/external/python/cpython2/Tools/compiler/
Dstacktest.py8 if type(const) == types.CodeType:
Ddumppyc.py27 if type(obj) == types.CodeType:
/external/python/cpython2/Lib/idlelib/
Drpc.py47 assert isinstance(co, types.CodeType)
51 assert isinstance(co, types.CodeType)
63 copy_reg.pickle(types.CodeType, pickle_code, unpickle_code)
/external/syslinux/efi64/include/efi/
Dpci22.h181 UINT8 CodeType; member
/external/syslinux/efi32/include/efi/
Dpci22.h181 UINT8 CodeType; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Dpci22.h181 UINT8 CodeType; member
/external/syslinux/gpxe/src/util/
Defirom.c162 headers->pci.CodeType = 0x03; /* No constant in EFI headers? */ in make_efi_rom()
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
DPci22.h572 UINT8 CodeType; member
/external/python/cpython2/Doc/library/
Dtypes.rst136 .. data:: CodeType
/external/python/cpython2/Lib/test/
Dtest_funcattrs.py117 self.assertEqual(type(func.func_code), types.CodeType)
/external/python/cpython2/Lib/compiler/
Dpyassem.py539 return types.CodeType(argcount, nlocals, self.stacksize, self.flags,
/external/python/cpython2/Misc/
DHISTORY13128 names are undefined in that case, e.g. CodeType (inaccessible),