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

  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 9 String getBranch();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 351 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().equalsIgnoreCase
    [all...]
SIPTransaction.java 405 .getBranch();
494 public final String getBranch() {
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)
    [all...]
SIPServerTransaction.java 573 messageBranch = topViaHeader.getBranch();
591 if (messageBranch != null && this.getBranch() != null) {
597 && getBranch().equalsIgnoreCase(messageBranch)
605 transactionMatches = getBranch().equalsIgnoreCase(messageBranch)
    [all...]
SIPTransactionStack.java 851 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) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 184 String branch = topmostVia.getBranch();
SipProviderImpl.java 307 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();
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 630 branch = getTopmostVia().getBranch(); // non-2xx ACK uses same branch
635 branch = getTopmostVia().getBranch(); // CANCEL uses same branch
SIPMessage.java 838 && topVia.getBranch() != null
839 && topVia.getBranch().toUpperCase().startsWith(
845 return (topVia.getBranch() + ":" + this.getCSeq().getMethod()).toLowerCase();
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 512 public String getBranch() {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 263 getBranch(MachineBasicBlock &MBB, const MachineBasicBlock &Dst) const;
810 Filler::getBranch(MachineBasicBlock &MBB, const MachineBasicBlock &Dst) const {
849 getBranch(Pred, Succ);
851 // Return if either getBranch wasn't able to analyze the branches or there
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 288 getBranch(MachineBasicBlock &MBB, const MachineBasicBlock &Dst) const;
851 MipsDelaySlotFiller::getBranch(MachineBasicBlock &MBB,
893 getBranch(Pred, Succ);
895 // Return if either getBranch wasn't able to analyze the branches or there
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 685 + sipMessage.getTopmostVia().getBranch());
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 806 milliseconds