Home
last modified time | relevance | path

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

12

/external/walt/ios/WALT/
DWALTClient.m79 - (BOOL)improveSyncBoundsWithError:(NSError **)error;
80 - (BOOL)improveMinBoundWithError:(NSError **)error;
81 - (BOOL)improveMaxBoundWithError:(NSError **)error;
82 - (BOOL)readRemoteTimestamps:(uint64_t[kWALTSyncDigitMax])times error:(NSError **)error;
108 - (instancetype)initWithError:(NSError **)error {
141 - (BOOL)checkConnectionWithError:(NSError **)error {
230 - (BOOL)syncClocksWithError:(NSError **)error {
264 - (BOOL)updateSyncBoundsWithError:(NSError **)error {
286 - (BOOL)improveSyncBoundsWithError:(NSError **)error {
290 - (BOOL)improveMinBoundWithError:(NSError **)error {
[all …]
DMIDIClient.m168 - (instancetype)initWithName:(NSString *)name error:(NSError **)error {
189 - (BOOL)connectToSource:(MIDISource *)source error:(NSError **)error {
218 - (BOOL)connectToDestination:(MIDIDestination *)destination error:(NSError **)error {
235 - (BOOL)sendData:(NSData *)data error:(NSError **)error {
DUIAlertView+Extensions.m20 - (instancetype)initWithTitle:(NSString *)title error:(NSError *)error {
DWALTLogger.m59 - (BOOL)writeToURL:(NSURL *)url error:(NSError **)error {
/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 {
Dtry-catch.m33 - (NSDictionary *)setUpInfoForTransformKey:(NSString *)transformKey outError:(NSError **)outError {
Darc-objc-lifetime.m63 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error;
67 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error {}
Dobjcbridge-attribute-arc.m64 @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/protobuf/objectivec/
DGPBMessage.m801 - (instancetype)initWithData:(NSData *)data error:(NSError **)errorPtr {
807 error:(NSError **)errorPtr {
839 error:(NSError **)errorPtr {
1887 + (instancetype)parseFromData:(NSData *)data error:(NSError **)errorPtr {
1893 error:(NSError **)errorPtr {
1901 error:(NSError **)errorPtr {
1913 error:(NSError **)errorPtr {
/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/
DARDAppEngineClient.m165 + (NSError *)badResponseError {
DARDAppClient.m402 error:(NSError *)error {
431 didSetSessionDescriptionWithError:(NSError *)error {
678 + (NSError *)errorForJoinResultType:(ARDJoinResultType)resultType {
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 {

12