HomeSort by relevance Sort by last modified time
    Searched refs:otherObject (Results 1 - 9 of 9) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btGhostObject.cpp 35 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject;
36 btAssert(otherObject);
38 int index = m_overlappingObjects.findLinearSearch(otherObject);
42 m_overlappingObjects.push_back(otherObject);
48 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject;
49 btAssert(otherObject);
50 int index = m_overlappingObjects.findLinearSearch(otherObject);
75 btCollisionObject* otherObject = (btCollisionObject*)otherProxy->m_clientObject;
76 btAssert(otherObject);
77 int index = m_overlappingObjects.findLinearSearch(otherObject);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
EmailAddress.java 222 public boolean equals(final Object otherObject) {
224 if (this == otherObject) {
227 if (otherObject instanceof EmailAddress) {
228 final EmailAddress otherAddress = (EmailAddress) otherObject;
  /external/nist-sip/java/gov/nist/core/
DuplicateNameValueList.java 119 * @param otherObject is the object to compare to.
122 public boolean equals(Object otherObject) {
123 if ( otherObject == null ) {
126 if (!otherObject.getClass().equals(this.getClass())) {
129 DuplicateNameValueList other = (DuplicateNameValueList) otherObject;
NameValueList.java 139 * @param otherObject
143 public boolean equals(Object otherObject) {
144 if ( otherObject == null ) {
147 if (!otherObject.getClass().equals(this.getClass())) {
150 NameValueList other = (NameValueList) otherObject;
  /external/v8/test/mjsunit/
cross-realm-filtering.js 77 var otherObject = Realm.eval(realmIndex, "Object");
85 assertTrue(proto === otherObject.prototype);
90 assertTrue(proto === otherObject.prototype);
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.5.0/
monkeyrunner-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.0.0-alpha1/
monkeyrunner-25.0.0-alpha1.jar 

Completed in 691 milliseconds