/external/skia/src/views/mac/ |
D | SkOptionsTableView.mm | 209 - (void)tableView:(NSTableView *)tableView setObjectValue:(id)anObject forTableColumn:(NSTableColum… 220 [(NSPopUpButtonCell*)cell selectItemAtIndex:[anObject intValue]]; 221 item->setInt([anObject intValue]); 224 [cell setFloatValue:[anObject floatValue]]; 225 item->setScalar([anObject floatValue]); 228 [cell setState:[anObject boolValue]]; 229 item->setBool([anObject boolValue]); 232 if ([anObject length] > 0) { 233 [cell setStringValue:anObject]; 234 item->setString([anObject UTF8String]); [all …]
|
D | SkTextFieldCell.m | 27 delegate:(id)anObject 35 delegate:anObject 44 delegate:(id)anObject 51 delegate:anObject
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | AMutableArray.m | 83 - (void) addObject:(id)anObject 85 if ( anObject == nil ) anObject = [NSNull null]; 86 [anObject retain]; 88 ptrBuffer[count++] = anObject; 119 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx 121 if ( anObject == nil ) anObject = [NSNull null]; 122 if ( anObject == nil ) { 136 ptrBuffer[anIdx] = [anObject retain];
|
D | AMutableArray.h | 28 - (void) addObject:(id)anObject; 31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx;
|
D | ANTLRTreeRewriter.h | 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject; 41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | XMLStringDefault.java | 182 public boolean equals(XMLString anObject) in equals() argument 184 return m_str.equals(anObject.toString()); in equals() 201 public boolean equals(Object anObject) in equals() argument 203 return m_str.equals(anObject); in equals()
|
D | XMLString.java | 138 public abstract boolean equals(XMLString anObject); in equals() argument 168 public abstract boolean equals(Object anObject); in equals() argument
|
/external/clang/test/ARCMT/ |
D | objcmt-instancetype.m | 30 + (id)arrayWithObject:(id)anObject; 44 + (id)arrayWithObject:(id)anObject { 45 return anObject; 62 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 87 - (void)setObject:(id)anObject forKey:(id)aKey;
|
D | objcmt-instancetype.m.result | 30 + (instancetype)arrayWithObject:(id)anObject; 44 + (instancetype)arrayWithObject:(id)anObject { 45 return anObject; 62 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 87 - (void)setObject:(id)anObject forKey:(id)aKey;
|
D | objcmt-subscripting-unavailable.m.result | 19 + (id)arrayWithObject:(id)anObject; 30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 53 - (void)setObject:(id)anObject forKey:(id)aKey;
|
D | objcmt-subscripting-literals.m.result | 33 + (id)arrayWithObject:(id)anObject; 44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 - (void)setObject:(id)anObject forKey:(id)aKey; 189 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 205 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
|
D | objcmt-subscripting-unavailable.m | 19 + (id)arrayWithObject:(id)anObject; 30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 53 - (void)setObject:(id)anObject forKey:(id)aKey;
|
D | objcmt-subscripting-literals.m | 33 + (id)arrayWithObject:(id)anObject; 44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 - (void)setObject:(id)anObject forKey:(id)aKey; 189 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 205 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
|
D | objcmt-subscripting-literals-in-arc.m.result | 33 + (id)arrayWithObject:(id)anObject; 44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 - (void)setObject:(id)anObject forKey:(id)aKey;
|
D | objcmt-subscripting-literals-in-arc.m | 33 + (id)arrayWithObject:(id)anObject; 44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 74 - (void)setObject:(id)anObject forKey:(id)aKey;
|
D | Common.h | 61 + (void)addObject:(id)anObject; 63 - (void)addObject:(id)anObject;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeRewriter.h | 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject; 41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeRewriter.h | 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject; 41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeRewriter.h | 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject; 41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
|
/external/clang/test/SemaObjC/ |
D | cocoa-api-usage.m | 26 + (id)arrayWithObject:(id)anObject; 39 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 64 - (void)setObject:(id)anObject forKey:(id)aKey;
|
D | cocoa-api-usage.m.fixed | 26 + (id)arrayWithObject:(id)anObject; 39 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; 64 - (void)setObject:(id)anObject forKey:(id)aKey;
|
/external/clang/test/Analysis/ |
D | dead-stores.m | 17 - (BOOL)containsObject:(id)anObject; 32 void DeadStoreTest(NSObject *anObject) { 34 if ((keys = [anObject exposedBindings]) && // no-warning
|
D | NSContainers.m | 47 - (NSArray *)arrayByAddingObject:(id)anObject; 57 - (void)addObject:(id)anObject; 58 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; 61 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; 84 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey;
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test_helpers.mm | 227 id anObject = [FixedArray new]; 228 [anObject access:1]; 229 [anObject access:11]; 230 [anObject release];
|
/external/clang/test/Index/ |
D | comment-objc-decls.m | 19 * \param[in] anObject input value 23 - (unsigned int)MethodMyProto:(nullable id)anObject inRange:(unsigned int)range; 34 // CHECK: <Declaration>- (unsigned int)MethodMyProto:(nullable id)anObject inRange:(unsigned int)ra…
|