/external/tensorflow/tensorflow/lite/objc/sources/ |
D | TFLInterpreter.mm | 66 - (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 …]
|
D | TFLTensor.m | 52 - (BOOL)copyData:(NSData *)data error:(NSError **)error { 64 - (nullable NSData *)dataWithError:(NSError **)error { 68 - (nullable NSArray<NSNumber *> *)shapeWithError:(NSError **)error {
|
/external/walt/ios/WALT/ |
D | WALTClient.m | 79 - (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 …]
|
D | MIDIClient.m | 168 - (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 {
|
D | UIAlertView+Extensions.m | 20 - (instancetype)initWithTitle:(NSString *)title error:(NSError *)error {
|
/external/webrtc/sdk/objc/components/audio/ |
D | RTCAudioSession.mm | 352 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 …]
|
D | RTCAudioSession+Configuration.mm | 20 : (NSError **)outError { 29 error:(NSError **)outError { 41 error:(NSError **)outError {
|
/external/protobuf/objectivec/ |
D | GPBWellKnownTypes.m | 177 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 {
|
D | GPBMessage.m | 859 - (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/ |
D | CheckNSError.m | 16 @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
|
D | incorrect-checker-names.mm | 101 @interface NSError : NSObject <NSCopying, NSCoding> {} interface 118 …rror **)error { // expected-warning {{Method accepting NSError** should have a no… argument
|
/external/clang/test/Analysis/ |
D | CheckNSError.m | 13 @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/ |
D | GRXImmediateWriter.m | 36 - (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 {
|
D | GRXForwardingWriter.m | 51 - (void)finishOutputWithError:(NSError *)errorOrNil { 71 - (void)writesFinishedWithError:(NSError *)errorOrNil { 96 - (void)finishWithError:(NSError *)errorOrNil {
|
D | GRXBufferedPipe.m | 60 - (void)writesFinishedWithError:(NSError *)errorOrNil { 108 - (void)finishWithError:(NSError *)errorOrNil {
|
D | GRXWriter.m | 28 - (void)finishWithError:(NSError *)errorOrNil {
|
/external/llvm-project/clang/test/SemaObjC/ |
D | dealloc.m | 45 @interface NSError:NSObject interface 48 @interface NSError(CAT) interface in CAT 51 @implementation NSError(CAT) implementation in CAT
|
D | resolve-method-in-global-pool.m | 15 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock; 31 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock {
|
/external/clang/test/SemaObjC/ |
D | dealloc.m | 45 @interface NSError:NSObject interface 48 @interface NSError(CAT) interface in CAT 51 @implementation NSError(CAT) implementation in CAT
|
D | resolve-method-in-global-pool.m | 15 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock; 31 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock {
|
/external/grpc-grpc/examples/objective-c/auth_sample/ |
D | MakeRPCViewController.m | 30 @interface NSError (AuthSample) interface in AuthSample 34 @implementation NSError (AuthSample) implementation in AuthSample
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+ChannelCredentials.m | 29 error:(NSError **)errorPtr { 42 error:(NSError **)errorPtr {
|
D | GRPCCall.m | 196 - (void)finishWithError:(NSError *)errorOrNil { 240 - (void)maybeFinishWithError:(NSError *)errorOrNil { 389 - (void)writesFinishedWithError:(NSError *)errorOrNil {
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 29 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/ |
D | objc-avoid-nserror-init.m | 2 @interface NSError interface
|