Searched refs:close (Results 76 - 100 of 2423) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DHostedConnection.java68 public void close( String reason ); method in interface:HostedConnection
/external/jsilver/src/org/clearsilver/
H A DCS.java37 void close(); method in interface:CS
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DIncomingStreamHandler.java25 stream.close(SpdyStream.RST_REFUSED_STREAM);
32 * {@link SpdyStream#close closing it}. This response does not need to be
/external/proguard/src/proguard/io/
H A DDataEntryWriter.java44 * Returns an output stream for writing data. The caller must not close
55 * Returns an output stream for writing data. The caller must not close
72 public void close() throws IOException; method in interface:DataEntryWriter
/external/qemu/
H A Dbuffered_file.h28 BufferedCloseFunc *close);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCloseable.java17 public void close() { method in class:ShadowSQLiteCloseable
/external/smack/src/org/xbill/DNS/
H A DClient.java28 selector.close();
30 channel.close();
54 key.selector().close();
55 key.channel().close();
/external/valgrind/main/memcheck/tests/
H A Dfwrite.c13 (void)close(fd);
/external/valgrind/main/none/tests/
H A Dcloseall.c14 close( fd );
H A Dfcntl_setown.c23 if (close(s) < 0)
25 perror("close");
H A Dfdleak.h26 #define CLOSE_INHERITED_FDS { int i; for (i = 3; i < 64; i++) close(i); }
/external/webkit/Source/WebKit/android/wds/client/
H A DAdbConnection.h35 void close();
/external/webkit/Source/WebKit/chromium/public/
H A DWebSocketStreamHandle.h53 virtual void close() = 0;
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DAttachmentUnix.cpp47 while (close(m_fileDescriptor) == -1 && (errno == EINTR)) { }
/external/webkit/Tools/Scripts/
H A Dshow-pretty-diff51 close($inputTempFileHandle);
61 close($prettydiffFileHandle);
H A Dcheck-for-exit-time-destructors67 close LIST;
89 close NM;
111 close(TOUCH);
122 close FILT;
141 close OTOOL;
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Durlfetcher_mock.py43 f.close()
H A Dzipfileset_mock.py44 def close(self): member in class:make_factory.MockZipFileSet
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java148 oos.close();
150 ois.close();
151 oos.close();
167 oos.close();
194 mockIn.close();
216 oos.close();
219 ois.close();
223 * @tests java.io.ObjectInputStream#close()
227 oos.close();
229 ois.close();
[all...]
H A DFileDescriptorTest.java76 raf.close();
89 os.close();
94 * Tears down the fixture, for example, close a network connection. This
99 os.close();
103 fis.close();
107 fos.close();
H A DWriterTest.java34 writer.close();
45 writer.close();
58 writer.close();
72 wr.close();
84 public synchronized void close() throws IOException { method in class:WriterTest.MockLockWriter
113 public synchronized void close() throws IOException { method in class:WriterTest.MockWriter
/external/apache-http/src/org/apache/http/conn/
H A DEofSensorInputStream.java38 * A stream wrapper that triggers actions on {@link #close close()} and EOF.
46 * different kinds of event, and does not always close the underlying stream
95 * closed when EOF is detected or {@link #close close} is called.
101 * auto-close behavior without notification
210 public void close() throws IOException { method in class:EofSensorInputStream
211 // tolerate multiple calls to close()
237 boolean scws = true; // should close wrapped stream?
241 wrappedStream.close();
[all...]
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_dact.c116 tMCA_CLOSE close; local
119 close.param = MCA_INT;
120 close.reason = L2CAP_DISC_OK;
121 close.lcid = 0;
122 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DDeflaterOutputStreamTest.java106 dos.close();
123 dos.close();
170 dos.close();
175 * @tests java.util.zip.DeflaterOutputStream#close()
178 File f1 = File.createTempFile("close", ".tst");
191 dos.close();
202 iis.close();
207 fos2.close();
209 dos2.close();
270 fos3.close();
[all...]
/external/apache-harmony/support/src/test/java/tests/util/
H A DSerializationTester.java74 oos.close();
80 ois.close();
176 oinput.close();
183 input.close();
217 ooutput.close();
224 output.close();

Completed in 1225 milliseconds

1234567891011>>