Home
last modified time | relevance | path

Searched refs:MACOS (Results 1 - 13 of 13) sorted by relevance

/third_party/python/
H A Dsetup.py84 MACOS = (HOST_PLATFORM == 'darwin') variable
244 if MACOS:
254 if MACOS and is_macosx_sdk_path(dir_):
263 if MACOS and is_macosx_sdk_path(dir_):
633 if MACOS and (
901 if MACOS:
1091 if MACOS:
1132 if MACOS:
1140 elif MACOS and curses_library == 'ncurses':
1152 elif curses_library == 'curses' and not MACOS
[all...]
/third_party/python/Tools/scripts/
H A Dstable_abi.py47 MACOS = (sys.platform == "darwin") variable
48 UNIXY = MACOS or (sys.platform == "linux") # XXX should this be "not Windows"?
485 if MACOS and symbol.startswith("_"):
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
H A Dzutil.h108 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/libwebsockets/win32port/zlib/
H A Dzutil.h115 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/node/deps/v8/third_party/zlib/
H A Dzutil.h144 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/node/deps/zlib/
H A Dzutil.h155 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/skia/third_party/externals/zlib/
H A Dzutil.h148 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh100 // macOS: %MACOS%
148 echo "$file_header" | sed -e "s|%DATE%|$(date)|" -e "s|%MACOS%|$(basename $macos_sdk)|" \
/third_party/zlib/
H A Dzutil.h140 #if defined(MACOS)
/third_party/python/Lib/test/
H A Dtest_shutil.py40 MACOS = sys.platform.startswith("darwin") variable
1306 @unittest.skipIf(MACOS or SOLARIS or _winapi, 'On MACOS, Solaris and Windows the errors are not confusing (though different)')
2268 @unittest.skipIf(MACOS, "skipped on macOS")
2286 @unittest.skipIf(MACOS, "skipped on macOS")
2307 @unittest.skipIf(MACOS, "skipped on macOS")
2623 @unittest.skipIf(not MACOS, 'macOS only')
H A Dtest_embed.py24 MACOS = (sys.platform == 'darwin') variable
1164 if MACOS:
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py24 MACOS = (sys.platform == 'darwin') variable
25 BUF_MULTIPLIER = 1024 if not MACOS else 64

Completed in 18 milliseconds