OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inCache
(Results
1 - 8
of
8
) sorted by null
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java
53
public boolean
inCache
(int entry) {
/external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp
181
bool
inCache
= memoryCache()->add(userSheet);
182
if (!
inCache
)
187
if (!
inCache
)
368
ASSERT(resource->
inCache
());
398
bool
inCache
= memoryCache()->add(resource);
402
if (!
inCache
)
408
if (!
inCache
) {
415
if (
inCache
)
741
if (res->canDelete() && !res->
inCache
())
CachedResource.h
153
void setInCache(bool
inCache
) { m_inCache =
inCache
; }
154
bool
inCache
() const { return m_inCache; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 245 milliseconds