Searched defs:routes (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/
H A Dmain.py35 routes = [ variable
45 app = webapp2.WSGIApplication(routes, debug=True)
/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 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 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 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 Dsyncapi_unittest.cc681 ModelSafeRoutingInfo routes; local
682 GetModelSafeRoutingInfo(&routes);
683 for (ModelSafeRoutingInfo::iterator i = routes.begin(); i != routes.end();
756 ModelSafeRoutingInfo routes; local
757 GetModelSafeRoutingInfo(&routes);
759 for (ModelSafeRoutingInfo::const_iterator it = routes.begin();
760 it != routes.end(); ++it) {
/external/chromium/chrome/browser/sync/syncable/
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/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_passwords_sync_test.cc248 syncer::ModelSafeRoutingInfo routes; local
249 GetClient(0)->service()->GetModelSafeRoutingInfo(&routes);
250 ASSERT_EQ(syncer::GROUP_PASSWORD, routes[syncer::PASSWORDS]);
251 routes.clear();
252 GetClient(1)->service()->GetModelSafeRoutingInfo(&routes);
253 ASSERT_EQ(syncer::GROUP_PASSWORD, routes[syncer::PASSWORDS]);
/external/chromium_org/sync/engine/
H A Dupdate_applicator.cc23 const ModelSafeRoutingInfo& routes,
27 routing_info_(routes),
22 UpdateApplicator(Cryptographer* cryptographer, const ModelSafeRoutingInfo& routes, ModelSafeGroup group_filter) argument
H A Dget_commit_ids_command.cc186 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_se
184 AddUncommittedParentsAndTheirPredecessors( syncable::BaseTransaction* trans, const ModelSafeRoutingInfo& routes, const std::set<int64>& ready_unsynced_set, const syncable::Entry& item, sessions::OrderedCommitSet* result) const argument
274 AddPredecessorsThenItem( syncable::BaseTransaction* trans, const ModelSafeRoutingInfo& routes, const std::set<int64>& ready_unsynced_set, const syncable::Entry& item, OrderedCommitSet* result) const argument
291 AddCreatesAndMoves( syncable::BaseTransaction* trans, const ModelSafeRoutingInfo& routes, const std::set<int64>& ready_unsynced_set) argument
414 BuildCommitIds( syncable::BaseTransaction* trans, const ModelSafeRoutingInfo& routes, const std::set<int64>& ready_unsynced_set) argument
[all...]
H A Dprocess_updates_command.cc177 const ModelSafeRoutingInfo& routes) {
174 VerifyUpdate( syncable::WriteTransaction* trans, const sync_pb::SyncEntity& entry, ModelTypeSet requested_types, const ModelSafeRoutingInfo& routes) argument
H A Dsync_scheduler_unittest.cc81 ModelSafeRoutingInfo routes; local
83 routes[iter.Get()] = GROUP_PASSIVE;
85 return routes;
/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 Dstatus_controller.cc16 StatusController::StatusController(const ModelSafeRoutingInfo& routes) argument
22 routing_info_(routes) {
/external/chromium_org/sync/sessions/
H A Dordered_commit_set.cc14 OrderedCommitSet::OrderedCommitSet(const ModelSafeRoutingInfo& routes) argument
15 : routes_(routes) {
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_daemon_log_source.cc22 const char kRoutesKeyName[] = "routes";
75 const std::vector<std::string>& routes) {
79 (*response_)[kRoutesKeyName] = JoinString(routes, '\n');
74 OnGetRoutes(bool succeeded, const std::vector<std::string>& routes) argument
/external/chromium_org/sync/internal_api/public/engine/
H A Dmodel_safe_worker.cc35 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()) {
34 ModelSafeRoutingInfoToInvalidationMap( const ModelSafeRoutingInfo& routes, const std::string& payload) argument
54 GetGroupForModelType(const ModelType type, const ModelSafeRoutingInfo& routes) argument
/external/libppp/src/
H A Darp.c102 int routes; local
115 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET);
116 if (routes < 0) {
136 if (ID0write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0 &&
140 close(routes);
143 close(routes);
H A Dradius.h55 struct sticky_route *routes; /* FRAMED Routes */ member in struct:radius
/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) {
/external/chromium_org/chromeos/dbus/
H A Ddebug_daemon_client.cc453 std::vector<std::string> routes; local
456 if (reader.PopArrayOfStrings(&routes)) {
457 callback.Run(true, routes);
460 callback.Run(false, routes);
463 callback.Run(false, routes);
/external/dhcpcd/
H A Dconfigure.c65 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
[all...]
H A Dif-options.h98 struct rt *routes; member in struct:if_options

Completed in 709 milliseconds

12