HomeSort by relevance Sort by last modified time
    Searched full:unavailable (Results 126 - 150 of 1444) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaObjC/
invalid-code.m 53 __attribute__((unavailable)) @interface I4 @end // expected-error {{Objective-C declarations may only appear in global scope}}
  /external/curl/tests/data/
test1072 4 # because chunked encoding is unavailable, so the request must fail.
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
DeviceShutdown.java 50 // Need wait RCS stack become unavailable before close RCS service.
  /external/llvm/include/llvm/Support/
Compression.h 34 StatusUnsupported, // zlib is unavailable
  /external/llvm/test/CodeGen/ARM/
arguments.ll 13 ; test that allocating the double to r2/r3 makes r1 unavailable on gnueabi.
  /external/mesa3d/src/mesa/swrast/
NOTES 17 versions of these operations are unavailable.
  /external/webrtc/talk/app/webrtc/objc/public/
RTCAudioSource.h 37 (unavailable("init is not a supported initializer for this class.")));
RTCAudioTrack.h 36 (unavailable("init is not a supported initializer for this class.")));
RTCICEServer.h 46 unavailable("init is not a supported initializer for this class.")));
RTCMediaSource.h 41 unavailable("init is not a supported initializer for this class.")));
RTCMediaStream.h 48 (unavailable("init is not a supported initializer for this class.")));
RTCPair.h 42 (unavailable("init is not a supported initializer for this class.")));
RTCSessionDescription.h 46 (unavailable("init is not a supported initializer for this class.")));
RTCStatsReport.h 42 unavailable("init is not a supported initializer for this class.")));
RTCVideoCapturer.h 39 (unavailable("init is not a supported initializer for this class.")));
RTCVideoSource.h 36 (unavailable("init is not a supported initializer for this class.")));
RTCVideoTrack.h 52 (unavailable("init is not a supported initializer for this class.")));
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft.h 16 // These intrinsics were unavailable before VS 2008.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsAddress.java 35 * Returns the address of the SMS message in String form or null if unavailable
  /packages/apps/Camera2/src_pd/com/android/camera/app/
LocationManager.java 26 * provider, or network/gps if the fused location provider is unavailable)
  /prebuilts/tools/common/proguard/
README 22 unavailable).
  /system/update_engine/common/
http_common.cc 53 { kHttpResponseServiceUnavailable, "Service Unavailable" },
  /external/clang/test/ARCMT/
objcmt-atomic-property.m.result 28 @property (strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (strong) NSString *UnavailProp1 __attribute__((unavailable));
34 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
objcmt-ns-nonatomic-iosonly.m.result 35 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp __attribute__((unavailable));
38 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp1 __attribute__((unavailable));
41 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
objcmt-property.m.result 28 @property (nonatomic, strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (nonatomic, strong) NSString *UnavailProp1 __attribute__((unavailable));
34 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));

Completed in 1863 milliseconds

1 2 3 4 56 7 8 91011>>