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

  /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 398 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap;
400 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 79 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I)
503 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I)

Completed in 124 milliseconds