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

  /external/clang/test/ARCMT/
objcmt-subscripting-literals.m 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
106 dict = [NSDictionary dictionaryWithObject:arr forKey:str];
121 o = [NSDictionary dictionaryWithObject:[NSDictionary dictionary] forKey:@"key"];
169 dict = [NSDictionary dictionaryWithObject:str forKey:globStr];
170 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 74 + (id)dictionaryWithObject:(id)object forKey:(id <NSCopying>)key;
166 return [NSDictionary dictionaryWithObject:0 forKey:key]; // expected-warning {{Value argument to 'dictionaryWithObject:forKey:' cannot be nil}}
169 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/clang/lib/AST/
NSAPI.cpp 180 &Ctx.Idents.get("dictionaryWithObject"),
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 296 getKeywordSelector(Ctx, "dictionaryWithObject", "forKey", nullptr);
    [all...]

Completed in 284 milliseconds