HomeSort by relevance Sort by last modified time
    Searched full:otherobject (Results 1 - 4 of 4) sorted by null

  /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/chromium_org/v8/src/
types.h 114 V(OtherObject, 1 << 14) \
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 

Completed in 496 milliseconds