HomeSort by relevance Sort by last modified time
    Searched full:dictionarywithobject (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/ARCMT/
objcmt-subscripting-literals.m 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
107 dict = [NSDictionary dictionaryWithObject:arr forKey:str];
123 o = [NSDictionary dictionaryWithObject:[NSDictionary dictionary] forKey:@"key"];
171 dict = [NSDictionary dictionaryWithObject:str forKey:globStr];
172 dict = [NSDictionary dictionaryWithObject:globStr forKey:str];
objcmt-subscripting-unavailable.m 38 + (id)dictionaryWithObject:(id)object forKey:(id)key;
68 dict = [NSDictionary dictionaryWithObject:arr forKey:str];
objcmt-subscripting-unavailable.m.result 38 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-instancetype.m 72 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-instancetype.m.result 72 + (instancetype)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-subscripting-literals-in-arc.m 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-subscripting-literals-in-arc.m.result 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-subscripting-literals.m.result 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
  /external/clang/test/Analysis/
NSContainers.m 76 + (id)dictionaryWithObject:(id)object forKey:(id <NSCopying>)key;
167 return [NSDictionary dictionaryWithObject:0 forKey:key]; // expected-warning {{Value argument to 'dictionaryWithObject:forKey:' cannot be nil}}
170 return [NSDictionary dictionaryWithObject:obj forKey:0]; // expected-warning {{Key argument to 'dictionaryWithObject:forKey:' cannot be nil}}
  /external/clang/test/SemaObjC/
cocoa-api-usage.m 49 + (id)dictionaryWithObject:(id)object forKey:(id)key;
cocoa-api-usage.m.fixed 49 + (id)dictionaryWithObject:(id)object forKey:(id)key;
  /external/google-breakpad/src/client/mac/crash_generation/
ConfigFile.mm 49 [NSDictionary dictionaryWithObject:[NSNumber numberWithUnsignedLong:0750]
  /external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.mm 68 [NSDictionary dictionaryWithObject:val forKey:key];
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
SRWebSocket.m 451 [self _failWithError:[NSError errorWithDomain:SRWebSocketErrorDomain code:2133 userInfo:[NSDictionary dictionaryWithObject:[NSString stringWithFormat:@"Invalid Sec-WebSocket-Accept response"] forKey:NSLocalizedDescriptionKey]]];
459 [self _failWithError:[NSError errorWithDomain:SRWebSocketErrorDomain code:2133 userInfo:[NSDictionary dictionaryWithObject:[NSString stringWithFormat:@"Server specified Sec-WebSocket-Protocol that wasn't requested"] forKey:NSLocalizedDescriptionKey]]];
    [all...]
  /external/protobuf/objectivec/
GPBDictionary.h 363 + (instancetype)dictionaryWithObject:(ObjectType)object
709 + (instancetype)dictionaryWithObject:(ObjectType)object
    [all...]
GPBDictionary.m     [all...]
  /external/clang/lib/AST/
NSAPI.cpp 181 &Ctx.Idents.get("dictionaryWithObject"),
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/
CameraExampleViewController.mm 137 [NSDictionary dictionaryWithObject:[NSNumber numberWithInt:kCMPixelFormat_32BGRA]
  /external/tensorflow/tensorflow/examples/ios/camera/
CameraExampleViewController.mm 87 dictionaryWithObject:[NSNumber numberWithInt:kCMPixelFormat_32BGRA]
  /external/protobuf/objectivec/Tests/
GPBMessageTests.m     [all...]
GPBDictionaryTests+Bool.m     [all...]
GPBDictionaryTests+Int32.m     [all...]
GPBDictionaryTests+Int64.m     [all...]
GPBDictionaryTests+UInt32.m     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 295 getKeywordSelector(Ctx, "dictionaryWithObject", "forKey", nullptr);
    [all...]

Completed in 553 milliseconds

1 2