Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm71 - (nullable instancetype)initWithModelPath:(NSString *)modelPath error:(NSError **)error {
80 error:(NSError **)error {
87 error:(NSError **)error {
187 - (BOOL)invokeWithError:(NSError **)error {
198 - (nullable TFLTensor *)inputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
206 - (nullable TFLTensor *)outputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
216 error:(NSError **)error {
254 - (BOOL)allocateTensorsWithError:(NSError **)error {
264 - (nullable TFLSignatureRunner *)signatureRunnerWithKey:(NSString *)key error:(NSError **)error {
280 - (BOOL)copyData:(NSData *)data toInputTensor:(TFLTensor *)inputTensor error:(NSError **)error {
[all …]
DTFLSignatureRunner.mm61 error:(NSError **)error {
129 - (nullable TFLTensor *)inputTensorWithName:(NSString *)name error:(NSError **)error {
133 - (nullable TFLTensor *)outputTensorWithName:(NSString *)name error:(NSError **)error {
139 error:(NSError **)error {
179 - (BOOL)allocateTensorsWithError:(NSError **)error {
192 - (BOOL)invokeWithInputs:(NSDictionary<NSString *, NSData *> *)inputs Error:(NSError **)error {
215 - (BOOL)copyData:(NSData *)data toInputTensor:(TFLTensor *)inputTensor error:(NSError **)error {
257 - (nullable NSData *)dataFromTensor:(TFLTensor *)tensor error:(NSError **)error {
282 - (nullable NSArray<NSNumber *> *)shapeOfTensor:(TFLTensor *)tensor error:(NSError **)error {
326 error:(NSError **)error {
[all …]
DTFLErrorUtil.m28 error:(NSError **)error {
35 description:(NSString *)description {
DTFLTensor.m54 - (BOOL)copyData:(NSData *)data error:(NSError **)error {
58 - (nullable NSData *)dataWithError:(NSError **)error {
62 - (nullable NSArray<NSNumber *> *)shapeWithError:(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 {
/external/webrtc/sdk/objc/components/audio/
DRTCAudioSession.mm350 error:(NSError **)outError {
412 error:(NSError **)outError {
419 - (BOOL)setMode:(NSString *)mode error:(NSError **)outError {
426 - (BOOL)setInputGain:(float)gain error:(NSError **)outError {
433 - (BOOL)setPreferredSampleRate:(double)sampleRate error:(NSError **)outError {
441 error:(NSError **)outError {
449 error:(NSError **)outError {
456 error:(NSError **)outError {
464 error:(NSError **)outError {
472 error:(NSError **)outError {
[all …]
DRTCAudioSession+Configuration.mm20 : (NSError **)outError {
29 error:(NSError **)outError {
41 error:(NSError **)outError {
/external/protobuf/objectivec/
DGPBWellKnownTypes.m177 error:(NSError **)errorPtr {
185 error:(NSError **)errorPtr {
192 error:(NSError **)errorPtr {
200 error:(NSError **)errorPtr {
214 error:(NSError **)errorPtr {
222 error:(NSError **)errorPtr {
242 error:(NSError **)errorPtr {
DGPBMessage.m879 - (instancetype)initWithData:(NSData *)data error:(NSError **)errorPtr {
885 error:(NSError **)errorPtr {
916 error:(NSError **)errorPtr {
2001 + (instancetype)parseFromData:(NSData *)data error:(NSError **)errorPtr {
2007 error:(NSError **)errorPtr {
2015 error:(NSError **)errorPtr {
2027 error:(NSError **)errorPtr {
/external/cronet/third_party/protobuf/objectivec/
DGPBWellKnownTypes.m177 error:(NSError **)errorPtr {
185 error:(NSError **)errorPtr {
192 error:(NSError **)errorPtr {
200 error:(NSError **)errorPtr {
214 error:(NSError **)errorPtr {
222 error:(NSError **)errorPtr {
242 error:(NSError **)errorPtr {
DGPBMessage.m879 - (instancetype)initWithData:(NSData *)data error:(NSError **)errorPtr {
885 error:(NSError **)errorPtr {
916 error:(NSError **)errorPtr {
2001 + (instancetype)parseFromData:(NSData *)data error:(NSError **)errorPtr {
2007 error:(NSError **)errorPtr {
2015 error:(NSError **)errorPtr {
2027 error:(NSError **)errorPtr {
/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 {
/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
/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/examples/objc/AppRTCMobile/
DARDCaptureController.m40 - (void)startCapture:(void (^)(NSError *))completion {
67 - (void)switchCamera:(void (^)(NSError *))completion {
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DNSError+GRPC.m25 @implementation NSError (GRPC) implementation in GRPC

123