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

  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.cc 17 typedef std::map<std::string, DevToolsAgentHostImpl*> Instances;
18 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
35 Instances::iterator it = g_instances.Get().find(id);
render_view_devtools_agent_host.cc 26 typedef std::vector<RenderViewDevToolsAgentHost*> Instances;
29 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER;
34 for (Instances::iterator it = g_instances.Get().begin();
89 for (Instances::iterator it = g_instances.Get().begin();
202 for (Instances::iterator it = g_instances.Get().begin();
223 Instances::iterator it = std::find(g_instances.Get().begin(),
  /external/chromium_org/content/browser/worker_host/
worker_process_host.h 59 // Used for pending instances. Rest of the parameters are ignored.
167 typedef std::list<WorkerInstance> Instances;
168 const Instances& instances() const { return instances_; } function in class:content::WorkerProcessHost
179 Instances& mutable_instances() { return instances_; }
221 Instances instances_;
  /external/llvm/include/llvm/MC/
MCContext.h 81 /// Instances of directional local labels.
82 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...]
  /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/current/
android.jar 

Completed in 2088 milliseconds