Searched refs:object1 (Results 1 - 25 of 36) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
H A DChannelSystem.java87 public int compare(final Channel object1, final Channel object2) { argument
89 if (object1 == null && object2 != null) {
91 } else if (object1 != null && object2 == null) {
93 } else if (object1 != null && object2 != null) {
94 if (object1.name == null && object2.name != null) {
96 } else if (object1.name != null && object2.name == null) {
98 } else if (object1.name != null && object2.name != null) {
99 result = object1.name.compareTo(object2.name);
H A DPhasedObjectManager.java88 public int compare(BaseObject object1, BaseObject object2) { argument
90 if (object1 != null && object2 != null) {
91 result = ((PhasedObject) object1).phase - ((PhasedObject) object2).phase;
92 } else if (object1 == null && object2 != null) {
94 } else if (object2 == null && object1 != null) {
H A DGameObjectManager.java185 public int compare(BaseObject object1, BaseObject object2) { argument
187 if (object1 == null && object2 != null) {
189 } else if (object1 != null && object2 == null) {
191 } else if (object1 != null && object2 != null) {
192 float delta = ((GameObject) object1).getPosition().x
H A DSoundSystem.java182 public int compare(final Sound object1, final Sound object2) { argument
184 if (object1 == null && object2 != null) {
186 } else if (object1 != null && object2 == null) {
188 } else if (object1 != null && object2 != null) {
189 result = object1.resource - object2.resource;
H A DGameObjectCollisionSystem.java321 public int compare(CollisionVolumeRecord object1, CollisionVolumeRecord object2) { argument
323 if (object1 == null && object2 != null) {
325 } else if (object1 != null && object2 == null) {
327 } else if (object1 != null && object2 != null) {
328 sCompareFlip.flipX = (object1.object.facingDirection.x < 0.0f);
329 sCompareFlip.flipY = (object1.object.facingDirection.y < 0.0f);
330 sCompareFlip.parentWidth = object1.object.width;
331 sCompareFlip.parentHeight = object1.object.height;
333 final float minX1 = object1.object.getPosition().x
334 + object1
[all...]
H A DBackgroundCollisionComponent.java408 public int compare(HitPoint object1, HitPoint object2) { argument
410 if (object1 != null && object2 != null) {
411 final float obj1Distance = object1.hitPoint.distance2(mOrigin);
415 } else if (object1 == null && object2 != null) {
417 } else if (object2 == null && object1 != null) {
H A DLevelSelectActivity.java344 public int compare(final LevelMetaData object1, final LevelMetaData object2) { argument
346 if (object1 == null && object2 != null) {
348 } else if (object1 != null && object2 == null) {
350 } else if (object1 != null && object2 != null) {
351 result = object1.level.timeStamp.compareTo(object2.level.timeStamp);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDelegateImplementationCaching.mm124 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2)
129 return objc_msgSend(delegate, selector, self, object1, object2);
131 return objc_msgSend(delegate, selector, self, object1, object2);
152 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2, id object3)
157 return objc_msgSend(delegate, selector, self, object1, object2, object3);
159 return objc_msgSend(delegate, selector, self, object1, object2, object3);
250 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object1, id object2)
255 return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id)>(objc_msgSend)(delegate, selector, self, object1, object2);
257 return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id, id)>(objc_msgSend)(delegate, selector, self, object1, object2);
292 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, i
[all...]
H A DWebDelegateImplementationCaching.h107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id object5);
/external/proguard/src/proguard/classfile/editor/
H A DClassMemberSorter.java56 public int compare(Object object1, Object object2) argument
58 ProgramMember member1 = (ProgramMember)object1;
H A DAttributeSorter.java80 public int compare(Object object1, Object object2) argument
82 Attribute attribute1 = (Attribute)object1;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeWizard.h50 id object1; variable
61 @property (retain) id object1; variable
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c787 JSObjectRef object1 = JSObjectMake(context, /* jsClass */ 0, /* data */ 0); local
791 JSObjectSetPrototype(context, object1, JSValueMakeNull(context));
792 ASSERT(JSValueIsNull(context, JSObjectGetPrototype(context, object1)));
794 // object1 -> object1
795 JSObjectSetPrototype(context, object1, object1);
796 result &= assertTrue(JSValueIsNull(context, JSObjectGetPrototype(context, object1)), "It is possible to assign self as a prototype");
798 // object1 -> object2 -> object1
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPriorityQueueTest.java791 public int compare(E object1, E object2) { argument
792 int hashcode1 = object1.hashCode();
807 public int compare(String object1, String object2) { argument
808 int length1 = object1.length();
823 public int compare(E object1, E object2) { argument
H A DAbstractMapTest.java120 public int compare(Object object1, Object object2) {
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c748 AtkObject* object1 = atk_object_ref_accessible_child(object, 0); local
749 g_assert(object1);
753 AtkText* textObject1 = ATK_TEXT(object1);
764 g_object_unref(object1);
783 AtkObject* object1 = atk_object_ref_accessible_child(object, 0); local
784 g_assert(object1);
788 AtkText* textObject1 = ATK_TEXT(object1);
799 g_object_unref(object1);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeWizard.h49 id object1; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeWizard.h49 id object1; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeWizard.h49 id object1; variable
/external/ipsec-tools/src/racoon/
H A Deaytest.c735 char *object1 = "d7e6a6c1876ef048"; local
756 data1 = vmalloc(strlen(object1));
759 memcpy(data1->v, object1, data1->l);
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp393 QScriptValue object1 = engine.evaluate("o1 = new Object();"); local
396 QVERIFY(object1.isObject());
403 QCOMPARE(object1.property("propertyInPrototype").strictlyEquals(number), true);
404 QCOMPARE(object1.property("propertyInPrototype", QScriptValue::ResolvePrototype)
406 QCOMPARE(object1.property("propertyInPrototype", QScriptValue::ResolveLocal).isValid(), false);
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp2680 void showRenderTree(const WebCore::RenderObject* object1) argument
2682 showRenderTree(object1, 0);
2685 void showRenderTree(const WebCore::RenderObject* object1, const WebCore::RenderObject* object2) argument
2687 if (object1) {
2688 const WebCore::RenderObject* root = object1;
2691 root->showRenderTreeAndMark(object1, "*", object2, "-", 0);
H A DRenderObject.h1134 void showRenderTree(const WebCore::RenderObject* object1);
1137 void showRenderTree(const WebCore::RenderObject* object1, const WebCore::RenderObject* object2);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h818 void JumpIfNotBothSequentialAsciiStrings(Register object1,
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest3.java324 new ObjectStreamField("object1", Vector.class),
343 Vector object1 = (Vector) in.readObject();
344 passed = int1 == 0xA9 && object1.equals(v1);
351 fields.put("object1", v1);

Completed in 748 milliseconds

12