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

  /external/skia/src/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 {
SkTLList.h 302 SkASSERT(fFreeList.isInList(freeNode));
310 bool free = fFreeList.isInList(block->fNodes + i);
311 bool active = fList.isInList(block->fNodes + i);
324 SkASSERT(fList.isInList(activeNode));
331 bool free = fFreeList.isInList(block->fNodes + i);
332 bool active = fList.isInList(block->fNodes + i);
  /external/skia/tests/
LListTest.cpp 37 REPORTER_ASSERT(reporter, in0 == list.isInList(&elements[0]));
38 REPORTER_ASSERT(reporter, in1 == list.isInList(&elements[1]));
39 REPORTER_ASSERT(reporter, in2 == list.isInList(&elements[2]));
40 REPORTER_ASSERT(reporter, in3 == list.isInList(&elements[3]));
  /frameworks/base/core/java/android/text/
Html.java 405 boolean isInList = false;
414 if (isInList) {
416 isInList = false;
432 if (isListItem && !isInList) {
434 isInList = true;
440 if (isInList && !isListItem) {
442 isInList = false;
458 if (next == end && isInList) {
459 isInList = false;
    [all...]
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 200 SkASSERT(!fList.isInList(dm));
  /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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.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 1564 milliseconds