HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 201 - 225 of 4442) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/utils/
findsym.pl 32 close SYMS;
  /external/oprofile/libutil++/
child_reader.cpp 83 close(pstdout[0]);
85 close(pstdout[1]);
86 close(pstderr[0]);
88 close(pstderr[1]);
107 close(pstdout[1]);
108 close(pstderr[1]);
245 close(fd1);
249 close(fd2);
  /external/protobuf/examples/
add_person.py 48 f.close()
58 f.close()
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 38 config_file.close()
71 version_file.close()
  /external/valgrind/main/none/tests/
syscall-restart1.c 43 close(fds[1]);
52 close(fds[0]);
syscall-restart2.c 43 close(fds[1]);
52 close(fds[0]);
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify.cgi 21 close(FILE);
  /external/webkit/Source/WebCore/history/
BackForwardController.cpp 102 void BackForwardController::close() function in class:WebCore::BackForwardController
104 m_client->close();
  /external/webkit/Source/WebKit/chromium/src/
WebStorageNamespaceImpl.cpp 86 void WebStorageNamespaceImpl::close() function in class:WebKit::WebStorageNamespaceImpl
88 m_storageNamespace->close();
  /external/zlib/contrib/iostream2/
zstream_test.cpp 11 out.close();
16 in.close();
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 46 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
49 * close the returned {@link BluetoothSocket}.
52 * safe. In particular, {@link #close} will always immediately abort ongoing
53 * operations and close the server socket.
87 * <p>{@link #close} can be used to abort this call from another thread.
101 * <p>{@link #close} can be used to abort this call from another thread.
111 * Immediately close this socket, and release all associated resources.
115 * close any {@link BluetoothSocket} received from {@link #accept()}.
117 public void close() throws IOException { method in class:BluetoothServerSocket
123 mSocket.close();
    [all...]
  /frameworks/base/core/java/android/net/
LocalServerSocket.java 113 public void close() throws IOException method in class:LocalServerSocket
115 impl.close();
  /frameworks/base/libs/utils/tests/
TestHelpers.h 39 ::close(sendFd);
43 ::close(receiveFd);
  /frameworks/compile/libbcc/tools/
gen-sha1-stamp.py 19 f.close()
34 f.close()
  /hardware/libhardware_legacy/vibrator/
vibrator.c 39 close(fd);
61 close(fd);
  /libcore/luni/src/main/java/java/io/
FilterInputStream.java 63 public void close() throws IOException { method in class:FilterInputStream
64 in.close();
FilterOutputStream.java 55 * if an error occurs attempting to close this stream.
58 public void close() throws IOException { method in class:FilterOutputStream
67 out.close();
FilterReader.java 55 public void close() throws IOException { method in class:FilterReader
57 in.close();
FilterWriter.java 53 * if an error occurs attempting to close this writer.
56 public void close() throws IOException { method in class:FilterWriter
58 out.close();
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 46 AbstractInterruptibleChannel.this.close();
67 * If multiple threads attempt to simultaneously close a channel, then only
73 * @see java.nio.channels.Channel#close()
75 @Override public final void close() throws IOException { method in class:AbstractInterruptibleChannel
124 * closed through another invocation of {@code close()} and that the method
  /libcore/luni/src/main/java/libcore/net/http/
RetryableOutputStream.java 43 @Override public synchronized void close() throws IOException { method in class:RetryableOutputStream
65 close(); method
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 49 zfile.close();
73 in.close();
85 * java.util.zip.ZipFile#close()
88 // Test for method void java.util.zip.ZipFile.close()
97 zf.close();
118 zfile.close();
137 zfile.close();
168 is.close();
169 fos.close();
174 * Tears down the fixture, for example, close a network connection. Thi
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 47 * javax.crypto.CipherInputStream#close()
53 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
60 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 61 public void close() { method in class:TestSSLSessions
62 s.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java 54 public void close() throws IOException { method in class:BluetoothOppRfcommTransport
55 mSocket.close();

Completed in 1451 milliseconds

1 2 3 4 5 6 7 891011>>