Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/experimental/objc/sources/
DTFLInterpreter.mm55 - (nullable instancetype)initWithModelPath:(NSString *)modelPath error:(NSError **)error {
63 error:(NSError **)error {
127 - (BOOL)invokeWithError:(NSError **)error {
138 - (nullable TFLTensor *)inputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
146 - (nullable TFLTensor *)outputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
156 error:(NSError **)error {
194 - (BOOL)allocateTensorsWithError:(NSError **)error {
206 - (BOOL)copyData:(NSData *)data toInputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
236 - (nullable NSData *)dataFromTensor:(TFLTensor *)tensor error:(NSError **)error {
258 - (nullable NSArray<NSNumber *> *)shapeOfTensor:(TFLTensor *)tensor error:(NSError **)error {
[all …]
DTFLTensor.m52 - (BOOL)copyData:(NSData *)data error:(NSError **)error {
64 - (nullable NSData *)dataWithError:(NSError **)error {
68 - (nullable NSArray<NSNumber *> *)shapeWithError:(NSError **)error {
DTFLErrorUtil.m28 error:(NSError **)error {
/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
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXImmediateWriter.m36 - (instancetype)initWithEnumerator:(NSEnumerator *)enumerator error:(NSError *)errorOrNil {
47 + (instancetype)writerWithEnumerator:(NSEnumerator *)enumerator error:(NSError *)errorOrNil {
68 + (GRXWriter *)writerWithError:(NSError *)error {
100 - (void)finishWithError:(NSError *)errorOrNil {
DGRXForwardingWriter.m51 - (void)finishOutputWithError:(NSError *)errorOrNil {
71 - (void)writesFinishedWithError:(NSError *)errorOrNil {
96 - (void)finishWithError:(NSError *)errorOrNil {
DGRXBufferedPipe.m60 - (void)writesFinishedWithError:(NSError *)errorOrNil {
108 - (void)finishWithError:(NSError *)errorOrNil {
DGRXWriter.m28 - (void)finishWithError:(NSError *)errorOrNil {
DGRXWriter+Immediate.m42 + (instancetype)writerWithError:(NSError *)error {
DGRXWriteable.m101 - (void)writesFinishedWithError:(NSError *)errorOrNil {
DGRXConcurrentWriteable.m89 - (void)cancelWithError:(NSError *)error {
/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 {
/external/grpc-grpc/examples/objective-c/auth_sample/
DMakeRPCViewController.m30 @interface NSError (AuthSample) interface in AuthSample
34 @implementation NSError (AuthSample) implementation in AuthSample
DSelectUserViewController.m46 withError:(NSError *)error {
/external/grpc-grpc/src/objective-c/GRPCClient/
DGRPCCall+ChannelCredentials.m29 error:(NSError **)errorPtr {
42 error:(NSError **)errorPtr {
DGRPCCall.m196 - (void)finishWithError:(NSError *)errorOrNil {
240 - (void)maybeFinishWithError:(NSError *)errorOrNil {
389 - (void)writesFinishedWithError:(NSError *)errorOrNil {
/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/grpc-grpc/src/objective-c/GRPCClient/private/
DNSError+GRPC.m25 @implementation NSError (GRPC) implementation in GRPC
/external/clang/test/SemaObjCXX/
Darc-objc-lifetime.mm62 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error;
66 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error {}

12