Home
last modified time | relevance | path

Searched refs:FunctionType (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType
71 if isinstance(obj, FunctionType):
82 if not isinstance(classdict[name], FunctionType):
97 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
142 if isinstance(item, FunctionType):
147 if isinstance(item, (ClassType, FunctionType)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtypes.py43 FunctionType = type(_f) variable
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
Dnew.py12 from types import FunctionType as function
Dcopy.py106 types.FunctionType, weakref.ref):
223 d[types.FunctionType] = _deepcopy_atomic
Ddis.py13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
Dinspect.py153 return isinstance(object, types.FunctionType)
Dpickle.py771 dispatch[FunctionType] = save_global
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtypes.py43 FunctionType = type(_f) variable
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
Dcopy.py106 types.FunctionType, weakref.ref):
223 d[types.FunctionType] = _deepcopy_atomic
Ddis.py13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
Dinspect.py153 return isinstance(object, types.FunctionType)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dbases.py11 from types import FunctionType
59 if isinstance(obj, FunctionType):
147 if isinstance(v, FunctionType):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DSimple.py21 if type(value) is not types.FunctionType:
DMeta.py36 if type(raw) != types.FunctionType:
DTrace.py73 if type(raw) != types.FunctionType:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEiffel.py3 from types import FunctionType as function
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c742 UINT32 FunctionType; in WriteMapFile() local
758 FunctionType = 0; in WriteMapFile()
886 FunctionType = 0; in WriteMapFile()
892 if (FunctionType == 0) { in WriteMapFile()
898 FunctionType = 1; in WriteMapFile()
904 FunctionType = 2; in WriteMapFile()
915 if (FunctionType == 1) { in WriteMapFile()
922 } else if (FunctionType == 2) { in WriteMapFile()