Searched refs:FunctionType (Results 1 – 17 of 17) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pyclbr.py | 7 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.10/Lib/ |
D | types.py | 43 FunctionType = type(_f) variable 81 GetSetDescriptorType = type(FunctionType.func_code) 82 MemberDescriptorType = type(FunctionType.func_globals)
|
D | copy.py | 106 types.FunctionType, weakref.ref): 223 d[types.FunctionType] = _deepcopy_atomic
|
D | dis.py | 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
|
D | inspect.py | 153 return isinstance(object, types.FunctionType)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | types.py | 43 FunctionType = type(_f) variable 81 GetSetDescriptorType = type(FunctionType.func_code) 82 MemberDescriptorType = type(FunctionType.func_globals)
|
D | new.py | 12 from types import FunctionType as function
|
D | copy.py | 106 types.FunctionType, weakref.ref): 223 d[types.FunctionType] = _deepcopy_atomic
|
D | dis.py | 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
|
D | inspect.py | 153 return isinstance(object, types.FunctionType)
|
D | pickle.py | 771 dispatch[FunctionType] = save_global
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
D | bases.py | 11 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/ |
D | Simple.py | 21 if type(value) is not types.FunctionType:
|
D | Meta.py | 36 if type(raw) != types.FunctionType:
|
D | Trace.py | 73 if type(raw) != types.FunctionType:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/ |
D | Eiffel.py | 3 from types import FunctionType as function
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFvInternalLib.c | 746 UINT32 FunctionType; in WriteMapFile() local 762 FunctionType = 0; in WriteMapFile() 890 FunctionType = 0; in WriteMapFile() 896 if (FunctionType == 0) { in WriteMapFile() 902 FunctionType = 1; in WriteMapFile() 908 FunctionType = 2; in WriteMapFile() 919 if (FunctionType == 1) { in WriteMapFile() 926 } else if (FunctionType == 2) { in WriteMapFile()
|