Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm66 - (nullable instancetype)initWithModelPath:(NSString *)modelPath error:(NSError **)error {
75 error:(NSError **)error {
82 error:(NSError **)error {
163 - (BOOL)invokeWithError:(NSError **)error {
174 - (nullable TFLTensor *)inputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
182 - (nullable TFLTensor *)outputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
192 error:(NSError **)error {
230 - (BOOL)allocateTensorsWithError:(NSError **)error {
242 - (BOOL)copyData:(NSData *)data toInputTensorAtIndex:(NSUInteger)index error:(NSError **)error {
272 - (nullable NSData *)dataFromTensor:(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 {
/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.mm352 error:(NSError **)outError {
411 error:(NSError **)outError {
418 - (BOOL)setMode:(NSString *)mode error:(NSError **)outError {
425 - (BOOL)setInputGain:(float)gain error:(NSError **)outError {
432 - (BOOL)setPreferredSampleRate:(double)sampleRate error:(NSError **)outError {
440 error:(NSError **)outError {
448 error:(NSError **)outError {
455 error:(NSError **)outError {
463 error:(NSError **)outError {
471 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.m859 - (instancetype)initWithData:(NSData *)data error:(NSError **)errorPtr {
865 error:(NSError **)errorPtr {
896 error:(NSError **)errorPtr {
1950 + (instancetype)parseFromData:(NSData *)data error:(NSError **)errorPtr {
1956 error:(NSError **)errorPtr {
1964 error:(NSError **)errorPtr {
1976 error:(NSError **)errorPtr {
/external/llvm-project/clang/test/Analysis/
DCheckNSError.m16 @interface NSError : NSObject <NSCopying, NSCoding> {} interface
29 - (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method accepting NSError** argument
33 - (BOOL)myMethodWhichMayFail2:(NSError **)error { // no-warning
43 - (BOOL)myMethodWhichMayFail4:(NSError **)error { // no-warning
Dincorrect-checker-names.mm101 @interface NSError : NSObject <NSCopying, NSCoding> {} interface
118 …rror **)error { // expected-warning {{Method accepting NSError** should have a no… argument
/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/llvm-project/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/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/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm29 error:(NSError **)error;
37 - (id)defaultDeviceSetWithError:(NSError **)error;
49 - (BOOL)bootWithOptions:(NSDictionary *)options error:(NSError **)error;
51 - (BOOL)shutdownWithError:(NSError **)error;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dobjc-avoid-nserror-init.m2 @interface NSError interface

123