/external/antlr/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; 121 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx 123 if ( anObject == nil ) anObject = [NSNull null]; 124 if ( anObject == nil ) { 138 ptrBuffer[anIdx] = [anObject retain];
|
D | AMutableArray.h | 28 - (void) addObject:(id)anObject; 31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx;
|
D | TreeRewriter.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.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-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-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;
|
/external/llvm-project/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;
|
/external/clang/test/SemaObjC/ |
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;
|
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;
|
/external/llvm-project/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;
|