Searched defs:MacOS (Results 1 - 5 of 5) 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/fonttools/Lib/fontTools/
H A Dt1Lib.py39 import MacOS namespace
/external/fonttools/Tools/fontTools/
H A Dt1Lib.py39 import MacOS namespace
/external/clang/lib/Driver/
H A DToolChains.h364 MacOS, enumerator in enum:clang::driver::toolchains::Darwin::DarwinPlatformKind
475 return TargetPlatform == MacOS;

Completed in 239 milliseconds