HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 2076 - 2100 of 8652) sorted by null

<<81828384858687888990>>

  /external/mockito/src/org/mockito/internal/creation/
AcrossJVMSerializationFeature.java 201 objectOutputStream.close();
202 out.close();
225 bis.close();
226 objectInputStream.close();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 223 clientSock.close();
296 clientSock.close();
320 datagramSock.close();
327 * Close all the cached connections.
333 s.close();
TLSMessageProcessor.java 197 sock.close();
205 next.close();
210 next.close();
254 currentChannel.close();
  /external/objenesis/tck/src/org/objenesis/tck/
CandidateLoader.java 115 candidatesConfig.close();
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 65 in.close();
152 body.close();
156 close();
228 private void close() {
229 client.getConnectionPool().evictAll(); // Close any persistent connections.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RetryableSink.java 46 @Override public void close() throws IOException { method in class:RetryableSink
  /external/okhttp/okio/src/test/java/okio/
MockSink.java 66 @Override public void close() throws IOException { method in class:MockSink
67 log.add("close()");
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
GetExample.java 27 if (in != null) in.close();
  /external/oprofile/daemon/liblegacy/
init.c 95 close(0);
96 close(1);
301 close(1);
302 close(2);
304 /* We just close them, and re-open them lazily as usual. */
  /external/oprofile/daemon/
opd_pipe.c 54 close(fifo);
  /external/oprofile/libutil++/
bfd_support.h 31 /// close the BFD, setting abfd to NULL
32 void close();
  /external/pdfium/core/src/fxge/agg/agg23/
agg_shorten_path.h 52 vs.close(closed != 0);
  /external/proguard/src/proguard/ant/
ConfigurationElement.java 115 parser.close();
  /external/proguard/src/proguard/obfuscate/
DictionaryNameFactory.java 117 reader.close();
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 105 parser.close();
  /external/qemu/android/base/files/
ScopedHandle_unittest.cpp 56 TEST(ScopedHandle, Close) {
59 h.close();
ScopedStdioFile_unittest.cpp 46 TEST(ScopedStdioFile, Close) {
49 f.close();
  /external/qemu/distrib/libselinux/src/
avc_internal.c 71 close(fd);
84 close(fd);
96 close(fd);
275 close(fd);
canonicalize_context.c 59 close(fd);
compute_av.c 69 close(fd);
compute_create.c 59 close(fd);
enabled.c 90 close(fd);
  /external/qemu/include/hw/android/goldfish/
pipe.h 66 * to other callbacks (e.g. close). 'pipeOpaque' is the value passed
76 void (*close)( void* pipe ); member in struct:__anon34315
102 * force-close so the next operation the guest performs on it will return
110 * be loaded. In this case, the emulator will automatically force-close
128 /* This tells the guest system that we want to close the pipe and that
130 * necessarily call the 'close' callback immediately though.
167 #define PIPE_CMD_CLOSE 2 /* close channel (from guest) */
  /external/qemu/
os-posix.c 253 close(fds[1]);
270 close(fds[0]);
322 close(fd);
355 close(ret);
  /external/qemu/util/
compatfd.c 127 close(fd);

Completed in 1218 milliseconds

<<81828384858687888990>>