OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Caches
(Results
1 - 10
of
10
) sorted by null
/external/doclava/src/com/google/doclava/
Doclava2.java
41
ClassInfo cl = InfoBuilder.
Caches
.getClass("android.preference.VolumePreference");
78
InfoBuilder.
Caches
.printResolutions();
83
InfoBuilder.
Caches
.printResolutions();
AnnotationInstanceInfo.java
114
setClass(InfoBuilder.
Caches
.obtainClass(qualifiedClassName.toString()));
InfoBuilder.java
92
Caches
.resolve();
101
Caches
.printResolutions();
400
return
Caches
.obtainPackage(packageName);
595
cls =
Caches
.obtainClass(qualifiedClassName);
865
cl =
Caches
.obtainClass(qualifiedTypeName);
[
all
...]
MethodInfo.java
861
mThrownExceptions.add(InfoBuilder.
Caches
.obtainClass(qualifiedClassName.toString()));
ClassInfo.java
[
all
...]
/external/chromium_org/webkit/browser/appcache/
appcache_group.h
28
// Collection of application
caches
identified by the same manifest URL.
104
typedef std::vector<AppCache*>
Caches
;
114
const
Caches
& old_caches() const { return old_caches_; }
132
// Old complete app
caches
.
133
Caches
old_caches_;
/libcore/libdvm/src/main/java/java/lang/
Class.java
801
synchronized (
Caches
.genericInterfaces) {
802
result =
Caches
.genericInterfaces.get(this);
812
Caches
.genericInterfaces.put(this, result);
[
all
...]
/frameworks/base/libs/hwui/
Caches.cpp
22
#include "
Caches
.h"
31
ANDROID_SINGLETON_STATIC_INSTANCE(
Caches
);
50
Caches
::
Caches
(): Singleton<
Caches
>(),
63
bool
Caches
::init() {
109
void
Caches
::initFont() {
113
void
Caches
::initExtensions() {
134
void
Caches
::initConstraints() {
144
void
Caches
::initStaticProperties()
[
all
...]
Caches.h
97
INIT_LOGD("Creating OpenGL renderer
caches
");
102
//
Caches
107
class ANDROID_API
Caches
: public Singleton<
Caches
> {
108
Caches
();
110
friend class Singleton<
Caches
>;
122
* Initialize
caches
.
416
}; // class
Caches
/libcore/libart/src/main/java/java/lang/
Class.java
[
all
...]
Completed in 423 milliseconds