Searched refs:Instances (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/devtools/
H A Ddevtools_agent_host_impl.cc22 typedef std::map<std::string, DevToolsAgentHostImpl*> Instances; typedef in namespace:content::__anon7053
23 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
61 Instances::iterator it = g_instances.Get().find(id);
145 Instances copy = g_instances.Get();
146 for (Instances::iterator it(copy.begin()); it != copy.end(); ++it) {
H A Drender_view_devtools_agent_host.cc37 typedef std::vector<RenderViewDevToolsAgentHost*> Instances; typedef in namespace:content
40 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
47 for (Instances::iterator it = g_instances.Get().begin();
230 for (Instances::iterator it = g_instances.Get().begin();
247 Instances::iterator it = std::find(g_instances.Get().begin(),
/external/llvm/lib/MC/
H A DMCContext.cpp75 Instances.clear();
158 MCLabel *&Label = Instances[LocalLabelVal];
165 MCLabel *&Label = Instances[LocalLabelVal];
/external/llvm/include/llvm/MC/
H A DMCContext.h92 /// Instances of directional local labels.
93 DenseMap<unsigned, MCLabel *> Instances; member in class:llvm::MCContext
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1124 milliseconds