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

1 2 3 4

  /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)
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Timing.py 9 import MacOS
11 return MacOS.GetTicks() / 60.0
  /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
  /external/chromium_org/remoting/host/installer/mac/tools/
ksunregister.sh 7 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
ksregister.sh 10 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
  /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_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')
test_applesingle.py 8 MacOS = test_support.import_module('MacOS')
9 # The following should exist if MacOS does.
43 fp = 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_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')
test_applesingle.py 8 MacOS = test_support.import_module('MacOS')
9 # The following should exist if MacOS does.
43 fp = MacOS.openrf(TESTFN2, '*rb')
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
25 root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Enumerations.py 9 import MacOS
  /external/chromium_org/remoting/tools/mac/
chromoting-set-channel.sh 12 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
  /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
Standard_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
  /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/
MiniAEFrame.py 13 import MacOS
41 if MacOS.runtimemodel == 'ppc':
86 if hasattr(MacOS, 'OutputSeen'):
87 MacOS.OutputSeen()
103 if hasattr(MacOS, 'OutputSeen'):
104 MacOS.OutputSeen()
109 if hasattr(MacOS, 'HandleEvent'):
110 MacOS.HandleEvent(event)
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'
  /sdk/monitor/
monitor 39 app=${app}.app/Contents/MacOS/monitor
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 9 import MacOS

Completed in 680 milliseconds

1 2 3 4