OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
401 - 425
of
8416
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/
ListAppender.java
46
public void
close
() {
method in class:ListAppender
/external/smali/util/src/test/java/org/jf/util/
IndentingWriterTest.java
47
writer.
close
();
/external/toybox/toys/other/
mkswap.c
35
if (CFG_TOYBOX_FREE)
close
(fd);
/frameworks/base/core/java/android/nfc/tech/
TagTechnology.java
71
* <li>{@link #
close
} must be called after completing I/O operations with a
170
* {@link IOException} by calling {@link #
close
} from another thread.
172
* <p>Applications must call {@link #
close
} when I/O operations are complete.
176
* @see #
close
()
188
* {@link IOException} by calling {@link #
close
} from another thread.
193
* @see #
close
()
209
public void
close
() throws IOException;
method in interface:TagTechnology
214
* <p>Returns true if {@link #connect} has completed, and {@link #
close
} has not been
/frameworks/base/services/core/java/com/android/server/
RandomBlock.java
48
close
(stream);
73
close
(out);
91
private static void
close
(Closeable c) {
method in class:RandomBlock
96
c.
close
();
/hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp
70
close
(mTimeoutEventFd);
81
close
(mTimeoutEventFd);
83
close
(fd);
86
close
(fd);
/hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp
70
close
(mTimeoutEventFd);
81
close
(mTimeoutEventFd);
83
close
(fd);
86
close
(fd);
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
vidc_color_converter.h
45
void
close
();
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h
48
void
close
();
/hardware/ril/rild/
radiooptions.c
126
close
(fd);
136
close
(fd);
142
close
(fd);
147
close
(fd);
/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedOutputStreamTest.java
41
outFile.
close
();
74
outFile.
close
();
100
outFile.
close
();
130
outFile.
close
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
ServerSocketFactoryTest.java
43
ss.
close
();
57
ss.
close
();
77
ss.
close
();
98
ss.
close
();
/libcore/luni/src/main/java/java/io/
FileInputStream.java
40
* in.
close
();
78
guard.open("
close
");
112
public void
close
() throws IOException {
method in class:FileInputStream
113
guard.
close
();
116
channel.
close
();
121
// An owned fd has been invalidated by IoUtils.
close
, but
140
close
();
method
FileOutputStream.java
39
* out.
close
();
89
this.guard.open("
close
");
131
public void
close
() throws IOException {
method in class:FileOutputStream
132
guard.
close
();
135
channel.
close
();
140
// An owned fd has been invalidated by IoUtils.
close
, but
152
close
();
method
/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
...]
/ndk/sources/android/crazy_linker/src/
crazy_linker_ashmem.h
29
::
close
(fd_);
/packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java
58
public void
close
();
method in interface:SearchEngine
/packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java
29
public void
close
();
method in interface:CloudNotificationBackplane
/packages/apps/Camera2/src/com/android/camera/async/
BufferQueue.java
28
public void
close
();
method in interface:BufferQueue
/packages/apps/Camera2/src/com/android/camera/burst/
SurfaceTextureContainer.java
46
public void
close
() {
method in class:SurfaceTextureContainer
/packages/apps/Camera2/src/com/android/camera/one/v2/
LoggingImageReader.java
41
public void
close
() {
method in class:LoggingImageReader.LoggingImageProxy
43
super.
close
();
80
public void
close
() {
method in class:LoggingImageReader
82
super.
close
();
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
SimpleCaptureStream.java
37
//
Close
the stream to avoid leaking the timestamp for every image of a
39
timestamps.
close
();
/packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java
95
public void
close
();
method in interface:IImageList
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
FakeImageResource.java
52
protected void
close
() {
method in class:FakeImageResource
Completed in 3931 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>