OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
2876 - 2900
of
8652
) sorted by null
<<
111
112
113
114
115
116
117
118
119
120
>>
/frameworks/multidex/library/src/android/support/multidex/
ZipUtil.java
61
raf.
close
();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifier.java
69
is.
close
();
/frameworks/support/v4/api21/android/support/v4/provider/
DocumentsContractApi21.java
78
closeable.
close
();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptC.java
98
is.
close
();
/frameworks/volley/tests/src/com/android/volley/toolbox/
ImageRequestTest.java
96
in.
close
();
/hardware/libhardware/include/hardware/
hardware.h
199
/**
Close
this device */
200
int (*
close
)(struct hw_device_t* device);
member in struct:hw_device_t
/hardware/libhardware/modules/consumerir/
consumerir.c
92
dev->common.
close
= consumerir_close;
/hardware/libhardware/modules/local_time/
local_time_hw.c
83
ltdev->device.common.
close
= ltdev_close;
/hardware/qcom/display/msm8226/libqdutils/
qd_utils.cpp
92
close
(edidFile);
/hardware/qcom/display/msm8960/libcopybit/
copybit.h
268
return device->common.
close
(&device->common);
/hardware/qcom/display/msm8974/libcopybit/
copybit.h
281
return device->common.
close
(&device->common);
/libcore/benchmarks/src/benchmarks/regression/
SSLSocketBenchmark.java
92
in.
close
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketImplTest.java
65
protected void
close
() {
method in class:MockDatagramSocketImpl
SocketImplTest.java
95
protected void
close
() throws IOException {
method in class:SocketImplTest.MockSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketFactoryTest.java
78
s.
close
();
/libcore/luni/src/main/java/java/io/
CharArrayReader.java
101
public void
close
() {
RandomAccessFile.java
127
guard.open("
close
");
158
public void
close
() throws IOException {
method in class:RandomAccessFile
159
guard.
close
();
162
channel.
close
();
174
close
();
method
/libcore/luni/src/main/java/java/net/
DatagramSocket.java
111
public void
close
() {
method in class:DatagramSocket
113
impl.
close
();
117
* Sets the DatagramSocket and its related DatagramSocketImpl state as if a successful
close
()
118
* took place, without actually performing an OS
close
().
162
close
();
method
430
close
();
method
/libcore/luni/src/main/java/java/sql/
Statement.java
136
public void
close
() throws SQLException;
method in interface:Statement
/libcore/luni/src/main/java/java/util/zip/
ZipFile.java
160
// Make sure to
close
the RandomAccessFile if reading the central directory fails.
165
// Read succeeded so do not
close
the underlying RandomAccessFile.
173
guard.open("
close
");
197
public void
close
() throws IOException {
method in class:ZipFile
198
guard.
close
();
201
if (localRaf != null) { // Only
close
initialized instances
204
localRaf.
close
();
320
is.
close
();
/libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java
131
in.
close
();
/libcore/luni/src/test/java/libcore/java/math/
CSVTest.java
58
br.
close
();
/libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java
76
writer.
close
();
/libcore/luni/src/test/java/libcore/xml/
DeclarationTest.java
65
out.
close
();
/libcore/support/src/test/java/tests/support/
Support_StringReader.java
53
public void
close
() {
method in class:Support_StringReader
Completed in 608 milliseconds
<<
111
112
113
114
115
116
117
118
119
120
>>