HomeSort by relevance Sort by last modified time
    Searched refs:anObject (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/ocmock/OCMock/
OCPartialMockObject.h 13 - (id)initWithObject:(NSObject *)anObject;
19 - (void)setupSubclassForObject:(id)anObject;
OCMockRecorder.h 15 - (id)initWithSignatureResolver:(id)anObject;
20 - (id)andReturn:(id)anObject;
24 - (id)andCall:(SEL)selector onObject:(id)anObject;
OCMArg.h 17 + (id)checkWithSelector:(SEL)selector onObject:(id)anObject;
OCMConstraint.h 18 + (id)constraintWithSelector:(SEL)aSelector onObject:(id)anObject;
19 + (id)constraintWithSelector:(SEL)aSelector onObject:(id)anObject withValue:(id)aValue;
OCMockObject.h 20 + (id)partialMockForObject:(NSObject *)anObject;
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 68 * @param anObject
74 public final Object attach(Object anObject) {
76 attachment = anObject;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
media_indicator_view.h 38 - (void)setAnimationDoneCallbackObject:(id)anObject withSelector:(SEL)selector;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject;
41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
ANTLRHashMap.h 95 - (void)addObject:(id)anObject;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject;
41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
ANTLRHashMap.h 95 - (void)addObject:(id)anObject;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject;
41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
ANTLRHashMap.h 95 - (void)addObject:(id)anObject;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableArray.h 28 - (void) addObject:(id)anObject;
31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx;
ANTLRTreeRewriter.h 40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject;
41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
ANTLRHashMap.h 92 - (void)addObject:(id)anObject;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLStringDefault.java 175 * @param anObject the object to compare this <code>String</code>
182 public boolean equals(XMLString anObject)
184 return m_str.equals(anObject.toString());
194 * @param anObject the object to compare this <code>String</code>
201 public boolean equals(Object anObject)
203 return m_str.equals(anObject);
XMLString.java 131 * @param anObject the object to compare this <code>String</code>
138 public abstract boolean equals(XMLString anObject);
161 * @param anObject the object to compare this <code>String</code>
168 public abstract boolean equals(Object anObject);
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h 22 - (id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(id)anObject;
  /external/clang/test/ARCMT/
Common.h 61 + (void)addObject:(id)anObject;
63 - (void)addObject:(id)anObject;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 439 Object anObject)
441 if (anObject == this)
446 if (!(anObject instanceof ECCurve.Fp))
451 ECCurve.Fp other = (ECCurve.Fp) anObject;
908 Object anObject)
910 if (anObject == this)
915 if (!(anObject instanceof ECCurve.F2m))
920 ECCurve.F2m other = (ECCurve.F2m)anObject;
ECFieldElement.java 927 // public boolean equals(Object anObject)
929 // if (anObject == this)
934 // if (!(anObject instanceof ECFieldElement.F2m))
939 // ECFieldElement.F2m b = (ECFieldElement.F2m)anObject;
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
WString.h 60 unsigned char equals( const String &anObject ) const;
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 116 public Object anObject();
167 assertEquals(null, mFoo.anObject());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 688 milliseconds

1 2