Searched refs:MACOS (Results 1 – 25 of 28) sorted by relevance
12
36 readonly MACOS=146 PLATFORMS[$MACOS]="MacOSX-x86_64"49 PLATFORMS[$MACOS]+=" MacOSX-arm64"84 echo "MacOS SDK Version: ${SDK[$MACOS]}"131 sdk="${SDK[$MACOS]}"
86 MACOS = (HOST_PLATFORM == 'darwin') variable263 if MACOS:273 if MACOS and is_macosx_sdk_path(dir_):282 if MACOS and is_macosx_sdk_path(dir_):297 if MACOS:306 if MACOS and is_macosx_sdk_path(p):335 if MACOS and is_macosx_sdk_path(p):613 if MACOS and (879 if MACOS:1118 if MACOS:[all …]
1 MACOS (not MACOS X)
46 MACOS = (sys.platform == "darwin") variable47 UNIXY = MACOS or (sys.platform == "linux") # XXX should this be "not Windows"?387 if MACOS and symbol.startswith("_"):
108 #if defined(MACOS) || defined(TARGET_OS_MAC)
218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
133 #if defined(MACOS) || defined(TARGET_OS_MAC)
1174 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
115 #if defined(MACOS) || defined(TARGET_OS_MAC)
140 #if defined(MACOS) || defined(TARGET_OS_MAC)
1237 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
148 #if defined(MACOS) || defined(TARGET_OS_MAC)
100 // macOS: %MACOS%
20 MACOS = (sys.platform == 'darwin') variable1118 if MACOS:
39 MACOS = sys.platform.startswith("darwin") variable1275 …@unittest.skipIf(MACOS or SOLARIS or _winapi, 'On MACOS, Solaris and Windows the errors are not co…2209 @unittest.skipIf(MACOS, "skipped on macOS")2227 @unittest.skipIf(MACOS, "skipped on macOS")2248 @unittest.skipIf(MACOS, "skipped on macOS")2564 @unittest.skipIf(not MACOS, 'macOS only')
784 # MACOS818 # MACOS
154 Added test for MACOS to ensure that both math.h and fp.h are not #included170 With some testing, this may become the default for MACOS/PPC systems.