OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
2001 - 2025
of
7589
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/hardware/libhardware/include/hardware/
fb.h
161
return device->common.
close
(&device->common);
/hardware/libhardware/modules/camera/
Camera.h
41
int
close
();
/hardware/qcom/audio/legacy/alsa_sound/
acoustics_default.cpp
63
dev->common.
close
= s_device_close;
89
ALOGD("Acoustics
close
stub called.");
/hardware/qcom/display/msm8960/libqdutils/
mdp_version.cpp
94
close
(fb_fd);
/hardware/qcom/display/msm8x26/libqdutils/
mdp_version.cpp
94
close
(fb_fd);
/hardware/ti/wpan/bluedroid_wilink/
libbt-vendor-ti.c
83
close
(hci_tty_fd);
/libcore/benchmarks/src/benchmarks/regression/
SerializationBenchmark.java
31
out.
close
();
91
out.
close
();
100
in.
close
();
113
out.
close
();
/libcore/crypto/src/main/java/org/conscrypt/
SSLSocketInputStream.java
89
public void
close
() throws IOException {
method in class:SSLSocketInputStream
/libcore/dex/src/main/java/com/android/dex/util/
FileUtils.java
81
in.
close
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java
55
selector.
close
();
190
sc.
close
();
198
selector.
close
();
307
ss.
close
();
/libcore/luni/src/main/java/java/io/
ByteArrayInputStream.java
99
public void
close
() throws IOException {
method in class:ByteArrayInputStream
100
// Do nothing on
close
, this matches JDK behavior.
PipedWriter.java
67
public void
close
() throws IOException {
method in class:PipedWriter
Reader.java
30
* {@link #
close
()} methods needs to be overridden. Overriding some of the
76
public abstract void
close
() throws IOException;
method in class:Reader
StringReader.java
56
public void
close
() {
method in class:StringReader
StringWriter.java
65
* {@code
close
()} has been called.
71
public void
close
() throws IOException {
method in class:StringWriter
Writer.java
28
* {@link #
close
()} and {@link #flush()} methods needs to be overridden.
74
public abstract void
close
() throws IOException;
method in class:Writer
/libcore/luni/src/main/java/java/net/
DatagramSocket.java
111
public void
close
() {
method in class:DatagramSocket
113
impl.
close
();
138
close
();
method
406
close
();
method
DatagramSocketImpl.java
62
protected abstract void
close
();
method in class:DatagramSocketImpl
SocketImpl.java
95
protected abstract void
close
() throws IOException;
method in class:SocketImpl
/libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java
56
public final void
close
() throws IOException {
method in class:AbstractSelector
/libcore/luni/src/test/java/libcore/dalvik/system/
PathClassLoaderTest.java
50
stream.
close
();
/libcore/luni/src/test/java/libcore/java/io/
OldPushbackInputStreamTest.java
76
tobj.
close
();
77
tobj.
close
();
81
tobj.
close
();
346
* Tears down the fixture, for example,
close
a network connection. This
351
pis.
close
();
/libcore/luni/src/test/java/libcore/java/util/logging/
OldErrorManagerTest.java
52
public void
close
() {}
method in class:OldErrorManagerTest.MockStream
OldXMLFormatterTest.java
70
public void
close
() {}
method in class:OldXMLFormatterTest.MockHandler
/libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java
35
writer.
close
();
Completed in 435 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>