HomeSort by relevance Sort by last modified time
    Searched defs:MacOS (Results 1 - 11 of 11) sorted by null

  /external/fonttools/Lib/fontTools/misc/
macCreatorType.py 9 import MacOS
11 MacOS = None
30 if MacOS is not None:
31 fileCreator, fileType = MacOS.GetCreatorAndType(path)
33 # work around bug in MacOS.GetCreatorAndType() on intel:
50 if MacOS is not None:
51 MacOS.SetCreatorAndType(path, fileCreator, fileType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_macos.py 6 MacOS = test_support.import_module('MacOS')
25 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
41 MacOS.SetCreatorAndType(test_support.TESTFN,
44 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
72 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
82 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
test_applesingle.py 8 MacOS = test_support.import_module('MacOS')
9 # The following should exist if MacOS does.
43 fp = MacOS.openrf(TESTFN2, '*rb')
test_macostools.py 8 MacOS = test_support.import_module('MacOS')
9 #The following modules should exist if MacOS exists.
21 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
38 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
41 rfp = MacOS.openrf(TESTFN2, '*rb')
  /external/python/cpython2/Lib/test/
test_macos.py 6 MacOS = test_support.import_module('MacOS')
23 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
38 MacOS.SetCreatorAndType(test_support.TESTFN,
41 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
69 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
79 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
test_applesingle.py 8 MacOS = test_support.import_module('MacOS')
9 # The following should exist if MacOS does.
43 fp = MacOS.openrf(TESTFN2, '*rb')
test_macostools.py 8 MacOS = test_support.import_module('MacOS')
9 #The following modules should exist if MacOS exists.
23 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
40 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
43 rfp = MacOS.openrf(TESTFN2, '*rb')
  /external/python/cpython2/Lib/plat-mac/
applesingle.py 10 import MacOS
13 class MacOS:
103 fp = MacOS.openrf(path, '*wb')
115 without the MacOS module, it will create inpath and inpath+'.rsrc'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 23 import MacOS
25 MacOS = None
341 if MacOS and CREATOR:
348 if MacOS and (self.filecreator or self.filetype):
349 creator, type = MacOS.GetCreatorAndType(filename)
352 MacOS.SetCreatorAndType(filename, creator, type)
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 23 import MacOS
25 MacOS = None
341 if MacOS and CREATOR:
348 if MacOS and (self.filecreator or self.filetype):
349 creator, type = MacOS.GetCreatorAndType(filename)
352 MacOS.SetCreatorAndType(filename, creator, type)
  /external/clang/lib/Driver/
ToolChains.h 382 MacOS,
493 return TargetPlatform == MacOS;
    [all...]

Completed in 614 milliseconds