HomeSort by relevance Sort by last modified time
    Searched defs:wasClosed (Results 1 - 9 of 9) 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());
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 546 bool wasClosed = ConvexPathPerimeterVertices(path, forceClose, threshInvScaleX * threshInvScaleX,
563 if (wasClosed) {
572 if (wasClosed) {
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 546 bool wasClosed = ConvexPathPerimeterVertices(path, forceClose, threshInvScaleX * threshInvScaleX,
563 if (wasClosed) {
572 if (wasClosed) {
  /frameworks/base/libs/hwui/
PathTessellator.cpp 746 bool wasClosed = approximatePathOutlineVertices(path, forceClose,
764 if (wasClosed) {
771 if (wasClosed) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]

Completed in 519 milliseconds