Home
last modified time | relevance | path

Searched defs:checkEmpty (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DCheckedInputStreamTest.java64 CheckedInputStream checkEmpty = new CheckedInputStream(inEmp, new CRC32()); in test_getChecksum() local
/external/skia/src/core/
DSkClipStack.cpp34 void SkClipStack::Element::checkEmpty() const { in checkEmpty() function in SkClipStack::Element