HomeSort by relevance Sort by last modified time
    Searched refs:ContextMap (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.h 87 typedef WillBePersistentHeapHashMap<ExecutionContext*, RefPtrWillBeMember<DatabaseContext> > ContextMap;
88 ContextMap m_contextMap;
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 52 typedef std::map<ClientHandle, RendererContext *> ContextMap;
56 ContextMap m_ctxs;
Renderer.cpp 98 ContextMap::iterator sctx = m_ctxs.find(shareCtx);
112 m_ctxs.insert(ContextMap::value_type(handle, ctx));
120 ContextMap::iterator i = m_ctxs.find(handle);
140 ContextMap::iterator c = m_ctxs.find(ctx);
  /external/chromium_org/components/domain_reliability/
monitor.h 118 typedef std::map<std::string, DomainReliabilityContext*> ContextMap;
159 ContextMap contexts_;
monitor.cc 153 ContextMap::const_iterator it;
170 for (ContextMap::const_iterator it = contexts_.begin();
225 std::pair<ContextMap::iterator, bool> map_it =
298 ContextMap::const_iterator context_it;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 396 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap;
398 ContextMap Contexts;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 36 /*package*/ class ContextMap<T> {
37 private static final String TAG = GattServiceConfig.TAG_PREFIX + "ContextMap";
GattService.java 97 class ClientMap extends ContextMap<IBluetoothGattCallback> {}
103 class ServerMap extends ContextMap<IBluetoothGattServerCallback> {}
    [all...]

Completed in 170 milliseconds