Home
last modified time | relevance | path

Searched defs:NSError (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/Analysis/
DCheckNSError.m13 @interface NSError : NSObject <NSCopying, NSCoding> {} interface
24 - (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method accepting NSError** argument
28 - (BOOL)myMethodWhichMayFail2:(NSError **)error { // no-warning
DPR3991.m33 …ogleDocsAdapter*)inGoogleDocsAdapter accountVerifyIsValid:(BOOL)inIsValid error:(NSError *)inError;
/external/clang/test/SemaObjC/
Ddealloc.m45 @interface NSError:NSObject interface
48 @interface NSError(CAT) interface in CAT
51 @implementation NSError(CAT) implementation in CAT
Dresolve-method-in-global-pool.m15 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock;
31 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock {
Darc-objc-lifetime.m63 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error;
67 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error {}
Dtry-catch.m33 - (NSDictionary *)setUpInfoForTransformKey:(NSString *)transformKey outError:(NSError **)outError {
Dobjcbridge-attribute-arc.m61 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
Dobjcbridge-attribute.m64 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
/external/webrtc/talk/app/webrtc/objctests/
DRTCSessionDescriptionSyncObserver.m77 error:(NSError*)error { argument
91 didSetSessionDescriptionWithError:(NSError*)error { argument
/external/clang/test/SemaObjCXX/
Darc-objc-lifetime.mm62 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error;
66 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error {}
Dobjcbridge-static-cast.mm46 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
Dobjcbridge-attribute.mm46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
Dobjcbridge-attribute-arc.mm46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppClient.m402 error:(NSError *)error {
431 didSetSessionDescriptionWithError:(NSError *)error {
678 + (NSError *)errorForJoinResultType:(ARDJoinResultType)resultType {
DARDAppEngineClient.m165 + (NSError *)badResponseError {
DARDWebSocketChannel.m159 - (void)webSocket:(SRWebSocket *)webSocket didFailWithError:(NSError *)error {
/external/google-breakpad/src/common/mac/
DHTTPMultipartUpload.m145 - (NSData *)send:(NSError **)error {
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m17 @interface NSError : NSObject interface
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallViewController.m101 didError:(NSError *)error {
/external/google-breakpad/src/client/mac/sender/
Duploader.mm495 - (void)handleNetworkResponse:(NSData *)data withError:(NSError *)error {
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
DAPPRTCViewController.m268 didError:(NSError *)error {
/external/clang/test/ARCMT/
Dobjcmt-instancetype-2.m37 @interface NSError interface
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m180 - (void)_failWithError:(NSError *)error;
673 - (void)_failWithError:(NSError *)error;