Searched refs:routes (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium/chrome/browser/sync/engine/
H A Dmock_model_safe_workers.cc20 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;
53 MockModelSafeWorkerRegistrar( const ModelSafeRoutingInfo& routes) argument
H A Dmodel_safe_worker.cc10 const ModelSafeRoutingInfo& routes) {
11 ModelSafeRoutingInfo::const_iterator it = routes.find(type);
12 if (it == routes.end()) {
9 GetGroupForModelType(const syncable::ModelType type, const ModelSafeRoutingInfo& routes) argument
H A Dverify_updates_command.h39 const ModelSafeRoutingInfo& routes);
H A Dget_commit_ids_command.cc52 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);
49 AddUncommittedParentsAndTheirPredecessors( syncable::BaseTransaction* trans, syncable::Id parent_id, const ModelSafeRoutingInfo& routes) argument
111 AddPredecessorsThenItem( syncable::BaseTransaction* trans, syncable::Entry* item, syncable::IndexedBitField inclusion_filter, const ModelSafeRoutingInfo& routes) argument
127 AddCreatesAndMoves( const vector<int64>& unsynced_handles, syncable::WriteTransaction* write_transaction, const ModelSafeRoutingInfo& routes) argument
238 BuildCommitIds(const vector<int64>& unsynced_handles, syncable::WriteTransaction* write_transaction, const ModelSafeRoutingInfo& routes) argument
[all...]
H A Dget_commit_ids_command.h35 const ModelSafeRoutingInfo& routes);
113 const ModelSafeRoutingInfo& routes);
126 const ModelSafeRoutingInfo& routes);
132 const ModelSafeRoutingInfo& routes);
H A Dbuild_and_process_conflict_sets_command.h47 const ModelSafeRoutingInfo& routes);
53 const ModelSafeRoutingInfo& routes,
H A Dmock_model_safe_workers.h39 explicit MockModelSafeWorkerRegistrar(const ModelSafeRoutingInfo& routes);
H A Dmodel_safe_worker.h73 const ModelSafeRoutingInfo& routes);
H A Dupdate_applicator.cc23 const ModelSafeRoutingInfo& routes,
32 routing_info_(routes) {
19 UpdateApplicator(ConflictResolver* resolver, Cryptographer* cryptographer, const UpdateIterator& begin, const UpdateIterator& end, const ModelSafeRoutingInfo& routes, ModelSafeGroup group_filter) argument
H A Dverify_updates_command.cc79 const ModelSafeRoutingInfo& routes) {
104 result.placement = GetGroupForModelType(placement_type, routes);
77 VerifyUpdate( syncable::WriteTransaction* trans, const SyncEntity& entry, const ModelSafeRoutingInfo& routes) argument
H A Dupdate_applicator.h41 const ModelSafeRoutingInfo& routes,
H A Dbuild_and_process_conflict_sets_command.cc63 const ModelSafeRoutingInfo& routes) {
85 cryptographer, routes, status)) {
152 const ModelSafeRoutingInfo& routes,
200 routes, status->group_restriction());
60 ProcessSingleDirectionConflictSets( syncable::WriteTransaction* trans, ConflictResolver* resolver, Cryptographer* cryptographer, StatusController* status, const ModelSafeRoutingInfo& routes) argument
147 ApplyUpdatesTransactionally( syncable::WriteTransaction* trans, const vector<syncable::Id>* const update_set, ConflictResolver* resolver, Cryptographer* cryptographer, const ModelSafeRoutingInfo& routes, StatusController* status) argument
H A Dsyncer_thread.cc408 ModelSafeWorkerRegistrar* registrar, ModelSafeRoutingInfo* routes,
423 (*routes)[t] = r_tmp[t];
457 ModelSafeRoutingInfo routes; local
460 &routes, &workers);
463 this, &SyncerThread::ScheduleConfigImpl, routes, workers,
795 ModelSafeRoutingInfo routes; local
797 session_context_->registrar()->GetModelSafeRoutingInfo(&routes);
802 routes, workers));
407 GetModelSafeParamsForTypes(const ModelTypeBitSet& types, ModelSafeWorkerRegistrar* registrar, ModelSafeRoutingInfo* routes, std::vector<ModelSafeWorker*>* workers) argument
/external/webkit/Tools/TestResultServer/
H A Dmain.py40 routes = [ variable
51 application = webapp.WSGIApplication(routes, debug=True)
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type_payload_map.h36 const browser_sync::ModelSafeRoutingInfo& routes,
H A Dmodel_type_payload_map.cc25 const browser_sync::ModelSafeRoutingInfo& routes,
28 for (browser_sync::ModelSafeRoutingInfo::const_iterator i = routes.begin();
29 i != routes.end(); ++i) {
24 ModelTypePayloadMapFromRoutingInfo( const browser_sync::ModelSafeRoutingInfo& routes, const std::string& payload) argument
/external/webkit/Tools/QueueStatusServer/
H A Dmain.py55 routes = [ variable
74 application = webapp.WSGIApplication(routes, debug=True)
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultRouter.java173 RouteList routes = sipRequest.getRouteHeaders();
192 if (routes != null) {
196 Route route = (Route) routes.getFirst();
264 RouteList routes = req.getRouteHeaders();
265 Route first = (Route) routes.getFirst();
267 routes.removeFirst();
274 routes.add(route); // as last one
/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set.cc15 const browser_sync::ModelSafeRoutingInfo& routes)
16 : routes_(routes) {
14 OrderedCommitSet( const browser_sync::ModelSafeRoutingInfo& routes) argument
H A Dordered_commit_set.h33 explicit OrderedCommitSet(const browser_sync::ModelSafeRoutingInfo& routes);
H A Dstatus_controller.cc16 StatusController::StatusController(const ModelSafeRoutingInfo& routes) argument
22 routing_info_(routes) {
/external/dhcpcd/
H A Dif-options.h96 struct rt *routes; member in struct:if_options
H A Ddhcp.c72 * routes. For completeness, we also specify static routes,
557 struct rt *routes = NULL; local
568 free_routes(routes);
577 routes = rt = xzalloc(sizeof(*routes));
593 return routes;
675 /* This calculates the netmask that we should use for static routes.
706 * Otherwise we add static routes and then routers. */
713 struct rt *routes local
[all...]
H A Dconfigure.c64 static struct rt *routes; variable in typeref:struct:rt
413 f = find_route(routes, rt, &l, NULL);
420 routes = f->next;
428 /* Don't set default routes if not asked to */
453 /* Don't set default routes if not asked to */
531 if (iface->state->options->routes != NULL) {
532 for (rt = iface->state->options->routes;
554 /* Some DHCP servers add set host routes by setting the gateway
659 if ((or = find_route(routes, rt, &rtl, NULL))) {
669 routes
[all...]
/external/chromium/chrome/browser/sync/
H A Dsync_ui_util.cc409 browser_sync::ModelSafeRoutingInfo routes; local
410 service->GetModelSafeRoutingInfo(&routes);
413 browser_sync::ModelSafeRoutingInfo::const_iterator it = routes.begin();
414 for (; it != routes.end(); ++it) {

Completed in 169 milliseconds

12