OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
376 - 400
of
8652
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
TestUtil.java
43
mOut.
close
();
44
mfstream.
close
();
/packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java
54
public void
close
() throws IOException {
method in class:InterruptableOutputStream
55
mOutputStream.
close
();
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
TestUtil.java
43
mOut.
close
();
44
mfstream.
close
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorWrapper.java
35
public void
close
() {
method in class:SuggestionCursorWrapper
37
mCursor.
close
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PerNameExecutor.java
44
public synchronized void
close
() {
method in class:PerNameExecutor
47
executor.
close
();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java
98
* Invokes the delegate's <code>
close
()</code> method.
101
public void
close
() throws IOException {
method in class:ProxyInputStream
102
in.
close
();
ProxyReader.java
98
* Invokes the delegate's <code>
close
()</code> method.
101
public void
close
() throws IOException {
method in class:ProxyReader
102
in.
close
();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DemuxOutputStream.java
53
public void
close
()
method in class:DemuxOutputStream
59
output.
close
();
ProxyWriter.java
104
* Invokes the delegate's <code>
close
()</code> method.
107
public void
close
() throws IOException {
method in class:ProxyWriter
108
out.
close
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py
22
db.
close
()
33
anydbm.open(dbfile, "c").
close
()
test_sunaudiodev.py
17
fp.
close
()
24
a.
close
()
test_xmllib.py
29
parser.
close
()
37
h.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py
22
db.
close
()
33
anydbm.open(dbfile, "c").
close
()
test_sunaudiodev.py
17
fp.
close
()
24
a.
close
()
test_xmllib.py
29
parser.
close
()
37
h.
close
()
/system/core/libcutils/
socket_inaddr_any_server.c
52
close
(s);
62
close
(s);
socket_loopback_server.c
52
close
(s);
62
close
(s);
/system/core/libutils/tests/
TestHelpers.h
39
::
close
(sendFd);
43
::
close
(receiveFd);
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java
33
s.
close
();
41
s.
close
();
53
s.
close
();
75
s.
close
();
91
s.
close
();
107
s.
close
();
120
s.
close
();
131
s.
close
();
139
s.
close
();
156
s.
close
();
[
all
...]
/ndk/sources/host-tools/make-3.81/
arscan.c
73
lbr$
close
(&VMS_lib_idx);
188
lbr$
close
(&VMS_lib_idx);
327
(void)
close
(desc);
338
(void)
close
(desc);
351
(void)
close
(desc);
359
(void)
close
(desc);
368
(void)
close
(desc);
382
(void)
close
(desc);
414
close
(desc);
450
(void)
close
(desc)
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java
110
s.
close
();
119
orig.
close
();
124
dup.
close
();
144
mss.
close
();
151
mss.
close
();
177
mss.
close
();
184
mss.
close
();
196
mss.
close
();
208
mss.
close
();
218
mss.
close
();
[
all
...]
/libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java
44
st.
close
();
58
st.
close
();
71
st.
close
();
86
st.
close
();
97
st.
close
();
156
st.
close
();
180
st.
close
();
194
st.
close
();
207
st.
close
();
238
st.
close
();
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptor_AutoCloseInputStreamTest.java
32
in.
close
();
ParcelFileDescriptor_AutoCloseOutputStreamTest.java
32
out.
close
();
/development/ndk/sources/android/libportable/common/include/
filefd_portable.h
40
extern int WRAP(
close
)(int fd);
Completed in 988 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>