HomeSort by relevance Sort by last modified time
    Searched refs:doClose (Results 1 - 25 of 32) sorted by null

1 2

  /external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java 50 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) {
117 doClose(closeable, swallowException, !swallowException);
123 private void doClose(Closeable closeable, boolean swallowException,
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpServiceSocket.java 46 private native boolean doClose();
49 if (!doClose()) {
NativeLlcpConnectionlessSocket.java 40 public native boolean doClose();
74 if (!doClose()) {
NativeLlcpSocket.java 51 private native boolean doClose();
54 if (!doClose()) {
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java 187 doClose();
239 doClose();
245 private void doClose() {
448 doClose();
458 doClose();
464 private void doClose() {
PdfEditor.java 273 doClose();
283 doClose();
289 private void doClose() {
  /external/skia/tests/
EmptyPathTest.cpp 135 for (int doClose = 0; doClose < 2; ++doClose) {
139 if (doClose) {
145 allowCaps |= SkToBool(doClose);
PathTest.cpp     [all...]
  /external/skqp/tests/
EmptyPathTest.cpp 135 for (int doClose = 0; doClose < 2; ++doClose) {
139 if (doClose) {
145 allowCaps |= SkToBool(doClose);
PathTest.cpp     [all...]
  /external/skia/gm/
linepaths.cpp 32 static void draw(SkCanvas* canvas, bool doClose) {
69 if (doClose) {
85 const char* title = doClose ? titleClose : titleNoClose;
  /external/skqp/gm/
linepaths.cpp 32 static void draw(SkCanvas* canvas, bool doClose) {
69 if (doClose) {
85 const char* title = doClose ? titleClose : titleNoClose;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
ConnectivityBackgroundTestActivity.java 579 final boolean doClose = ((numConnectivityChecks % 2) == 0);
580 final HttpResult result = getHttpResource(localState.mNetwork, V6ADDR_URL, doClose);
624 final Network network, final String url, boolean doClose) {
633 if (doClose) { conn.setRequestProperty("connection", "close"); }
638 if (doClose) { conn.disconnect(); } // try not to have reusable sessions
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 139 doClose(code, reason, initiatedByRemote);
143 private void doClose(CloseCode code, String reason, boolean initiatedByRemote) {
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);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go     [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go     [all...]
  /external/python/cpython2/Modules/
clmodule.c 185 doClose(clobject *self, int (*close_func)(CL_Handle))
210 return doClose(SELF, clCloseCompressor);
216 return doClose(SELF, clCloseDecompressor);
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 532 milliseconds

1 2