HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 801 - 825 of 7589) sorted by null

<<31323334353637383940>>

  /external/ganymed-ssh2/examples/
BasicWithHTTPProxy.java 83 /* Close this session */
85 sess.close();
87 /* Close the connection */
89 conn.close();
PublicKeyAuthentication.java 62 /* Close this session */
64 sess.close();
66 /* Close the connection */
68 conn.close();
SingleThreadStdoutStderr.java 123 /* Close this session */
125 sess.close();
127 /* Close the connection */
129 conn.close();
StdoutAndStderr.java 71 /* Close this session */
73 sess.close();
75 /* Close the connection */
77 conn.close();
UsingKnownHosts.java 69 /* Close this session */
71 sess.close();
73 /* Close the connection */
75 conn.close();
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPInputStream.java 118 public void close() throws IOException method in class:SCPInputStream
129 session.close();
  /external/guava/guava/src/com/google/common/io/
AppendableWriter.java 26 * is {@link Flushable} or {@link Closeable}, flush()es and close()s will also
65 @Override public void close() throws IOException { method in class:AppendableWriter
68 ((Closeable) target).close(); method
CharStreams.java 133 Closeables.close(out, threw);
159 Closeables.close(out, successfulOps < 1);
163 Closeables.close(in, successfulOps < 2);
169 * to the {@link Appendable} object, and closes the input. Does not close
186 Closeables.close(in, threw);
192 * objects. Does not close or flush either object.
216 * Does not close the {@code Readable}.
241 * {@link StringBuilder} instance. Does not close the {@code Readable}.
269 Closeables.close(r, threw);
291 Closeables.close(r, threw)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AnnotationDefaultAttribute.java 111 return new AnnotationDefaultAttribute(newCp, copier.close());
143 writer.close();
  /external/libvpx/libvpx/examples/includes/
vp8_doc_tools.php 136 * @param $close str - Closing expression to match
142 $close = '</pre>', $lang = 'c') variable
145 $regexp = '|' . $open . '(.*?)' . $close . '|si';
  /external/mesa3d/src/glsl/tests/
compare_ir 52 os.close(file1)
54 os.close(file2)
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RetryableOutputStream.java 46 @Override public synchronized void close() throws IOException { method in class:RetryableOutputStream
68 close(); method
  /external/openssh/openbsd-compat/
bsd-closefrom.c 59 * Close all file descriptors greater than or equal to lowfd.
85 (void) close((int) fd);
105 (void) close((int) fd);
rresvport.c 93 (void)close(s);
101 (void)close(s);
  /external/openssl/apps/
CA.pl.in 96 close OUT;
99 close OUT;
183 close IN;
184 close OUT;
  /external/qemu/target-i386/
hax-darwin.h 30 close(hax->fd);
35 close(fd);
  /external/replicaisland/src/com/replica/replicaisland/
SimplePhysicsComponent.java 51 if (Utils.close(velocityY, 0.0f)) {
60 if (Utils.close(velocityX, 0.0f)) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextTest.java 114 fos.close();
132 fos.close();
162 fileWriter.close();
173 fileInputStream.close();
184 fileInputStream.close();
198 fileOutputStream.close();
208 fileInputStream.close();
219 fos.close();
  /external/skia/src/doc/
SkDocument.cpp 20 this->close();
63 void SkDocument::close() { function in class:SkDocument
  /external/smack/src/org/jivesoftware/smack/util/
ObservableReader.java 58 public void close() throws IOException { method in class:ObservableReader
59 wrappedReader.close();
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
dump.java 74 writer.close();
100 fileOutputStream.close();
  /external/wpa_supplicant_8/wpa_supplicant/utils/
log2pcap.py 53 input_file.close()
54 pcap_file.close()
  /external/zlib/src/contrib/iostream2/
zstream.h 57 ~izstream() { close(); }
66 if (m_fp) close();
72 if (m_fp) close();
80 int close() { function in class:izstream
169 close();
180 if (m_fp) close();
190 if (m_fp) close();
198 int close() { function in class:ozstream
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 48 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
51 * close the returned {@link BluetoothSocket}.
54 * safe. In particular, {@link #close} will always immediately abort ongoing
55 * operations and close the server socket.
111 * <p>{@link #close} can be used to abort this call from another thread.
125 * <p>{@link #close} can be used to abort this call from another thread.
135 * Immediately close this socket, and release all associated resources.
139 * close any {@link BluetoothSocket} received from {@link #accept()}.
141 public void close() throws IOException { method in class:BluetoothServerSocket
147 mSocket.close();
    [all...]
  /frameworks/base/core/java/android/hardware/
SerialPort.java 67 public void close() throws IOException { method in class:SerialPort
69 mFileDescriptor.close();

Completed in 1011 milliseconds

<<31323334353637383940>>