Searched refs:doClose (Results 1 – 9 of 9) sorted by relevance
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloseablesTest.java | 50 doClose(mockCloseable, false, false); in testClose_closeableClean() 53 doClose(mockCloseable, true, false); in testClose_closeableClean() 60 doClose(mockCloseable, true); in testClose_closeableWithEatenException() 67 doClose(mockCloseable, false); in testClose_closeableWithThrownException() 116 private void doClose(Closeable closeable, boolean swallowException) { in doClose() method in CloseablesTest 117 doClose(closeable, swallowException, !swallowException); in doClose() 123 private void doClose(Closeable closeable, boolean swallowException, in doClose() method in CloseablesTest
|
/external/skia/tests/ |
D | EmptyPathTest.cpp | 135 for (int doClose = 0; doClose < 2; ++doClose) { in test_emptydrawing() local 139 if (doClose) { in test_emptydrawing() 145 allowCaps |= SkToBool(doClose); in test_emptydrawing()
|
D | PathTest.cpp | 1025 for (int doClose = 0; doClose <= 1; ++doClose) { in test_addPoly() local 1028 path.addPoly(pts, SkToInt(count), SkToBool(doClose)); in test_addPoly() 1029 test_poly(reporter, path, pts, SkToBool(doClose)); in test_addPoly()
|
/external/skqp/tests/ |
D | EmptyPathTest.cpp | 135 for (int doClose = 0; doClose < 2; ++doClose) { in test_emptydrawing() local 139 if (doClose) { in test_emptydrawing() 145 allowCaps |= SkToBool(doClose); in test_emptydrawing()
|
D | PathTest.cpp | 1025 for (int doClose = 0; doClose <= 1; ++doClose) { in test_addPoly() local 1028 path.addPoly(pts, SkToInt(count), SkToBool(doClose)); in test_addPoly() 1029 test_poly(reporter, path, pts, SkToBool(doClose)); in test_addPoly()
|
/external/skia/gm/ |
D | linepaths.cpp | 32 static void draw(SkCanvas* canvas, bool doClose) { in draw() argument 69 if (doClose) { in draw() 86 const char* title = doClose ? titleClose : titleNoClose; in draw()
|
/external/skqp/gm/ |
D | linepaths.cpp | 32 static void draw(SkCanvas* canvas, bool doClose) { in draw() argument 69 if (doClose) { in draw() 86 const char* title = doClose ? titleClose : titleNoClose; in draw()
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
D | NanoWSD.java | 139 doClose(code, reason, initiatedByRemote); in close() 143 private void doClose(CloseCode code, String reason, boolean initiatedByRemote) { in doClose() method in NanoWSD.WebSocket 184 doClose(code, reason, false); in handleCloseFrame() 251 doClose(CloseCode.InvalidFramePayloadData, e.toString(), false); in readWebsocket() 255 … doClose(((WebSocketException) e).getCode(), ((WebSocketException) e).getReason(), false); in readWebsocket() 258 …doClose(CloseCode.InternalServerError, "Handler terminated without closing the connection.", false… in readWebsocket()
|
/external/python/cpython2/Modules/ |
D | clmodule.c | 185 doClose(clobject *self, int (*close_func)(CL_Handle)) in doClose() function 210 return doClose(SELF, clCloseCompressor); in clm_CloseCompressor() 216 return doClose(SELF, clCloseDecompressor); in clm_CloseDecompressor()
|