HomeSort by relevance Sort by last modified time
    Searched full:route (Results 476 - 500 of 1258) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/net/
VpnService.java 350 * Add a network route to the VPN interface. Both IPv4 and IPv6
353 * @throws IllegalArgumentException if the route is invalid.
372 * Convenience method to add a network route to the VPN interface
376 * @throws IllegalArgumentException if the route is invalid.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProvider.java 42 * Maintains a connection to a particular media route provider service.
72 final MediaRouteDescriptor route = routes.get(i); local
73 if (route.getId().equals(routeId)) {
144 // Bind whenever the application has an active route controller.
RegisteredMediaRouteProviderWatcher.java 33 * Watches for media route provider services to be installed.
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiver.java 51 // permission-checked route, so we just ignore it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_link.h 118 for IPIP tunnels, when route to endpoint is allowed to change)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netax25/
ax25.h 130 /* AX.25 route structure: */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
routed.h 47 int rip_metric; /* cost of route */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 118 for IPIP tunnels, when route to endpoint is allowed to change)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netax25/
ax25.h 130 /* AX.25 route structure: */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
routed.h 47 int rip_metric; /* cost of route */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 118 for IPIP tunnels, when route to endpoint is allowed to change)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netax25/
ax25.h 130 /* AX.25 route structure: */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
routed.h 47 int rip_metric; /* cost of route */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 31 # Silent fail here seems the best route since some modules
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 31 # Silent fail here seems the best route since some modules
  /system/netd/
NetlinkManager.cpp 136 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 37 import gov.nist.javax.sip.header.Route;
299 * assigned to the dialog. Forgive the sins of B2BUA's that like to record route ACK's
360 * RFC 3261 Section 16.4 If the first value in the Route header field indicates this
366 // Route header. If the request is being processed by an
367 // endpoint, then the stack strips off the route header.
368 if (sipRequest.getHeader(Route.NAME) != null && transaction.getDialog() != null) {
370 Route route = (Route) routes.getFirst(); local
371 SipUri uri = (SipUri) route.getAddress().getURI()
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 165 // If lock is held, go the expensive route - artLockObjectFromCode(self, obj);
185 // Otherwise, go the expensive route - UnlockObjectFromCode(obj);
  /bionic/libc/include/netinet/
ip_icmp.h 154 #define ICMP_UNREACH_SRCFAIL 5 /* src route failed */
166 #define ICMP_REDIRECT 5 /* shorter route, codes: */
  /development/ndk/platforms/android-3/include/netinet/
ip_icmp.h 154 #define ICMP_UNREACH_SRCFAIL 5 /* src route failed */
166 #define ICMP_REDIRECT 5 /* shorter route, codes: */
  /external/chromium_org/content/child/npapi/
np_channel_base.h 95 // Returns a new route id.
110 // Returns the NPObjectBase object for the route id passed in.
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 148 // Add a route for the current message loop.
187 // A filter used internally to route incoming messages from the IO thread
  /external/chromium_org/remoting/host/
chromoting_host.cc 244 const protocol::TransportRoute& route) {
248 route));
  /external/chromium_org/remoting/protocol/
connection_to_host.cc 214 const TransportRoute& route) {
215 VLOG(0) << "Using " << TransportRoute::GetTypeString(route.type)
  /external/iproute2/examples/
README.cbq 26 # ip-route utility by A.Kuznetsov (iproute2-ss981101 version).
27 # You can download ip-route from ftp://ftp.inr.ac.ru/ip-routing or

Completed in 947 milliseconds

<<11121314151617181920>>