OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheMode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h
40
enum
CacheMode
{
54
// Retrieve
CacheMode
setting value of this AwContents.
56
virtual
CacheMode
GetCacheMode() const = 0;
/frameworks/base/include/androidfw/
AssetManager.h
64
* files it has seen. This can be controlled with the "
cacheMode
"
72
typedef enum
CacheMode
{
77
}
CacheMode
;
79
AssetManager(
CacheMode
cacheMode
= CACHE_OFF);
367
CacheMode
mCacheMode; // is the cache enabled?
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h
211
enum
CacheMode
681
CacheMode
cache;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h
211
enum
CacheMode
681
CacheMode
cache;
Completed in 421 milliseconds