/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;
|
D | TreeRewriter.m | 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject 42 return [[ANTLRfptr alloc] initWithRule:aRuleAction withObject:(id)anObject]; 45 -initWithRule:(SEL)aRuleAction withObject:(id)anObject 48 actor = 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-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.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-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;
|
D | atautorelease-check.m | 59 + (void)addObject:(id)anObject; 61 - (void)addObject:(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;
|
D | class-conforming-protocol-2.m | 9 - (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{previous definition is here…
|
/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…
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 892 public boolean equals(Object anObject) in equals() argument 894 if (anObject == this) in equals() 899 if (!(anObject instanceof ECFieldElement.F2m)) in equals() 904 ECFieldElement.F2m b = (ECFieldElement.F2m)anObject; in equals()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 906 public boolean equals(Object anObject) in equals() argument 908 if (anObject == this) in equals() 913 if (!(anObject instanceof ECFieldElement.F2m)) in equals() 918 ECFieldElement.F2m b = (ECFieldElement.F2m)anObject; in equals()
|