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

  /external/python/cpython2/Lib/plat-mac/
macostools.py 90 def copy(src, dst, createpath=0, copydates=1, forcetype=None):
120 if forcetype is not None:
121 df.Type = forcetype
aepack.py 78 def pack(x, forcetype = None):
81 if forcetype:
83 return AE.AECreateDesc(forcetype, x)
85 return pack(x).AECoerceDesc(forcetype)
aetypes.py 70 return pack(rec, forcetype='insl')
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macostools.py 90 def copy(src, dst, createpath=0, copydates=1, forcetype=None):
120 if forcetype is not None:
121 df.Type = forcetype
aepack.py 78 def pack(x, forcetype = None):
81 if forcetype:
83 return AE.AECreateDesc(forcetype, x)
85 return pack(x).AECoerceDesc(forcetype)
aetypes.py 70 return pack(rec, forcetype='insl')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 90 def copy(src, dst, createpath=0, copydates=1, forcetype=None):
120 if forcetype is not None:
121 df.Type = forcetype
aepack.py 78 def pack(x, forcetype = None):
81 if forcetype:
83 return AE.AECreateDesc(forcetype, x)
85 return pack(x).AECoerceDesc(forcetype)
aetypes.py 70 return pack(rec, forcetype='insl')

Completed in 1169 milliseconds