OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
176 - 200
of
8652
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDataStore.java
25
@Override public void
close
() throws IOException {
method in class:FileDataStore
26
raf.
close
();
/external/strace/tests/
uio.c
17
assert(!
close
(fd));
22
assert(!
close
(fd));
/frameworks/base/core/java/android/bluetooth/
BluetoothInputStream.java
43
public void
close
() throws IOException {
method in class:BluetoothInputStream
44
mSocket.
close
();
BluetoothOutputStream.java
37
*
Close
this output stream and the socket associated with it.
39
public void
close
() throws IOException {
method in class:BluetoothOutputStream
40
mSocket.
close
();
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
105
public final void
close
() {
method in class:CursorEntityIterator
110
mCursor.
close
();
/frameworks/support/v17/leanback/
generatev4.py
39
file.
close
()
40
outfile.
close
()
/libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java
42
zfile.
close
();
66
in.
close
();
78
* java.util.zip.ZipFile#
close
()
81
// Test for method void java.util.zip.ZipFile.
close
()
90
zf.
close
();
111
zfile.
close
();
130
zfile.
close
();
152
is.
close
();
153
fos.
close
();
158
* Tears down the fixture, for example,
close
a network connection. Thi
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStreamTest.java
27
* javax.crypto.CipherOutputStream#
close
()
33
.getInstance("DES/CBC/PKCS5Padding")).
close
();
42
.getInstance("DES/CBC/PKCS5Padding")).
close
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp
15
// void
close
();
29
fs.
close
();
38
fs.
close
();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DemuxInputStream.java
53
public void
close
()
method in class:DemuxInputStream
59
input.
close
();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ProxyOutputStream.java
82
* Invokes the delegate's <code>
close
()</code> method.
85
public void
close
() throws IOException {
method in class:ProxyOutputStream
86
out.
close
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DistracterFilter.java
41
public void
close
();
method in interface:DistracterFilter
51
public void
close
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceCommandWriter.java
53
public void
close
() {
method in class:TraceCommandWriter
55
mStream.
close
();
/system/core/libcutils/
load_file.c
41
close
(fd);
48
close
(fd);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java
43
zfile.
close
(); // about to reopen the same temp file
47
zip.
close
();
71
zfile.
close
(); // about to reopen the same temp file
73
zip.
close
();
104
in.
close
();
105
out.
close
();
120
* java.util.zip.ZipFile#
close
()
123
// Test for method void java.util.zip.ZipFile.
close
()
132
zf.
close
();
163
zfile.
close
();
[
all
...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java
44
soc.
close
();
55
ss.
close
();
56
soc.
close
();
66
ss.
close
();
67
soc.
close
();
79
ss1.
close
();
80
ss2.
close
();
81
soc.
close
();
96
ss1.
close
();
97
ss2.
close
();
[
all
...]
/libcore/luni/src/main/native/
java_lang_ProcessManager.cpp
39
// On Cygwin, Linux, and Solaris, the best way to
close
iterates over "/proc/self/fd/".
47
// Keep track of the system properties fd so we don't
close
it.
62
close
(fd);
75
close
(pipes[i]);
83
close
(status_pipe_fd);
135
//
Close
all but statusOut. This saves some work in the next step.
138
// Make statusOut automatically
close
if execvp() succeeds.
141
//
Close
remaining unwanted open fds.
165
//
Close
child's pipe ends.
166
close
(stdinIn)
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java
86
ss.
close
();
91
s.
close
();
109
socket.
close
();
127
s2.
close
();
135
s1.
close
();
176
// Test for method void java.net.Socket.
close
()
177
int sport = startServer("SServer
close
");
184
s.
close
();
208
is.
close
();
209
client.
close
();
2205
protected void
close
() throws IOException {
method in class:OldSocketTest.MockSocketImpl
[
all
...]
/libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java
57
target.
close
();
58
stForward.
close
();
72
// res.
close
() does not wrap up
82
target.
close
();
89
// statement.
close
() does not wrap up
100
target.
close
();
108
* According to the JDBC spec
close
has to "Releases this ResultSet
115
target.
close
();
138
s.
close
();
164
rs1.
close
();
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
RandomAccessFileTest.java
58
raf.
close
();
64
raf.
close
();
70
raf.
close
();
76
raf.
close
();
81
raf.
close
();
94
raf.
close
();
98
raf.
close
();
102
raf.
close
();
119
raf.
close
();
130
raf.
close
();
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java
138
oos.
close
();
158
oos.
close
();
164
ois.
close
();
170
oos.
close
();
182
ois.
close
();
186
// Test for method void java.io.ObjectInputStream.
close
()
188
oos.
close
();
194
ois.
close
();
200
ois.
close
();
215
oos.
close
();
[
all
...]
/bionic/libc/private/
ScopedFd.h
47
TEMP_FAILURE_RETRY(
close
(fd));
/bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h
41
#define _close
close
/bootable/recovery/
fuse_sideload.h
31
//
close
down
32
void (*
close
)(void* cookie);
member in struct:provider_vtab
/dalvik/dx/src/com/android/multidex/
ClassPathElement.java
37
void
close
() throws IOException;
method in interface:ClassPathElement
Completed in 2081 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>