/external/clang/test/Analysis/ |
D | CheckNSError.m | 13 @interface NSError : NSObject <NSCopying, NSCoding> {} interface 24 - (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method accepting NSError**… argument 28 - (BOOL)myMethodWhichMayFail2:(NSError **)error { // no-warning
|
D | PR3991.m | 33 …ogleDocsAdapter*)inGoogleDocsAdapter accountVerifyIsValid:(BOOL)inIsValid error:(NSError *)inError;
|
/external/clang/test/SemaObjC/ |
D | dealloc.m | 45 @interface NSError:NSObject interface 48 @interface NSError(CAT) interface in CAT 51 @implementation NSError(CAT) implementation in CAT
|
D | resolve-method-in-global-pool.m | 15 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock; 31 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock {
|
D | arc-objc-lifetime.m | 63 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error; 67 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error {}
|
D | try-catch.m | 33 - (NSDictionary *)setUpInfoForTransformKey:(NSString *)transformKey outError:(NSError **)outError {
|
D | objcbridge-attribute-arc.m | 61 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
|
D | objcbridge-attribute.m | 64 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
|
/external/webrtc/talk/app/webrtc/objctests/ |
D | RTCSessionDescriptionSyncObserver.m | 77 error:(NSError*)error { argument 91 didSetSessionDescriptionWithError:(NSError*)error { argument
|
/external/clang/test/SemaObjCXX/ |
D | arc-objc-lifetime.mm | 62 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error; 66 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error {}
|
D | objcbridge-static-cast.mm | 46 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
|
D | objcbridge-attribute.mm | 46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
|
D | objcbridge-attribute-arc.mm | 46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDAppClient.m | 402 error:(NSError *)error { 431 didSetSessionDescriptionWithError:(NSError *)error { 678 + (NSError *)errorForJoinResultType:(ARDJoinResultType)resultType {
|
D | ARDAppEngineClient.m | 165 + (NSError *)badResponseError {
|
D | ARDWebSocketChannel.m | 159 - (void)webSocket:(SRWebSocket *)webSocket didFailWithError:(NSError *)error {
|
/external/google-breakpad/src/common/mac/ |
D | HTTPMultipartUpload.m | 145 - (NSData *)send:(NSError **)error {
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-line.m | 17 @interface NSError : NSObject interface
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
D | ARDVideoCallViewController.m | 101 didError:(NSError *)error {
|
/external/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 495 - (void)handleNetworkResponse:(NSData *)data withError:(NSError *)error {
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
D | APPRTCViewController.m | 268 didError:(NSError *)error {
|
/external/clang/test/ARCMT/ |
D | objcmt-instancetype-2.m | 37 @interface NSError interface
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/ |
D | SRWebSocket.m | 180 - (void)_failWithError:(NSError *)error; 673 - (void)_failWithError:(NSError *)error;
|