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

  /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/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
main.py 146 routes = [ variable
152 app = webapp2.WSGIApplication(routes, debug=True)
  /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...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 71 String routes = intent.getStringExtra(packageName + ".routes"); local
72 if (routes != null) {
73 String[] routeArray = routes.split(",");
123 + " routes=" + routes
  /external/chromium_org/chromeos/dbus/
debug_daemon_client.cc 356 std::vector<std::string> routes; local
359 if (reader.PopArrayOfStrings(&routes)) {
360 callback.Run(true, routes);
363 callback.Run(false, routes);
366 callback.Run(false, routes);
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 701 syncer::ModelSafeRoutingInfo routes; local
702 registrar_->GetModelSafeRoutingInfo(&routes);
703 syncer::ModelTypeSet enabled_types = GetRoutingInfoTypes(routes);
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 90 ModelSafeRoutingInfo routes; local
92 routes[iter.Get()] = GROUP_PASSIVE;
94 return routes;
    [all...]
  /external/dhcpcd/
configure.c 65 static struct rt *routes; variable in typeref:struct:rt
466 f = find_route(routes, rt, &l, NULL);
473 routes = f->next;
481 /* Don't set default routes if not asked to */
507 /* Don't set default routes if not asked to */
583 if (iface->state->options->routes != NULL) {
584 for (rt = iface->state->options->routes;
606 /* Some DHCP servers add set host routes by setting the gateway
713 if ((or = find_route(routes, rt, &rtl, NULL))) {
725 routes = or->next
    [all...]
if-options.h 98 struct rt *routes; member in struct:if_options
dhcp.c 73 * routes. For completeness, we also specify static routes,
563 struct rt *routes = NULL; local
574 free_routes(routes);
583 routes = rt = xzalloc(sizeof(*routes));
599 return routes;
749 /* This calculates the netmask that we should use for static routes.
780 * Otherwise we add static routes and then routers. */
787 struct rt *routes = NULL local
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 8633 milliseconds