Home
last modified time | relevance | path

Searched defs:NSDictionary (Results 1 – 25 of 96) sorted by relevance

1234

/external/antlr/runtime/ObjC/Framework/
DRuntimeException.m48 {
57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
76 {
88 {
129 {
146 {
166 {
183 {
203 {
220 {
[all …]
DArrayIterator.m48 {
53 {
81 {
98 {
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCChannel.m118 channelArgs:(NSDictionary *)channelArgs {
137 channelArgs:(NSDictionary *)channelArgs {
169 channelArgs:(NSDictionary *)channelArgs {
185 channelArgs:(NSDictionary *)channelArgs {
192 + (GRPCChannel *)insecureChannelWithHost:(NSString *)host channelArgs:(NSDictionary *)channelArgs {
DGRPCWrappedCall.m57 - (instancetype)initWithMetadata:(NSDictionary *)metadata handler:(void (^)(void))handler {
63 handler:(void (^)(void))handler {
134 - (instancetype)initWithHandler:(void (^)(NSDictionary *))handler {
197 - (instancetype)initWithHandler:(void (^)(NSError *, NSDictionary *))handler {
/external/clang/test/CodeGenObjC/
Ddot-syntax-2.m4 @interface NSDictionary @end interface
11 - (void)setMyDict:(NSDictionary *)myDict;
14 - (void)setMyLang:(NSDictionary *)myLang;
Dblocks-1.m22 @interface NSDictionary @end interface
Dobjc-literal-debugger-test.m17 @interface NSDictionary : NSObject interface
Dgetter-property-mismatch.m4 @interface NSDictionary @end interface
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DRTCICEServer+JSON.m21 + (RTCICEServer *)serverFromJSONDictionary:(NSDictionary *)dictionary {
32 + (NSArray *)serversFromCEODJSONDictionary:(NSDictionary *)dictionary {
DRTCMediaConstraints+JSON.m20 (NSDictionary *)dictionary {
DRTCICECandidate+JSON.m23 + (RTCICECandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary {
DRTCSessionDescription+JSON.m19 (NSDictionary *)dictionary {
/external/grpc-grpc/src/objective-c/tests/
DGRPCClientTests.m53 NS_DESIGNATED_INITIALIZER;
58 context:(void *)context;
69 - (instancetype)initWithCallback:(void (^)(NSString *, id, NSDictionary *))callback {
82 context:(void *)context {
/external/google-breakpad/src/client/ios/
DBreakpadController.mm160 withBreakpadRef:(BreakpadRef)ref {
190 - (void)updateConfiguration:(NSDictionary*)configuration { argument
226 - (void)setParametersToAddAtUploadTime:(NSDictionary*)uploadTimeParameters { argument
/external/clang/test/ARCMT/
Dobjcmt-subscripting-unavailable.m33 @interface NSDictionary : NSObject interface
36 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation
41 + (id)dictionaryWithDictionary:(NSDictionary *)dict;
46 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
Dobjcmt-subscripting-literals-in-arc.m51 @interface NSDictionary : NSObject interface
55 @interface NSDictionary (NSExtendedDictionary) interface in NSExtendedDictionary
59 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation
64 + (id)dictionaryWithDictionary:(NSDictionary *)dict;
69 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
Dobjcmt-instancetype-unnecessary-diff.m8 @interface NSDictionary interface
/external/google-breakpad/src/client/mac/sender/
Duploader.mm139 - (void)translateConfigurationData:(NSDictionary *)config;
185 - (id)initWithConfig:(NSDictionary *)config {
213 - (void)translateConfigurationData:(NSDictionary *)config {
/external/grpc-grpc/src/objective-c/GRPCClient/
DGRPCCall.m320 - (void)sendHeaders:(NSDictionary *)headers {
407 completionHandler:(void (^)(NSError *, NSDictionary *))completionHandler {
/external/clang/test/SemaObjC/
Dcocoa-api-usage.m43 @interface NSDictionary : NSObject interface
47 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation
52 + (id)dictionaryWithDictionary:(NSDictionary *)dict;
57 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
Dwarn-assign-property-nscopying.m9 @interface NSDictionary : NSObject interface
Dinvalid-typename.m10 …[NSString] */ *)truthPullers; // expected-error{{expected ')'}} expected-note {{to match this '('}}
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/
DAppDelegate.m24 didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
/external/clang/test/SemaObjCXX/
Dblock-cleanup.mm10 @interface NSDictionary interface
/external/walt/ios/WALT/
DWALTAppDelegate.m31 willFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

1234