HomeSort by relevance Sort by last modified time
    Searched defs:Instances (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.cc 22 typedef std::map<std::string, DevToolsAgentHostImpl*> Instances;
23 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
61 Instances::iterator it = g_instances.Get().find(id);
144 // removes it from the instances.
145 Instances copy = g_instances.Get();
146 for (Instances::iterator it(copy.begin()); it != copy.end(); ++it) {
render_view_devtools_agent_host.cc 37 typedef std::vector<RenderViewDevToolsAgentHost*> Instances;
40 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
43 //instances associated with |web_contents|
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/include/llvm/MC/
MCContext.h 92 /// Instances of directional local labels.
93 DenseMap<unsigned, MCLabel *> Instances;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 67 INSTANCES_COLUMNS_TO_SKIP.add(CalendarContract.Instances._ID);
  /frameworks/base/core/java/android/provider/
CalendarContract.java 62 * <li>The {@link Instances} table holds the start and end time for occurrences
64 * one-time events there will be a 1:1 mapping of instances to events. For
324 * expanded in the instances table and will only show up in sync adapter
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 500 milliseconds