Searched defs:doClose (Results 1 – 7 of 7) sorted by relevance
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloseablesTest.java | 102 private void doClose(Closeable closeable, boolean swallowException) throws IOException { in doClose() method in CloseablesTest 109 private void doClose(Closeable closeable, boolean swallowException, boolean expectThrown) in doClose() method in CloseablesTest
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | CloseablesTest.java | 102 private void doClose(Closeable closeable, boolean swallowException) throws IOException { in doClose() method in CloseablesTest 109 private void doClose(Closeable closeable, boolean swallowException, boolean expectThrown) in doClose() method in CloseablesTest
|
/external/skia/gm/ |
D | linepaths.cpp | 38 static void draw(SkCanvas* canvas, bool doClose) { in draw()
|
/external/skia/tests/ |
D | EmptyPathTest.cpp | 144 for (int doClose = 0; doClose < 2; ++doClose) { in test_emptydrawing() local
|
D | PathTest.cpp | 1064 for (int doClose = 0; doClose <= 1; ++doClose) { in test_addPoly() local
|
/external/python/cpython2/Modules/ |
D | clmodule.c | 185 doClose(clobject *self, int (*close_func)(CL_Handle)) in doClose() function
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
D | NanoWSD.java | 143 private void doClose(CloseCode code, String reason, boolean initiatedByRemote) { in doClose() method in NanoWSD.WebSocket
|