Home
last modified time | relevance | path

Searched refs:wasClosed (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DCipherOutputStreamTest.java44 public boolean wasClosed() { in wasClosed() method in CipherOutputStreamTest.TestOutputStream
173 + "of its underlying output stream.", tos.wasClosed()); in testClose()
DCipherInputStreamTest.java45 public boolean wasClosed() { in wasClosed() method in CipherInputStreamTest.TestInputStream
228 + "of its underlying input stream.", tis.wasClosed()); in testClose()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1342 UBool wasClosed; /* close happened on the object */ member
1350 newCtx->wasClosed = 0; in TSCC_clone()
1402 ctx->wasClosed = TRUE; in TSCC_fromU()
1448 ctx->wasClosed = TRUE; in TSCC_toU()
1456 q->wasClosed = 0; in TSCC_init()
1469 q, q->serial, name, q->magic, q->wasClosed?"CLOSED":"open"); in TSCC_print_log()
1540 if(from1.wasClosed) { in TestConvertSafeCloneCallback()
1544 if(from2->wasClosed) { in TestConvertSafeCloneCallback()
1573 if(to1.wasClosed) { in TestConvertSafeCloneCallback()
1577 if(to2->wasClosed) { in TestConvertSafeCloneCallback()
[all …]
/external/skia/experimental/AndroidPathRenderer/
DAndroidPathRenderer.cpp546 … bool wasClosed = ConvexPathPerimeterVertices(path, forceClose, threshInvScaleX * threshInvScaleX, in ConvexPathVertices() local
563 if (wasClosed) { in ConvexPathVertices()
572 if (wasClosed) { in ConvexPathVertices()