HomeSort by relevance Sort by last modified time
    Searched defs:hop (Results 1 - 25 of 37) sorted by null

1 2

  /external/vixl/examples/
debugger.cc 38 Label hop; local
41 __ B(&hop);
43 __ Bind(&hop);
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 37 import javax.sip.address.Hop;
208 /* Resolve this to the next hop based on the previous lookup. If we are not using
209 * lose routing (RFC2543) then just attach hop as a maddr param.
212 Hop hop = ((SIPClientTransaction) challengedTransaction).getNextHop(); local
215 if ( !hop.getHost().equalsIgnoreCase(sipUri.getHost())
216 && !hop.equals(sipStack.getRouter(challengedRequest).getOutboundProxy()) )
218 sipUri.setMAddrParam(hop.getHost());
219 if ( hop.getPort() != -1 ) sipUri.setPort(hop.getPort())
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 66 * <code>false</code>, the next hop is determined according to the following
70 * topmost Route header as next hop, possibly modifying the request in the
73 * use its value as the next hop
74 * <li> Otherwise, use the request URI as next hop. If the request URI is not a
81 * (which means the next hop is a strict router), the implementation will
91 * Subsequently, the request URI will be used as next hop target
103 private Hop defaultRoute;
116 this.defaultRoute = (Hop) this.sipStack.getAddressResolver()
117 .resolveAddress((Hop) (new HopImpl(defaultRoute)));
133 * next hop on the list. If the default route has been specified, then it i
208 Hop hop = createHop(sipUri,request); local
219 Hop hop = createHop((SipURI) requestURI,request); local
237 Hop hop = createHop((SipURI) requestURI,request); local
    [all...]
SIPDialog.java 91 import javax.sip.address.Hop;
973 Hop hop = sipStack.getNextHop(ackRequest); local
2103 Hop hop = ((SIPClientTransaction) clientTransactionId).getNextHop(); local
    [all...]
TCPMessageChannel.java 40 import javax.sip.address.Hop;
437 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); local
449 // InetAddress.getByName(hop.getHost());
452 || !hop.getHost().equals(this.peerAddress.getHostAddress())) {
UDPMessageChannel.java 62 import javax.sip.address.Hop;
420 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); local
421 this.peerPort = hop.getPort();
434 || !hop.getHost().equals(
    [all...]
TLSMessageChannel.java 54 import javax.sip.address.Hop;
413 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); local
421 // InetAddress sentByAddress = InetAddress.getByName(hop.getHost());
424 || !hop.getHost().equals(this.peerAddress.getHostAddress())) {
SIPServerTransaction.java 56 import javax.sip.address.Hop;
477 Hop hop = sipStack.addressResolver.resolveAddress(new HopImpl(host, port, local
482 hop.getTransport()).getIPAddress(), this.getPort(), hop);
486 throw new IOException("Could not create a message channel for " + hop);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 38 import javax.sip.address.Hop;
152 * Get the host, port and transport as a Hop. This is
156 public Hop getHop() {
157 HopImpl hop = new HopImpl(sentBy.getHost().getHostname(), local
159 return hop;
  /external/svox/pico/lib/
picosig2.c 830 picoos_int16 hop, m2, *nextPeak, voiced; local
840 hop = sig_inObj->hop_p;
4011 picoos_int16 hop, winlen, Fs; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 650 final int hop = fact.getHopCount()-1; // the hop to establish local
651 boolean secure = createTunnelToProxy(route, hop, context);
653 managedConn.tunnelProxy(route.getHopTarget(hop),
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 75 import javax.sip.address.Hop;
344 Hop hop = null; local
346 hop = sipStack.getNextHop((SIPRequest) request);
347 if (hop == null)
349 "Cannot resolve next hop -- transaction unavailable");
352 "Cannot resolve next hop -- transaction unavailable", ex);
354 String transport = hop.getTransport();
399 .getMessageProcessor(), hop);
402 ct.setNextHop(hop);
682 Hop hop = sipStack.getRouter((SIPRequest) request).getNextHop(request); local
778 Hop hop = sipStack.getAddressResolver().resolveAddress( local
921 Hop hop = clientTx.getNextHop(); local
941 Hop hop = clientTx.getNextHop(); local
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 674 final int hop = fact.getHopCount()-1; // the hop to establish local
675 boolean secure = createTunnelToProxy(route, hop, context);
677 managedConn.tunnelProxy(route.getHopTarget(hop),
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 12608 xmlAutomataStatePtr hop; local
12780 xmlAutomataStatePtr hop; local
12974 xmlAutomataStatePtr hop, base; local
    [all...]
  /external/libxml2/
xmlschemas.c 12627 xmlAutomataStatePtr hop; local
12799 xmlAutomataStatePtr hop; local
13002 xmlAutomataStatePtr hop, base; local
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 776 milliseconds

1 2