Searched refs:doClose (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DCloseablesTest.java50 doClose(mockCloseable, false, false);
53 doClose(mockCloseable, true, false);
60 doClose(mockCloseable, true);
67 doClose(mockCloseable, false);
116 private void doClose(Closeable closeable, boolean swallowException) { method in class:CloseablesTest
117 doClose(closeable, swallowException, !swallowException);
123 private void doClose(Closeable closeable, boolean swallowException, method in class:CloseablesTest
/external/skia/tests/
H A DEmptyPathTest.cpp135 for (int doClose = 0; doClose < 2; ++doClose) {
139 if (doClose) {
145 allowCaps |= SkToBool(doClose);
H A DPathTest.cpp1055 for (int doClose = 0; doClose <= 1; ++doClose) {
1058 path.addPoly(pts, SkToInt(count), SkToBool(doClose));
1059 test_poly(reporter, path, pts, SkToBool(doClose));
/external/skia/gm/
H A Dlinepaths.cpp32 static void draw(SkCanvas* canvas, bool doClose) { argument
69 if (doClose) {
85 const char* title = doClose ? titleClose : titleNoClose;
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DNanoWSD.java139 doClose(code, reason, initiatedByRemote);
143 private void doClose(CloseCode code, String reason, boolean initiatedByRemote) { method in class:NanoWSD.WebSocket
184 doClose(code, reason, false);
251 doClose(CloseCode.InvalidFramePayloadData, e.toString(), false);
255 doClose(((WebSocketException) e).getCode(), ((WebSocketException) e).getReason(), false);
258 doClose(CloseCode.InternalServerError, "Handler terminated without closing the connection.", false);
/external/python/cpython2/Modules/
H A Dclmodule.c185 doClose(clobject *self, int (*close_func)(CL_Handle)) function
210 return doClose(SELF, clCloseCompressor);
216 return doClose(SELF, clCloseDecompressor);
/external/libvncserver/webclients/java-applet/ssl/
H A DSignedUltraViewerSSL.jarMETA-INF/MANIFEST.MF META-INF/SWKEY.SF META-INF/SWKEY.DSA META ...
H A DUltraViewerSSL.jarMETA-INF/ META-INF/MANIFEST.MF AuthPanel.class AuthPanel.java package AuthPanel extends java ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 452 milliseconds