HomeSort by relevance Sort by last modified time
    Searched refs:OSErrType (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 106 class OSErrType(Type):
110 OSErr = OSErrType("OSErr", 'h')
111 OSStatus = OSErrType("OSStatus", 'l')
173 if self.returntype.__class__ == OSErrType:
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 106 class OSErrType(Type):
110 OSErr = OSErrType("OSErr", 'h')
111 OSStatus = OSErrType("OSStatus", 'l')
173 if self.returntype.__class__ == OSErrType:
  /external/python/cpython2/Mac/Modules/osa/
osasupport.py 45 OSAError = OSErrType("OSAError", "l")
  /external/python/cpython2/Mac/Modules/mlte/
mltesupport.py 111 TXNErrors = OSErrType("TXNErrors", "l")
  /external/python/cpython2/Mac/Modules/qdoffs/
qdoffssupport.py 34 QDErr = OSErrType("QDErr", 'h')
  /external/python/cpython2/Mac/Modules/res/
ressupport.py 11 if self.returntype.__class__ != OSErrType:

Completed in 445 milliseconds