OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inCache
(Results
1 - 15
of
15
) sorted by null
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java
53
public boolean
inCache
(int entry) {
Stripifier.java
542
if (!vcache.
inCache
(face.m_v0))
545
if (!vcache.
inCache
(face.m_v1))
548
if (!vcache.
inCache
(face.m_v2))
559
if (!vcache.
inCache
(strip.m_faces.at(i).m_v0))
562
if (!vcache.
inCache
(strip.m_faces.at(i).m_v1))
565
if (!vcache.
inCache
(strip.m_faces.at(i).m_v2))
580
if (vcache.
inCache
(strip.m_faces.at(i).m_v0))
583
if (vcache.
inCache
(strip.m_faces.at(i).m_v1))
586
if (vcache.
inCache
(strip.m_faces.at(i).m_v2))
619
if (vcache.
inCache
(face.m_v0))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp
147
ASSERT(!
inCache
());
367
if (
inCache
() && m_inLiveDecodedResourcesList && cacheLiveResourcePriority() != static_cast<unsigned>(priority)) {
423
if (!hasClients() &&
inCache
())
452
if (
inCache
()) {
495
if (canDelete() && !
inCache
()) {
513
if (
inCache
())
518
if (
inCache
()) {
549
if (
inCache
())
554
if (
inCache
()) {
566
if (
inCache
()) {
[
all
...]
Resource.h
175
void setInCache(bool
inCache
) { m_inCache =
inCache
; }
176
bool
inCache
() const { return m_inCache; }
MemoryCache.cpp
242
ASSERT(!previous || previous->
inCache
());
254
if (previous && !previous->
inCache
())
263
ASSERT(!previous || previous->
inCache
());
269
if (previous && !previous->
inCache
())
300
if (resource->
inCache
()) {
379
ASSERT(resource->
inCache
());
MemoryCacheTest.cpp
289
ASSERT_TRUE(resource1->
inCache
());
290
ASSERT_TRUE(resource2->
inCache
());
299
ASSERT_TRUE(resource1->
inCache
());
300
ASSERT_FALSE(resource2->
inCache
());
ImageResource.cpp
349
if (
inCache
())
ResourceFetcher.cpp
642
if (resource->
inCache
())
657
if (resource->
inCache
())
763
ASSERT(resource->
inCache
());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleCustomFilterProgram.h
151
bool
inCache
() const { return m_cache; }
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp
225
if (!program->hasPendingShaders() && program->
inCache
())
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/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/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 239 milliseconds