Searched refs:isMapped (Results 1 - 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPServerTransaction.java679 if (isInviteTransaction() && !this.isMapped && sipStack.getTimer() != null) {
680 this.isMapped = true;
686 isMapped = true;
698 return this.isMapped;
732 if (isInviteTransaction() && this.isMapped) {
1657 this.isMapped = true;
H A DSIPClientTransaction.java485 this.isMapped = true;
966 this.isMapped = true;
985 if (this.getState() == null || !this.isMapped)
H A DSIPTransaction.java129 protected boolean isMapped; field in class:SIPTransaction
H A DSIPTransactionStack.java1126 if (transaction.isMapped)
1130 transaction.isMapped = true;
H A DSIPDialog.java2064 ((SIPClientTransaction) clientTransactionId).isMapped = true;
/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h436 if (isMapped(index1)) {
553 inline bool JIT::isMapped(unsigned virtualRegisterIndex) function in class:JSC::JIT
H A DJIT.h321 bool isMapped(unsigned virtualRegisterIndex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 307 milliseconds