Home
last modified time | relevance | path

Searched refs:otherObject (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtGhostObject.cpp35 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject; in addOverlappingObjectInternal() local
36 btAssert(otherObject); in addOverlappingObjectInternal()
38 int index = m_overlappingObjects.findLinearSearch(otherObject); in addOverlappingObjectInternal()
42 m_overlappingObjects.push_back(otherObject); in addOverlappingObjectInternal()
48 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject; in removeOverlappingObjectInternal() local
49 btAssert(otherObject); in removeOverlappingObjectInternal()
50 int index = m_overlappingObjects.findLinearSearch(otherObject); in removeOverlappingObjectInternal()
75 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject; in addOverlappingObjectInternal() local
76 btAssert(otherObject); in addOverlappingObjectInternal()
77 int index = m_overlappingObjects.findLinearSearch(otherObject); in addOverlappingObjectInternal()
[all …]
/external/nist-sip/java/gov/nist/core/
DDuplicateNameValueList.java122 public boolean equals(Object otherObject) { in equals() argument
123 if ( otherObject == null ) { in equals()
126 if (!otherObject.getClass().equals(this.getClass())) { in equals()
129 DuplicateNameValueList other = (DuplicateNameValueList) otherObject; in equals()
DNameValueList.java143 public boolean equals(Object otherObject) { in equals() argument
144 if ( otherObject == null ) { in equals()
147 if (!otherObject.getClass().equals(this.getClass())) { in equals()
150 NameValueList other = (NameValueList) otherObject; in equals()
/external/v8/test/mjsunit/
Dcross-realm-filtering.js77 var otherObject = Realm.eval(realmIndex, "Object"); variable
85 assertTrue(proto === otherObject.prototype);
90 assertTrue(proto === otherObject.prototype);