HomeSort by relevance Sort by last modified time
    Searched refs:isInList (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManager.cpp 98 if (isInList(layer)) {
116 if (!isInList(layer) && layer->hasTransientResources()) {
118 } else if (isInList(layer) && !layer->hasTransientResources()) {
137 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
147 ASSERT(isInList(currentLayer) == currentLayer->hasTransientResources());
154 ASSERT(isInList(layer));
159 bool Canvas2DLayerManager::isInList(Canvas2DLayerBridge* layer) const
Canvas2DLayerManager.h 45 bool isInList(Canvas2DLayerBridge*) const;
Canvas2DLayerManagerTest.cpp 212 EXPECT_FALSE(manager.isInList(layer.get()));
214 EXPECT_TRUE(manager.isInList(layer.get()));
216 EXPECT_FALSE(manager.isInList(layer.get()));
234 EXPECT_TRUE(manager.isInList(layer.get()));
Canvas2DLayerBridge.cpp 119 ASSERT(!Canvas2DLayerManager::get().isInList(this));
  /external/chromium_org/third_party/skia/include/core/
SkTInternalLList.h 50 SkASSERT(this->isInList(entry));
125 SkASSERT(this->isInList(existingEntry));
154 SkASSERT(this->isInList(existingEntry));
231 SkASSERT(this->isInList(item));
249 bool isInList(const T* entry) const {
  /external/skia/include/core/
SkTInternalLList.h 50 SkASSERT(this->isInList(entry));
125 SkASSERT(this->isInList(existingEntry));
154 SkASSERT(this->isInList(existingEntry));
231 SkASSERT(this->isInList(item));
249 bool isInList(const T* entry) const {
  /external/chromium_org/third_party/skia/src/core/
SkTLList.h 295 SkASSERT(fFreeList.isInList(freeNode));
302 bool free = fFreeList.isInList(block->fNodes + i);
303 bool active = fList.isInList(block->fNodes + i);
316 SkASSERT(fList.isInList(activeNode));
323 bool free = fFreeList.isInList(block->fNodes + i);
324 bool active = fList.isInList(block->fNodes + i);
  /external/skia/src/core/
SkTLList.h 295 SkASSERT(fFreeList.isInList(freeNode));
302 bool free = fFreeList.isInList(block->fNodes + i);
303 bool active = fList.isInList(block->fNodes + i);
316 SkASSERT(fList.isInList(activeNode));
323 bool free = fFreeList.isInList(block->fNodes + i);
324 bool active = fList.isInList(block->fNodes + i);
  /external/chromium_org/third_party/skia/tests/
LListTest.cpp 42 REPORTER_ASSERT(reporter, in0 == list.isInList(&elements[0]));
43 REPORTER_ASSERT(reporter, in1 == list.isInList(&elements[1]));
44 REPORTER_ASSERT(reporter, in2 == list.isInList(&elements[2]));
45 REPORTER_ASSERT(reporter, in3 == list.isInList(&elements[3]));
  /external/skia/tests/
LListTest.cpp 42 REPORTER_ASSERT(reporter, in0 == list.isInList(&elements[0]));
43 REPORTER_ASSERT(reporter, in1 == list.isInList(&elements[1]));
44 REPORTER_ASSERT(reporter, in2 == list.isInList(&elements[2]));
45 REPORTER_ASSERT(reporter, in3 == list.isInList(&elements[3]));
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardableMemoryPool.cpp 199 SkASSERT(!fList.isInList(dm));
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 199 SkASSERT(!fList.isInList(dm));
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 29 static inline UBool isInList(const char c /*in*/, const char list[] /*in*/){
34 static inline UBool isDigit(char c) {return isInList(c, DIGIT_CHAR);}
35 static inline UBool isWhiteSpace(char c) {return isInList(c, WHITE_SPACE);}
36 static inline UBool isAlphabet(char c) {return isInList(c, ALPHABET);}
37 static inline UBool isSpecialAsciiChar(char c) {return isInList(c,SPECIAL);}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 951 milliseconds