Searched defs:isEmpty (Results 1 - 25 of 474) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/valgrind/main/memcheck/tests/
H A Ddeep_templates.cpp19 int isEmpty() const { return top == -1; } function in class:Stack
/external/sqlite/dist/orig/
H A Dsqlite3.c142158 int isEmpty = 0; /* Deleting *pRowid leaves the table empty */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c142190 int isEmpty = 0; /* Deleting *pRowid leaves the table empty */ local
[all...]
/external/srec/tools/grxmlcompile/
H A Dhashmap.cpp70 bool HashMap<T1,T2>::isEmpty() function in class:HashMap
/external/skia/src/animator/
H A DSkTDArray_Experimental.h53 bool isEmpty() const { return fCount == 0; } function in class:SkDS32Array
/external/skia/src/core/
H A DSkAAClip.h29 bool isEmpty() const { return NULL == fRunHead; } function in class:SkAAClip
100 SkASSERT(aaclip && !aaclip->isEmpty());
H A DSkRTree.h83 bool isEmpty() const { return 0 == fCount; } function in class:SkRTree
89 return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1;
H A DSkRasterClip.h26 bool isEmpty() const { function in class:SkRasterClip
66 return this->isEmpty() || rect.isEmpty() ||
88 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
H A DSkRegion.cpp128 if (this->isEmpty()) {
397 if (this->isEmpty() || rgn.isEmpty() || !fBounds.contains(rgn.fBounds)) {
419 if (this->isEmpty()) {
452 if (this->isEmpty() || r.isEmpty()) {
479 if (this->isEmpty() || rgn.isEmpty()) {
539 if (this->isEmpty()) {
597 return !this->isEmpty();
806 bool isEmpty() const { return 0 == fPrevLen; } function in class:RgnOper
[all...]
H A DSkTInternalSList.h75 if (this->isEmpty()) {
79 while (!other->isEmpty()) {
107 bool isEmpty() const { function in class:SkTInternalSList
H A DSkTLList.h166 bool isEmpty() const { this->validate(); return 0 == fCount; } function in class:SkTLList
287 SkASSERT((0 == fCount) == fList.isEmpty());
288 SkASSERT((0 != fCount) || fFreeList.isEmpty());
/external/skia/src/gpu/
H A DGrAtlas.h116 bool isEmpty() { return 0 == fPlots.count(); } function in class:GrAtlas
H A DGrMemoryPool.h44 bool isEmpty() const { return fTail == fHead && !fHead->fLiveCount; } function in class:GrMemoryPool
/external/skia/src/pathops/
H A DSkPathWriter.h23 bool isEmpty() const { return fEmpty; } function in class:SkPathWriter
/external/skia/src/pdf/
H A DSkPDFImage.h52 bool isEmpty() { function in class:SkPDFImage
53 return fSrcRect.isEmpty();
H A DSkTSet.h139 bool isEmpty() const { function in class:SkTSet
142 SkASSERT(fSetArray->isEmpty() == fOrderedArray->isEmpty());
143 return fOrderedArray->isEmpty();
/external/skia/tools/flags/
H A DSkCommandLineFlags.h126 bool isEmpty() const { return this->count() == 0; } function in class:SkCommandLineFlags::StringArray
/external/skia/tools/lua/
H A Dskia.lua47 function Sk.Rect:isEmpty()
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/src/org/jivesoftware/smack/util/
H A DCache.java210 public synchronized boolean isEmpty() { method in class:Cache
215 return map.isEmpty();
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java216 public boolean isEmpty() { method in class:AbstractHashedMap
H A DAbstractReferenceMap.java188 public boolean isEmpty() { method in class:AbstractReferenceMap
190 return super.isEmpty();
/external/smali/util/src/main/java/org/jf/util/
H A DArraySortedSet.java59 public boolean isEmpty() { method in class:ArraySortedSet
/external/skia/gm/
H A Dgm_error.h90 bool isEmpty() const { function in class:skiagm::ErrorCombination
126 if (!s.isEmpty()) {

Completed in 3828 milliseconds

1234567891011>>