/external/llvm-project/llvm/lib/TextAPI/MachO/ |
D | Platform.cpp | 28 case PlatformKind::watchOS: in mapToPlatformKind() 29 return WantSim ? PlatformKind::watchOSSimulator : PlatformKind::watchOS; in mapToPlatformKind() 51 : PlatformKind::watchOS; in mapToPlatformKind() 74 case PlatformKind::watchOS: in getPlatformName()
|
D | TextStubCommon.cpp | 73 case PlatformKind::watchOS: in output() 112 .Case("watchos", PlatformKind::watchOS) in input()
|
D | Target.cpp | 30 .Case("watchos", PlatformKind::watchOS) in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | Platform.cpp | 28 case PlatformKind::watchOS: in mapToPlatformKind() 29 return WantSim ? PlatformKind::watchOSSimulator : PlatformKind::watchOS; in mapToPlatformKind() 51 : PlatformKind::watchOS; in mapToPlatformKind() 74 case PlatformKind::watchOS: in getPlatformName()
|
D | TextStubCommon.cpp | 68 case PlatformKind::watchOS: in output() 99 .Case("watchos", PlatformKind::watchOS) in input()
|
D | Target.cpp | 30 .Case("watchos", PlatformKind::watchOS) in create()
|
/external/llvm-project/lldb/source/Utility/ |
D | XcodeSDK.cpp | 35 case XcodeSDK::watchOS: in GetName() 80 return XcodeSDK::watchOS; in ParseSDKName() 186 case watchOS: in GetCanonicalName() 215 case Type::watchOS: in SDKSupportsModules() 237 case Type::watchOS: in SupportsSwift() 281 return XcodeSDK::watchOS; in GetSDKTypeForTriple()
|
/external/llvm-project/lldb/unittests/Utility/ |
D | XcodeSDKTest.cpp | 29 EXPECT_EQ(XcodeSDK("WatchOS.sdk").GetType(), XcodeSDK::watchOS); in TEST() 50 EXPECT_EQ(sdk.GetType(), XcodeSDK::watchOS); in TEST() 126 info.type = XcodeSDK::Type::watchOS; in TEST() 163 info.type = XcodeSDK::Type::watchOS; in TEST() 201 XcodeSDK::Type::watchOS); in TEST()
|
/external/okio/okio/ |
D | build.gradle | 29 * * sizet32 for watchOS, including watchOS 64-bit architectures 158 // Note that size_t is 32-bit on all watchOS versions (ie. pointers are always 32-bit).
|
/external/llvm-project/clang/test/Sema/ |
D | attr-availability-watchos.c | 28 void f2_watchos(int) __attribute__((availability(watchOS,introduced=2.0,deprecated=3.0))); // expec… 36 void f6_watchos(int) __attribute__((availability(watchOS,introduced=2.0)));
|
/external/llvm-project/lld/test/MachO/ |
D | platform-version.s | 31 # RUN: -platform_version watchOS 10 1.2.3.4.5 \ 45 # RUN: -platform_version watchOS-Simulator 1 5
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | Platform.h | 27 watchOS = MachO::PLATFORM_WATCHOS, enumerator
|
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/ |
D | Platform.h | 27 watchOS = MachO::PLATFORM_WATCHOS, enumerator
|
/external/llvm-project/clang/test/Index/ |
D | complete-available.m | 19 // CHECK: {TypedText watchOS} (40)
|
/external/webrtc/rtc_base/system/ |
D | gcd_helpers.m | 16 if (@available(iOS 10, macOS 10.12, tvOS 10, watchOS 3, *)) {
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | XcodeSDK.h | 36 watchOS, enumerator
|
/external/llvm-project/clang/test/SemaObjC/ |
D | unguarded-availability-new.m | 108 …// expected-warning@-12 {{'new_int' is only available on watchOS 5}} expected-note@-12 {{annotate … 132 // expected-warning@-12 {{'currentlyAvailable' is only available on watchOS 4 or newer}} 148 // expected-warning@-12 {{'willBeAvailabile' is only available on watchOS 5 or newer}}
|
/external/llvm-project/clang/test/Parser/ |
D | objc-available.m | 25 (void)@available(iOS 8, tvOS 10, watchOS 3, macOS 10.11, *);
|
/external/curl/lib/ |
D | timeval.c | 83 if(__builtin_available(macOS 10.12, iOS 10, tvOS 10, watchOS 3, *)) in Curl_now()
|
/external/llvm-project/lldb/docs/ |
D | index.rst | 73 * iOS, tvOS, and watchOS simulator debugging on i386, x86_64 and AArch64 74 * iOS, tvOS, and watchOS device debugging on ARM and AArch64
|
/external/llvm-project/lldb/docs/status/ |
D | status.rst | 20 LLDB is the system debugger on macOS, iOS, tvOS, and watchOS and
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 30 …GETENTRYPY_GETRANDOM_RUNTIME __builtin_available(macOS 10.12, iOS 10.10, tvOS 10.0, watchOS 3.0, *)
|
/external/llvm-project/llvm/unittests/TextAPI/ |
D | TextStubV2Tests.cpp | 265 auto Platform = PlatformKind::watchOS; in TEST()
|
D | TextStubV1Tests.cpp | 245 auto Platform = PlatformKind::watchOS; in TEST()
|
/external/llvm-project/lldb/test/ |
D | CMakeLists.txt | 227 "Running lldb test suite on the watchOS simulator"
|