OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
726 - 750
of
8652
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/native/cmds/bugreport/
bugreport.c
54
close
(s);
/frameworks/native/services/surfaceflinger/
Barrier.h
42
void
close
() {
function in class:android::Barrier
/frameworks/native/services/surfaceflinger/tests/waitforvsync/
waitforvsync.cpp
42
close
(fd);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java
115
is.
close
();
117
op.
close
();
137
out.
close
();
141
op.
close
();
/frameworks/webview/chromium/java/com/android/webview/chromium/
WebIconDatabaseAdapter.java
35
public void
close
() {
method in class:WebIconDatabaseAdapter
/hardware/intel/common/libva/test/common/
va_display_drm.c
54
close
(drm_fd);
/hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_drmif.h
42
nouveau_device_open_existing(struct nouveau_device **, int
close
,
/hardware/invensense/60xx/libsensors_iio/
MPLSupport.cpp
57
close
(fd);
64
close
(fd);
69
/* This one DOES NOT
close
FDs for you */
109
close
(fd);
132
close
(fd);
180
/* Check for errors from: fflush(), write(), and
close
() */
186
LOGE("HAL:ERR failed to write %d to %s (err=%d) print/
close
=%d/%d",
/hardware/libhardware/include/hardware/
nfc_tag.h
90
return dev->common.
close
(&dev->common);
/hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.cpp
42
close
();
71
bool GenericPipe::
close
() {
function in class:overlay::GenericPipe
74
if(!mCtrlData.ctrl.
close
()) {
75
ALOGE("GenericPipe failed to
close
ctrl");
78
if (!mCtrlData.data.
close
()) {
79
ALOGE("GenericPipe failed to
close
data");
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Device.h
80
void
close
(
/libcore/benchmarks/src/benchmarks/regression/
JarFileBenchmark.java
37
jf.
close
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
InputStreamReaderTest.java
116
osw.
close
();
127
in.
close
();
128
is.
close
();
129
fis.
close
();
138
* java.io.InputStreamReader#
close
()
141
is.
close
();
149
reader.
close
();
158
reader.
close
();
168
in.
close
();
198
reader2.
close
();
[
all
...]
SequenceInputStreamTest.java
115
* java.io.SequenceInputStream#
close
()
118
si.
close
();
119
//will not throw IOException to
close
a stream which is closed already
120
si.
close
();
136
si.
close
();
172
sis.
close
();
188
* Tears down the fixture, for example,
close
a network connection. This
StringWriterTest.java
36
* java.io.StringWriter#
close
()
39
// Test for method void java.io.StringWriter.
close
()
41
sw.
close
();
169
stringWriter.
close
();
181
stringWriter.
close
();
192
stringWriter.
close
();
206
* Tears down the fixture, for example,
close
a network connection. This
SyncFailedExceptionTest.java
37
fos.
close
();
/libcore/luni/src/main/java/java/io/
OutputStream.java
63
public void
close
() throws IOException {
method in class:OutputStream
/libcore/luni/src/main/java/java/nio/channels/
Selector.java
64
* called (except calling {@link #
close
()} or {@link #wakeup()}) results in
70
public abstract void
close
() throws IOException;
method in class:Selector
/libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedOutputStreamTest.java
44
a.
close
();
OldAndroidBufferedReaderTest.java
41
a.
close
();
48
b.
close
();
55
c.
close
();
62
d.
close
();
OldAndroidBufferedWriterTest.java
47
a.
close
();
OldAndroidDataOutputStreamTest.java
45
a.
close
();
OldAndroidOutputStreamWriterTest.java
42
a.
close
();
OldAndroidSerializationTest.java
38
oout.
close
();
OldOutputStreamWriterTest.java
48
if (isr != null) isr.
close
();
49
osw.
close
();
77
if (writer != null) writer.
close
();
145
writer.
close
();
172
writer.
close
();
179
osw.
close
();
194
// Test 3:
Close
should succeed.
197
osw.
close
();
208
writer.
close
();
223
writer.
close
();
[
all
...]
Completed in 1383 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>