Home
last modified time | relevance | path

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

12

/external/python/cpython3/
Dsetup.py65 MACOS = (HOST_PLATFORM == 'darwin') variable
238 if MACOS:
248 if MACOS and is_macosx_sdk_path(dir):
257 if MACOS and is_macosx_sdk_path(dir):
272 if MACOS:
281 if MACOS and is_macosx_sdk_path(p):
310 if MACOS and is_macosx_sdk_path(p):
574 if MACOS and (
783 if MACOS:
1012 if MACOS:
[all …]
/external/tensorflow/tensorflow/core/framework/
Dtype_index.h27 #if defined(MACOS) || defined(TARGET_OS_MAC) || defined(PLATFORM_WINDOWS)
65 #if defined(MACOS) || defined(TARGET_OS_MAC) || defined(PLATFORM_WINDOWS) in Make()
/external/llvm-project/clang/test/SemaCXX/
Dunavailable_aligned_allocation.cpp122 #elif defined(MACOS)
154 #elif defined(MACOS)
/external/python/pybind11/pybind11/
Dsetup_helpers.py64 MACOS = sys.platform.startswith("darwin") variable
147 if MACOS:
183 if MACOS and "MACOSX_DEPLOYMENT_TARGET" not in os.environ:
Dsetup_helpers.pyi14 MACOS: bool
/external/curl/src/macos/
DMACINSTALL.TXT1 MACOS (not MACOS X)
/external/python/pybind11/tests/
Denv.py6 MACOS = sys.platform.startswith("darwin") variable
/external/freetype/src/gzip/
Dzutil.h108 #if defined(MACOS) || defined(TARGET_OS_MAC)
Dftzconf.h218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
/external/python/cpython2/Modules/zlib/
Dzutil.h133 #if defined(MACOS) || defined(TARGET_OS_MAC)
DChangeLog1174 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
/external/rust/crates/libz-sys/src/zlib/
Dzutil.h133 #if defined(MACOS) || defined(TARGET_OS_MAC)
DChangeLog1174 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
/external/libwebsockets/win32port/zlib/
Dzutil.h115 #if defined(MACOS) || defined(TARGET_OS_MAC)
/external/angle/third_party/zlib/
Dzutil.h148 #if defined(MACOS) || defined(TARGET_OS_MAC)
/external/zlib/
Dzutil.h148 #if defined(MACOS) || defined(TARGET_OS_MAC)
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh100 // macOS: %MACOS%
/external/rust/crates/libz-sys/src/zlib-ng/
Dzutil.h108 #if defined(MACOS) || defined(TARGET_OS_MAC)
/external/libogg/
DREADME115 BUILDING ON MACOS 9:
/external/python/cpython3/Lib/test/
Dtest_embed.py18 MACOS = (sys.platform == 'darwin') variable
1048 if MACOS:
Dtest_shutil.py36 MACOS = sys.platform.startswith("darwin") variable
2116 @unittest.skipIf(MACOS, "skipped on macOS")
2134 @unittest.skipIf(MACOS, "skipped on macOS")
2155 @unittest.skipIf(MACOS, "skipped on macOS")
2471 @unittest.skipIf(not MACOS, 'macOS only')
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.cc103 #elif defined(MACOS) || defined(TARGET_OS_MAC) in LoadAndBind()
/external/skia/
Dpublic.bzl798 # MACOS
832 # MACOS
/external/llvm-project/clang/test/Analysis/
DDeallocMissingRelease.m890 #if !MACOS
/external/dnsmasq/
DCHANGELOG.archive459 Fixed config.h to allow building under MACOS X and glibc

12