Searched defs:Connections (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/services/view_manager/
H A Dview_manager_init_service_context.h40 typedef std::vector<ViewManagerInitServiceImpl*> Connections; typedef in class:mojo::service::ViewManagerInitServiceContext
54 Connections connections_;
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.h93 typedef std::set<WindowManagerServiceImpl*> Connections; typedef in class:mojo::WindowManagerApp
161 Connections connections_;
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1398 SmallVectorImpl<SchedDFSResult::Connection> &Connections = local
1401 I = Connections.begin(), E = Connections.end(); I != E; ++I) {
1407 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth));

Completed in 99 milliseconds