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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.h 104 typedef HashMap<ScriptExecutionContext*, DatabaseContext*> ContextMap;
105 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/clang/include/clang/Analysis/
AnalysisContext.h 401 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap;
403 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 64 class ClientMap extends ContextMap<IBluetoothGattCallback> {}
70 class ServerMap extends ContextMap<IBluetoothGattServerCallback> {}
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 82 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I)
558 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I)

Completed in 4243 milliseconds