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

  /external/fonttools/Lib/fontTools/misc/
macCreatorType.py 5 import MacOS
7 MacOS = None
17 if MacOS is not None:
18 fileCreator, fileType = MacOS.GetCreatorAndType(path)
20 # work around bug in MacOS.GetCreatorAndType() on intel:
30 if MacOS is not None:
32 # work around bug in MacOS.SetCreatorAndType() on intel:
36 MacOS.SetCreatorAndType(path, fileCreator, fileType)
  /prebuilts/gdb/darwin-x86/lib/python2.7/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')
  /prebuilts/gdb/linux-x86/lib/python2.7/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')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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')
  /prebuilts/gdb/darwin-x86/lib/python2.7/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'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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'
  /external/clang/lib/Driver/
ToolChains.h 364 MacOS,
475 return TargetPlatform == MacOS;
    [all...]

Completed in 300 milliseconds