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

  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 68 branch = self.getBranch(url[1])
154 def getBranch(self, channel):
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 9 String getBranch();
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 512 public 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
ant-nodeps.jar 

Completed in 203 milliseconds