Searched refs:MacOS (Results 1 - 15 of 15) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DmacCreatorType.py5 import MacOS namespace
7 MacOS = None variable
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/fonttools/Tools/fontTools/misc/
H A DmacCreatorType.py5 import MacOS namespace
7 MacOS = None variable
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/
H A DTiming.py9 import MacOS namespace
11 return MacOS.GetTicks() / 60.0
/external/chromium_org/remoting/host/installer/mac/tools/
H A Dksunregister.sh7 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
H A Dksregister.sh10 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
H A Dpackaging.properties17 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
/external/chromium_org/remoting/tools/mac/
H A Dchromoting-set-channel.sh12 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
/external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
H A Dorg.chromium.chromoting.me2me.sh13 HOST_EXE=$CONFIG_DIR/$HOST_BUNDLE_NAME/Contents/MacOS/remoting_me2me_host
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_postflight.sh20 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
/external/fonttools/Lib/fontTools/
H A Dt1Lib.py39 import MacOS namespace
/external/fonttools/Tools/fontTools/
H A Dt1Lib.py39 import MacOS namespace
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU51 MacOSX Use the default compilers on MacOS X (Darwin)
293 THE_OS="MacOS X (Darwin)"
301 THE_OS="MacOS X (Darwin)"
/external/icu/icu4c/source/
H A DrunConfigureICU51 MacOSX Use the default compilers on MacOS X (Darwin)
293 THE_OS="MacOS X (Darwin)"
301 THE_OS="MacOS X (Darwin)"
/external/clang/lib/Driver/
H A DToolChains.h322 MacOS, enumerator in enum:clang::driver::toolchains::Darwin::DarwinPlatformKind
405 return TargetPlatform == MacOS;
H A DToolChains.cpp92 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
101 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
406 assert(isTargetMacOS() && "unexpected non MacOS platform");
551 Platform = MacOS;
569 if (Platform == MacOS) {

Completed in 4509 milliseconds