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

  /external/webkit/WebKitTools/QueueStatusServer/
main.py 47 routes = [ variable
59 application = webapp.WSGIApplication(routes, debug=True)
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 173 RouteList routes = sipRequest.getRouteHeaders(); local
192 if (routes != null) {
196 Route route = (Route) routes.getFirst();
264 RouteList routes = req.getRouteHeaders(); local
265 Route first = (Route) routes.getFirst();
267 routes.removeFirst();
274 routes.add(route); // as last one
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 369 RouteList routes = sipRequest.getRouteHeaders(); local
370 Route route = (Route) routes.getFirst();
385 if (routes.size() == 1)
388 routes.removeFirst();
    [all...]
  /external/dhcpcd/
net.h 87 * You can (and do) get more routes in the DHCP message, but not enough to
113 struct rt *routes; member in struct:interface
dhcp.c 70 /* RFC 3442 states that the CSR has to come before all other routes.
71 * For completeness, we also specify static routes, then routers. */
510 struct rt *routes = NULL; local
521 free_routes(routes);
530 routes = rt = xzalloc(sizeof(*routes));
552 return routes;
634 /* This calculates the netmask that we should use for static routes.
665 * Otherwise we add static routes and then routers. */
671 struct rt *routes = NULL local
    [all...]
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.cpp 153 const audio_routes routes; member in struct:android::alsa_properties_t
327 uint32_t routes = AudioSystem::ROUTE_EARPIECE; local
329 routes = mOutput->device();
333 LOGI("### route(%d) call volume(%f)", routes, volume);
334 switch (routes) {
360 LOGE("### Call volume setting error!!!0x%08x \n", routes);
    [all...]
  /external/ppp/pppd/
sys-solaris.c 2646 mib2_ipRouteEntry_t routes[8]; local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 974 milliseconds