Home
last modified time | relevance | path

Searched refs:MACOS (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/
Dxcframeworkbuild.sh36 readonly MACOS=1
46 PLATFORMS[$MACOS]="MacOSX-x86_64"
49 PLATFORMS[$MACOS]+=" MacOSX-arm64"
84 echo "MacOS SDK Version: ${SDK[$MACOS]}"
131 sdk="${SDK[$MACOS]}"
/third_party/python/
Dsetup.py86 MACOS = (HOST_PLATFORM == 'darwin') variable
263 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 …]
/third_party/curl/src/macos/
DMACINSTALL.TXT1 MACOS (not MACOS X)
/third_party/python/Tools/scripts/
Dstable_abi.py46 MACOS = (sys.platform == "darwin") variable
47 UNIXY = MACOS or (sys.platform == "linux") # XXX should this be "not Windows"?
387 if MACOS and symbol.startswith("_"):
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dzutil.h108 #if defined(MACOS) || defined(TARGET_OS_MAC)
Dftzconf.h218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
/third_party/freetype/src/gzip/
Dzutil.h108 #if defined(MACOS) || defined(TARGET_OS_MAC)
Dftzconf.h218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzutil.h108 #if defined(MACOS) || defined(TARGET_OS_MAC)
Dftzconf.h218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dzutil.h133 #if defined(MACOS) || defined(TARGET_OS_MAC)
DChangeLog1174 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
/third_party/libwebsockets/win32port/zlib/
Dzutil.h115 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/zlib/
Dzutil.h140 #if defined(MACOS) || defined(TARGET_OS_MAC)
DChangeLog1237 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dzutil.h133 #if defined(MACOS) || defined(TARGET_OS_MAC)
DChangeLog1174 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
/third_party/skia/third_party/externals/zlib/
Dzutil.h148 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/flutter/skia/third_party/externals/zlib/
Dzutil.h148 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/node/deps/zlib/
Dzutil.h148 #if defined(MACOS) || defined(TARGET_OS_MAC)
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh100 // macOS: %MACOS%
/third_party/python/Lib/test/
Dtest_embed.py20 MACOS = (sys.platform == 'darwin') variable
1118 if MACOS:
Dtest_shutil.py39 MACOS = sys.platform.startswith("darwin") variable
1275 …@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')
/third_party/skia/
Dpublic.bzl784 # MACOS
818 # MACOS
/third_party/skia/third_party/externals/libpng/
DCHANGES154 Added test for MACOS to ensure that both math.h and fp.h are not #included
170 With some testing, this may become the default for MACOS/PPC systems.

12