OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextMap
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.h
105
typedef HashMap<ExecutionContext*, DatabaseContext*>
ContextMap
;
106
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;
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
49
ContextMap
;
50
static base::LazyInstance<
ContextMap
> g_all_shared_contexts =
307
ContextMap
& all_contexts = g_all_shared_contexts.Get();
308
ContextMap
::const_iterator it = all_contexts.find(host_.get());
381
ContextMap
& all_contexts = g_all_shared_contexts.Get();
382
ContextMap
::const_iterator it = all_contexts.find(host_.get());
445
ContextMap
& all_contexts = g_all_shared_contexts.Get();
446
ContextMap
::iterator it = std::find(
[
all
...]
/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
87
class ClientMap extends
ContextMap
<IBluetoothGattCallback> {}
93
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 414 milliseconds