HomeSort by relevance Sort by last modified time
    Searched defs:wasClosed (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 45 public boolean wasClosed() {
228 + "of its underlying input stream.", tis.wasClosed());
CipherOutputStreamTest.java 44 public boolean wasClosed() {
173 + "of its underlying output stream.", tos.wasClosed());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 54 public boolean wasClosed() {
237 + "of its underlying input stream.", tis.wasClosed());
CipherOutputStream1Test.java 54 public boolean wasClosed() {
190 + "of its underlying output stream.", tos.wasClosed());
  /frameworks/base/libs/hwui/
PathTessellator.cpp 734 bool wasClosed = approximatePathOutlineVertices(path, forceClose,
751 if (wasClosed) {
758 if (wasClosed) {
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]

Completed in 270 milliseconds