/external/antlr/runtime/ObjC/Framework/test/runtime/misc/ |
D | TestDictionary.m | 35 [testDict setObject:obj1 forKey:key1]; 50 [testDict setObject:obj1 forKey:key1]; 51 [testDict setObject:obj2 forKey:key2]; 64 [testDict setObject:obj1 forKey:key1]; 65 [testDict setObject:@"obj102" forKey:@"a102"]; 66 [testDict setObject:@"obj103" forKey:@"a103"]; 67 [testDict setObject:@"obj104" forKey:@"a104"]; 68 [testDict setObject:@"obj105" forKey:@"a105"]; 69 [testDict setObject:@"obj106" forKey:@"a106"]; 70 [testDict setObject:@"obj107" forKey:@"a107"]; [all …]
|
/external/clang/test/SemaObjC/ |
D | circular-container.m | 12 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; 18 - (void)setObject:(id)object forKey:(id)key; 19 - (void)setObject:(id)object forKeyedSubscript:(id)key; 38 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; 40 - (void)setObject:(id)object atIndex:(NSUInteger)index; 58 …[_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '… 69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend… 91 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend… 112 …[a setObject:a atIndexedSubscript:0]; // expected-warning {{adding 'a' to 'a' might cause circular… 119 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend… [all …]
|
D | objc-container-subscripting-attr.m | 7 - (void)setObject:(id)object forKeyedSubscript:(id)key __attribute__((unavailable)); // expected-no… 11 obj[obj] = obj; // expected-error {{'setObject:forKeyedSubscript:' is unavailable}}
|
D | objc-dictionary-literal.m | 33 - (void)setObject:(id)object forKeyedSubscript:(id)key; 42 - (void)setObject:(id)object atIndexedSubscript:(NSInteger)index; 58 [@{@"foo" : @"bar"} setObject:nil forKeyedSubscript:@"gorf"]; 60 [@{@"foo" : @"bar"} setObject:pvoid forKeyedSubscript:@"gorf"];
|
D | objc-container-subscripting-1.m | 16 array[10] = 0; // expected-warning {{instance method '-setObject:atIndexedSubscript:' not found (re… 21 p_array[10] = 0; // expected-warning {{instance method '-setObject:atIndexedSubscript:' not found (…
|
D | cocoa-api-usage.m | 40 - (void)setObject:(id)object atIndexedSubscript:(int)index; 64 - (void)setObject:(id)anObject forKey:(id)aKey; 65 - (void)setObject:(id)object forKeyedSubscript:(id)key;
|
D | cocoa-api-usage.m.fixed | 40 - (void)setObject:(id)object atIndexedSubscript:(int)index; 64 - (void)setObject:(id)anObject forKey:(id)aKey; 65 - (void)setObject:(id)object forKeyedSubscript:(id)key;
|
D | objc-container-subscripting-2.m | 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; 13 - (void)setObject:(id)object forKeyedSubscript:(size_t)key;
|
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-literals.m | 48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; 74 - (void)setObject:(id)anObject forKey:(id)aKey; 78 - (void)setObject:(id)obj forKeyedSubscript:(id <NSCopying>)key; 127 [mdict setObject:@"value" forKey:@"key"]; 129 [mdict setObject:[dict objectForKey:@"key2"] forKey:@"key"]; 130 [mdict setObject:[dict objectForKey:@"key2"] forKey: 137 [mdict setObject:[dict objectForKey: 144 [mdict setObject:@"value" forKey:[dict objectForKey: 151 [mdict setObject:@"val" forKey:[dict objectForKey:@"key2"]]; 152 …[mdict setObject:[dict objectForKey:@"key1"] forKey:[dict objectForKey:[NSArray arrayWithObject:@"… [all …]
|
D | objcmt-subscripting-literals.m.result | 48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; 74 - (void)setObject:(id)anObject forKey:(id)aKey; 78 - (void)setObject:(id)obj forKeyedSubscript:(id <NSCopying>)key; 130 [mdict setObject:dict[@"key2"] forKey: 193 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; 209 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx __attribute__((unavailable));
|
D | objcmt-subscripting-unavailable.m.result | 53 - (void)setObject:(id)anObject forKey:(id)aKey; 75 [mdict setObject:@"value" forKey:@"key"]; 77 [mdict setObject:[dict objectForKey:@"key2"] forKey:@"key"];
|
D | objcmt-subscripting-unavailable.m | 53 - (void)setObject:(id)anObject forKey:(id)aKey; 75 [mdict setObject:@"value" forKey:@"key"]; 77 [mdict setObject:[dict objectForKey:@"key2"] forKey:@"key"];
|
D | objcmt-subscripting-literals-in-arc.m.result | 48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; 74 - (void)setObject:(id)anObject forKey:(id)aKey; 78 - (void)setObject:(id)obj forKeyedSubscript:(id <NSCopying>)key;
|
/external/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 125 [config setObject:(value ? value : data) forKey:key]; 235 [parameters_ setObject:[config objectForKey:key] forKey:key]; 242 [parameters_ setObject:clientID forKey:@"guid"]; 261 [ud setObject:crashClientID forKey:kClientIdPreferenceKey]; 417 [serverDictionary_ setObject:socorroDictionary_ forKey:kSocorroServerType]; 418 [serverDictionary_ setObject:googleDictionary_ forKey:kGoogleServerType]; 420 [googleDictionary_ setObject:@"ptime" forKey:@BREAKPAD_PROCESS_UP_TIME]; 421 [googleDictionary_ setObject:@"email" forKey:@BREAKPAD_EMAIL]; 422 [googleDictionary_ setObject:@"comments" forKey:@BREAKPAD_COMMENTS]; 423 [googleDictionary_ setObject:@"prod" forKey:@BREAKPAD_PRODUCT]; [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ST.stg | 153 - (STAttrMap *) setObject:(id)aValue forKey:(NS*)String attrName 155 [super setObject:value forKey:attrName]; 160 [super setObject:[NSNumber numberWithInteger:value] forKey:attrName]; 185 - (STAttrMap *) setObject:(id)value forKey:(NSString *)attrName; 221 - (STAttrMap *) setObject:(id)value forKey:(NSString *)attrName; 239 - (STAttrMap *) setObject:(id)aValue forKey:(NSString *)aAttrName 241 [super setObject:aValue forKey:aAttrName]; 247 [super setObject:[NSNumber numberWithInteger:aValue] forKey:aAttrName]; 328 <if(args)>[[STAttrMap newSTAttrMap] <args:{a | setObject:<a.value> forKey:@"<a.name>"]}><endif>] 336 <if(args)> [[STAttrMap newSTAttrMap]<args:{a | setObject:<a.value> forKey:@"<a.name>"]}>] [all …]
|
/external/clang/test/Analysis/ |
D | NSContainers.m | 48 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)idx __attribute__((availability(macosx,int… 84 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey; 94 - (void)setObject:(id)obj forKeyedSubscript:(id <NSCopying>)key __attribute__((availability(macosx,… 130 …[marray setObject:0 atIndexedSubscript:1]; // expected-warning {{Argument to 'NSMutableArray' meth… 146 …[d setObject:0 forKey:key]; // expected-warning {{Value argument to 'setObject:forKey:' cannot be … 150 …[d setObject:obj forKey:0]; // expected-warning {{Key argument to 'setObject:forKey:' cannot be ni… 251 [D setObject: value forKey: key]; // no-warning 259 [Table setObject:Value forKey:Object]; // no warning
|
/external/clang/test/CodeGenObjC/ |
D | objc-container-subscripting.m | 9 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; 16 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; 22 - (void)setObject:(id)object forKeyedSubscript:(id)key;
|
/external/clang/test/Rewriter/ |
D | objc-modern-container-subscript.mm | 14 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; 21 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; 27 - (void)setObject:(id)object forKeyedSubscript:(id)key;
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSetForDOM.java | 45 setObject(new NodeSetDTM(dtmMgr)); in XNodeSetForDOM() 72 setObject(nsdtm); in XNodeSetForDOM() 86 setObject(nsdtm); in XNodeSetForDOM()
|
D | XBoolean.java | 72 setObject(b); in XBoolean() 136 setObject(new Boolean(m_val)); in object()
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | NodeSequence.java | 85 setObject(v); in SetVector() 568 super.setObject(nv); in setItem() 777 protected void setObject(Object obj) { in setObject() method in NodeSequence 781 super.setObject(obj); in setObject() 797 super.setObject(cache.getVector()); in setObject() 799 super.setObject(obj); in setObject()
|
/external/antlr/runtime/ObjC/Framework/ |
D | DoubleKeyMap.m | 14 - (id) setObject:(id)v forKey1:(id)k1 forKey2:(id)k2 20 [data setObject:data2 forKey:k1]; 25 [data2 setObject:v forKey:k2];
|
/external/clang/test/PCH/ |
D | objc_container.h | 5 - (void)setObject:(id)object atIndexedSubscript:(unsigned int)index; 10 - (void)setObject:(id)object forKeyedSubscript:(id)key;
|
/external/clang/test/Index/ |
D | index-subscripting-literals.m | 8 - (void)setObject:(id)object atIndexedSubscript:(int)index; 17 - (void)setObject:(id)object forKeyedSubscript:(id)key; 46 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: setObject:atIndexedSubscr… 60 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: setObject:forKeyedSubscri…
|
/external/clang/test/CodeGenObjCXX/ |
D | objc-container-subscripting-1.mm | 9 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; 19 - (void)setObject:(id)object forKeyedSubscript:(id<NSCopying>)key;
|