Searched refs:getBranch (Results 1 - 17 of 17) sorted by relevance

/external/nist-sip/java/javax/sip/header/
H A DViaHeader.java9 String getBranch(); method in interface:ViaHeader
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPClientTransaction.java351 String messageBranch = ((Via) viaHeaders.getFirst()).getBranch();
352 boolean rfc3261Compliant = getBranch() != null
354 && getBranch().toLowerCase().startsWith(
362 transactionMatches = getBranch().equalsIgnoreCase(
363 ((Via) viaHeaders.getFirst()).getBranch())
366 transactionMatches = getBranch().equals(messageToTest.getTransactionId());
373 if (getBranch().equalsIgnoreCase(((Via) viaHeaders.getFirst()).getBranch())) {
381 if (getBranch() != null) {
382 transactionMatches = getBranch()
[all...]
H A DSIPTransaction.java405 .getBranch();
494 public final String getBranch() { method in class:SIPTransaction
496 this.branch = getOriginalRequest().getTopmostVia().getBranch();
543 + " " + this + " branchID = " + this.getBranch()
950 messageBranch = topViaHeader.getBranch();
967 if (messageBranch != null && this.getBranch() != null) {
971 if (getBranch().equalsIgnoreCase(messageBranch)
H A DSIPServerTransaction.java573 messageBranch = topViaHeader.getBranch();
591 if (messageBranch != null && this.getBranch() != null) {
597 && getBranch().equalsIgnoreCase(messageBranch)
605 transactionMatches = getBranch().equalsIgnoreCase(messageBranch)
890 if (this.getOriginalRequest().getTopmostVia().getBranch() != null)
891 transactionResponse.getTopmostVia().setBranch(this.getBranch());
1478 return this.getBranch().equalsIgnoreCase(sst.getBranch());
H A DSIPTransactionStack.java851 String branchId = ((SIPRequest)serverTransaction.getRequest()).getTopmostVia().getBranch();
865 return this.terminatedServerTransactionsPendingAck.get(ackMessage.getTopmostVia().getBranch());
876 String branchId = ((SIPRequest)serverTransaction.getRequest()).getTopmostVia().getBranch();
892 String branchId = ((SIPRequest)serverTransaction.getRequest()).getTopmostVia().getBranch();
911 if (via.getBranch() != null) {
937 if (via.getBranch() != null) {
1207 + requestReceived.getTopmostVia().getBranch() + "):" + currentTransaction);
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtils.java184 String branch = topmostVia.getBranch();
H A DSipProviderImpl.java307 if (sipRequest.getTopmostVia().getBranch() != null
308 && sipRequest.getTopmostVia().getBranch().startsWith(
379 if (sipRequest.getTopmostVia().getBranch() == null
380 || !sipRequest.getTopmostVia().getBranch().startsWith(
395 branchId = sipRequest.getTopmostVia().getBranch();
699 String branch = via.getBranch();
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp79 static BranchInst *getBranch(BasicBlock *BB) { function in class:__anon26291::LIRUtil
287 if (BranchInst *Br = getBranch(BB)) {
295 BranchInst *Br = getBranch(BB);
401 if (Value *T = matchCondition (LIRUtil::getBranch(LoopEntry), LoopEntry))
480 BranchInst *PreCondBr = LIRUtil::getBranch(PreCondBB);
499 BranchInst *PreCondBr = LIRUtil::getBranch(PreCondBB);
570 BranchInst *LbBr = LIRUtil::getBranch(Body);
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp232 getBranch(MachineBasicBlock &MBB, const MachineBasicBlock &Dst) const;
668 Filler::getBranch(MachineBasicBlock &MBB, const MachineBasicBlock &Dst) const { function in class:Filler
707 getBranch(Pred, Succ);
709 // Return if either getBranch wasn't able to analyze the branches or there
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPResponse.java630 branch = getTopmostVia().getBranch(); // non-2xx ACK uses same branch
635 branch = getTopmostVia().getBranch(); // CANCEL uses same branch
H A DSIPMessage.java838 && topVia.getBranch() != null
839 && topVia.getBranch().toUpperCase().startsWith(
845 return (topVia.getBranch() + ":" + this.getCSeq().getMethod()).toLowerCase();
847 return topVia.getBranch().toLowerCase();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java512 public String getBranch() { method in class:Via
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStringMsgParser.java685 + sipMessage.getTopmostVia().getBranch());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1892 milliseconds