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

1 2 3

  /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/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Netscape_Suite.py 9 import MacOS
URL_Suite.py 9 import MacOS
Microsoft_Internet_Explorer.py 9 import MacOS
Required_Suite.py 9 import MacOS
Standard_Suite.py 9 import MacOS
Web_Browser_Suite.py 9 import MacOS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_URL_suite.py 11 import MacOS
PowerPlant.py 9 import MacOS
Required_suite.py 9 import MacOS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Required_Suite.py 9 import MacOS
QuickDraw_Graphics_Suppleme.py 9 import MacOS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 9 import MacOS
Login_Items_Suite.py 9 import MacOS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 9 import MacOS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 6 import MacOS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 9 import MacOS
macostools.py 1 """macostools - Various utility functions for MacOS.
14 import MacOS
16 openrf = MacOS.openrf
  /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/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Enumerations.py 9 import MacOS

Completed in 626 milliseconds

1 2 3