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

  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 219 Object myObj = f.get(this);
221 if (hisObj != null && myObj == null)
223 else if (hisObj == null && myObj != null)
225 else if (hisObj == null && myObj == null)
229 && myObj instanceof java.lang.String) {
232 if (((String) myObj)
237 GenericObject.isMySubclass(myObj.getClass())
239 && myObj.getClass().equals(hisObj.getClass())
243 ((GenericObject) myObj).encode();
250 GenericObject.isMySubclass(myObj.getClass()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 228 Object myObj = f.get(this);
230 if (hisObj != null && myObj == null)
232 else if (hisObj == null && myObj != null)
234 else if (hisObj == null && myObj == null)
238 && myObj instanceof java.lang.String) {
241 if (((String) myObj)
247 && GenericObject.isMySubclass(myObj.getClass())
249 && myObj.getClass().equals(hisObj.getClass())
253 ((GenericObject) myObj).encode();
260 GenericObject.isMySubclass(myObj.getClass()
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 545 Object myObj = f.get(this);
547 if (hisObj != null && myObj == null)
549 else if (hisObj == null && myObj != null)
551 else if (hisObj == null && myObj == null)
555 && myObj instanceof java.lang.String) {
558 if (((String) myObj)
563 GenericObject.isMySubclass(myObj.getClass())
564 && !((GenericObject) myObj).match(hisObj))
567 GenericObjectList.isMySubclass(myObj.getClass())
568 && !((GenericObjectList) myObj).match(hisObj)
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]

Completed in 70 milliseconds