OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close
(Results
951 - 975
of
5187
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/cts/tests/tests/content/src/android/content/res/cts/
AssetManager_AssetInputStreamTest.java
41
method = "
close
",
45
mAssetInputStream.
close
();
231
mAssetInputStream.
close
();
/cts/tests/tests/os/src/android/os/cts/
MemoryFileTest.java
219
notes = "Test
close
function",
220
method = "
close
",
229
mMemoryFile.
close
();
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Artists_AlbumsTest.java
88
c.
close
();
122
c.
close
();
147
c.
close
();
/dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherOutputStream.java
134
*
Close
this cipher output stream.
144
public void
close
() throws IOException {
method in class:CipherOutputStream
162
out.
close
();
/dalvik/libcore/luni/src/main/java/java/io/
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
();
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
SocketChannelImpl.java
289
close
();
method
350
close
();
method
647
socket.
close
();
763
* @see java.net.Socket#
close
()
766
public void
close
() throws IOException {
method in class:SocketChannelImpl.SocketAdapter
769
channel.
close
();
771
super.
close
();
1000
* @exception IOException thrown if an error occurs during the
close
1003
public void
close
() throws IOException
method in class:SocketChannelImpl.SocketChannelOutputStream
1053
public void
close
() throws IOException {
method in class:SocketChannelImpl.SocketChannelInputStream
[
all
...]
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCStatement.java
73
rs.
close
();
197
public void
close
() throws SQLException {
method in class:JDBCStatement
213
rs.
close
();
/dalvik/libcore/sql/src/main/java/javax/sql/
PooledConnection.java
47
* application calls the {@link Connection#
close
} method. The connection pool
57
* the connection pool manager, which calls {@code PooledConnection.
close
()}.
85
public void
close
() throws SQLException;
method in interface:PooledConnection
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/
ServerSocketFactoryTest.java
214
s.
close
();
219
s.
close
();
224
s.
close
();
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java
126
*
Close
the stream, flushing it first. Once a stream has been closed,
132
public void
close
() throws java.io.IOException
method in class:WriterToASCI
134
m_os.
close
();
/development/simulator/app/
MessageStream.h
164
*
Close
communication pipes. Further attempts to send or receive
165
* will fail. Note this doesn't actually "
close
" the pipes, because
168
void
close
(void) { mReadPipe = mWritePipe = NULL; }
function in class:android::MessageStream
/device/htc/passion-common/tools/
btconfig.c
158
close
(sock);
179
close
(sock);
206
close
(sock);
/external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java
183
tmpsocket.
close
();
187
public void
close
() throws IOException {
method in class:SocketHttpClientConnection
205
this.socket.
close
();
SocketHttpServerConnection.java
181
tmpsocket.
close
();
185
public void
close
() throws IOException {
method in class:SocketHttpServerConnection
199
this.socket.
close
();
/external/bluetooth/bluez/tools/
ppporc.c
123
close
(fd);
132
close
(fd);
268
close
(fd);
/external/dropbear/
svr-x11fwd.c
94
close
(fd);
116
/* if single-connection we
close
it up */
123
close
(fd);
/external/e2fsprogs/util/
copy_sparse.c
117
close
(fd);
199
close
(fd);
200
close
(ofd);
/external/fsck_msdos/
check.c
91
close
(dosfs);
118
close
(dosfs);
219
close
(dosfs);
/external/icu4c/i18n/unicode/
bmsearch.h
58
* CollData::
close
(collData);
78
* CollData::
close
(collData);
81
* // CollData::
close
doesn't delete the object.
/external/icu4c/tools/genpname/
gensvpa.pl
109
close
($isoFH);
110
close
($propFH);
111
close
($outFH);
/external/opencore/oscl/oscl/osclio/src/
oscl_socket_serv_imp_pv.cpp
194
//
close
the socket
498
Close
(false);
563
Close
(false);
569
void OsclSocketServI::
Close
(bool aCleanup)
571
//
Close
oscl socket server
583
//
close
the socket system
870
iSockServRequestList.
Close
();
892
iStart.
Close
();
893
iExit.
Close
();
1086
//signal
close
complete to caller..
[
all
...]
/external/opencore/oscl/oscl/oscllib/src/
oscl_shared_library.h
102
*
Close
the library. The library will be closed only when there are no live references
105
OSCL_IMPORT_REF OsclLibStatus
Close
();
169
**
Close
all open libraries and clear the list.
/external/opencore/oscl/oscl/osclproc/src/
oscl_mutex.cpp
44
Close
();
148
OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclMutex::
Close
()
204
iMutex.
Close
();
/external/oprofile/libpopt/
poptconfig.c
111
(void)
close
(fd);
119
(void)
close
(fd);
123
if (
close
(fd) == -1)
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
169
close
(pppoa_fd);
188
(void)
close
(sock);
223
close
: NULL,
Completed in 193 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>