HomeSort by relevance Sort by last modified time
    Searched refs:routes (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/sync/engine/
mock_model_safe_workers.cc 20 ModelSafeRoutingInfo routes; local
21 routes[syncable::BOOKMARKS] = GROUP_PASSIVE;
22 MockModelSafeWorkerRegistrar* m = new MockModelSafeWorkerRegistrar(routes);
29 ModelSafeRoutingInfo routes; local
33 routes[type] = GROUP_PASSIVE;
36 MockModelSafeWorkerRegistrar* m = new MockModelSafeWorkerRegistrar(routes);
54 const ModelSafeRoutingInfo& routes) {
55 routes_ = routes;
model_safe_worker.cc 10 const ModelSafeRoutingInfo& routes) {
11 ModelSafeRoutingInfo::const_iterator it = routes.find(type);
12 if (it == routes.end()) {
verify_updates_command.h 39 const ModelSafeRoutingInfo& routes);
get_commit_ids_command.cc 52 const ModelSafeRoutingInfo& routes) {
54 OrderedCommitSet item_dependencies(routes);
115 const ModelSafeRoutingInfo& routes) {
116 OrderedCommitSet item_dependencies(routes);
130 const ModelSafeRoutingInfo& routes) {
143 entry.Get(syncable::PARENT_ID), routes);
145 syncable::IS_UNSYNCED, routes);
240 const ModelSafeRoutingInfo& routes) {
241 ordered_commit_set_.reset(new OrderedCommitSet(routes));
252 AddCreatesAndMoves(unsynced_handles, write_transaction, routes);
    [all...]
get_commit_ids_command.h 35 const ModelSafeRoutingInfo& routes);
113 const ModelSafeRoutingInfo& routes);
126 const ModelSafeRoutingInfo& routes);
132 const ModelSafeRoutingInfo& routes);
mock_model_safe_workers.h 39 explicit MockModelSafeWorkerRegistrar(const ModelSafeRoutingInfo& routes);
build_and_process_conflict_sets_command.h 47 const ModelSafeRoutingInfo& routes);
53 const ModelSafeRoutingInfo& routes,
model_safe_worker.h 73 const ModelSafeRoutingInfo& routes);
update_applicator.h 41 const ModelSafeRoutingInfo& routes,
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
main.py 35 routes = [ variable
45 app = webapp2.WSGIApplication(routes, debug=True)
  /external/chromium/chrome/browser/sync/syncable/
model_type_payload_map.h 36 const browser_sync::ModelSafeRoutingInfo& routes,
model_type_payload_map.cc 25 const browser_sync::ModelSafeRoutingInfo& routes,
28 for (browser_sync::ModelSafeRoutingInfo::const_iterator i = routes.begin();
29 i != routes.end(); ++i) {
  /external/chromium_org/sync/engine/
get_commit_ids_command.h 53 const ModelSafeRoutingInfo& routes,
84 const ModelSafeRoutingInfo& routes,
109 const ModelSafeRoutingInfo& routes,
117 const ModelSafeRoutingInfo& routes,
process_updates_command.h 49 const ModelSafeRoutingInfo& routes);
get_commit_ids_command.cc 186 const ModelSafeRoutingInfo& routes,
190 OrderedCommitSet item_dependencies(routes);
276 const ModelSafeRoutingInfo& routes,
280 OrderedCommitSet item_dependencies(routes);
293 const ModelSafeRoutingInfo& routes,
308 OrderedCommitSet item_dependencies(routes);
311 routes,
316 routes,
416 const ModelSafeRoutingInfo& routes,
428 AddCreatesAndMoves(trans, routes, ready_unsynced_set)
    [all...]
update_applicator.h 39 const ModelSafeRoutingInfo& routes,
update_applicator.cc 23 const ModelSafeRoutingInfo& routes,
27 routing_info_(routes),
  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 26 * a particular client and the routes that are available to it.
33 * A list of all known routes.
35 public final ArrayList<RouteInfo> routes; field in class:MediaRouterClientState
39 * Globally selected routes override any other route selections that applications
45 routes = new ArrayList<RouteInfo>();
49 routes = src.createTypedArrayList(RouteInfo.CREATOR);
54 final int count = routes.size();
56 final RouteInfo route = routes.get(i);
71 dest.writeTypedList(routes);
78 + globallySelectedRouteId + ", routes=" + routes.toString() + " }"
    [all...]
  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker.cc 35 const ModelSafeRoutingInfo& routes,
38 for (ModelSafeRoutingInfo::const_iterator i = routes.begin();
39 i != routes.end(); ++i) {
55 const ModelSafeRoutingInfo& routes) {
56 ModelSafeRoutingInfo::const_iterator it = routes.find(type);
57 if (it == routes.end()) {
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 67 public List<RouteInfo> routes = new ArrayList<RouteInfo>(); field in class:VpnConfig
78 String[] routes = routesStr.trim().split(" "); local
79 for (String route : routes) {
84 this.routes.add(info);
114 out.writeTypedList(routes);
132 in.readTypedList(config.routes, RouteInfo.CREATOR);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderDescriptor.java 28 * Describes the state of a media route provider and the routes that it publishes.
34 private static final String KEY_ROUTES = "routes";
40 List<MediaRouteDescriptor> routes) {
42 mRoutes = routes;
46 * Gets the list of all routes that this provider has published.
69 * Returns true if the route provider descriptor and all of the routes that
73 * valid then it is not necessary to call {@link #isValid} on each of its routes.
92 result.append("routes=").append(
167 * Adds a list of routes.
169 public Builder addRoutes(Collection<MediaRouteDescriptor> routes) {
    [all...]
  /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
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 49 * are interface, addresses, routes, DNS servers, and search domains. Each
63 * does this, but others might not. Routes, DNS servers, and search domains
85 const char *routes = env("SPLIT_INCLUDE_CIDR"); local
139 fprintf(state, "%s\n", routes[0] ? routes : "0.0.0.0/0");
  /external/chromium_org/chrome/browser/chromeos/system_logs/
debug_daemon_log_source.h 33 void OnGetRoutes(bool succeeded, const std::vector<std::string>& routes);
  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 190 static int set_routes(const char *name, const char *routes)
214 while (sscanf(routes, " %64[^/]/%d %n", address, &prefix, &chars) == 2) {
215 routes += chars;
272 } else if (*routes) {
273 ALOGE("Invalid route: %s", routes);
382 const char *routes = NULL; local
390 routes = jRoutes ? env->GetStringUTFChars(jRoutes, NULL) : NULL;
391 if (!routes) {
392 jniThrowNullPointerException(env, "routes");
395 count = set_routes(name, routes);
    [all...]

Completed in 421 milliseconds

1 2 3 4