OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
251 - 275
of
8652
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/java/io/
ObjectInput.java
44
public void
close
() throws IOException;
method in interface:ObjectInput
ObjectOutput.java
34
public void
close
() throws IOException;
method in interface:ObjectOutput
/libcore/luni/src/main/java/javax/sql/
PooledConnection.java
47
* application calls the {@link Connection#
close
} method. The connection pool
57
* the connection pool manager, which calls {@code PooledConnection.
close
()}.
85
public void
close
() throws SQLException;
method in interface:PooledConnection
/libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java
33
//
Close
the second FileDescriptor and check we can't use it...
34
fos2.
close
();
48
//
Close
the first FileDescriptor and check we can't use it...
49
fos1.
close
();
66
fos.
close
();
67
fos.
close
();
/libcore/luni/src/test/java/libcore/java/util/zip/
GZIPOutputStreamTest.java
45
gzippedOut.
close
();
54
in.
close
();
64
in.
close
();
76
gzipOutputStream.
close
();
/packages/apps/Contacts/src/com/android/contacts/list/
JoinContactLoader.java
53
public void
close
() {
method in class:JoinContactLoader.JoinContactLoaderResult
56
suggestionCursor.
close
();
60
super.
close
();
100
cursorToClose.
close
();
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java
30
public void
close
();
method in interface:WidgetSource
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplicationWrapper.java
29
mApp.
close
();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullWriter.java
91
/** @see java.io.Writer#
close
() */
92
public void
close
() {
method in class:NullWriter
/system/core/libdiskconfig/
diskutils.c
107
close
(src_fd);
109
close
(dst_fd);
114
close
(dst_fd);
116
close
(src_fd);
/system/extras/tests/cpueater/
daemonize.c
43
close
(0); open("/dev/null", 0);
44
close
(1);
91
close
(2); dup(1); /* join stdout and stderr */
97
close
(fd);
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
BlockDevice.java
88
public void
close
() throws IOException;
method in interface:BlockDevice
FileSystem.java
49
*
Close
this file system. After a
close
, all invocations of methods of
55
public void
close
() throws IOException;
method in interface:FileSystem
/external/chromium_org/third_party/skia/tests/
PathOpsSimplifyTest.cpp
16
path.
close
();
26
path.
close
();
34
path.
close
();
41
path.
close
();
48
path.
close
();
55
path.
close
();
153
path.
close
();
157
path.
close
();
167
path.
close
();
171
path.
close
();
[
all
...]
/external/skia/tests/
PathOpsSimplifyTest.cpp
16
path.
close
();
26
path.
close
();
34
path.
close
();
41
path.
close
();
48
path.
close
();
55
path.
close
();
153
path.
close
();
157
path.
close
();
167
path.
close
();
171
path.
close
();
[
all
...]
/system/netd/server/
NetlinkManager.cpp
72
close
(*sock);
78
close
(*sock);
84
close
(*sock);
91
close
(*sock);
134
close
(mUeventSock);
145
close
(mRouteSock);
157
close
(mQuotaSock);
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java
46
mDatabase.
close
();
68
statement.
close
();
88
statement.
close
();
99
cursor.
close
();
110
cursor.
close
();
119
statement.
close
();
133
statement.
close
();
149
cursor.
close
();
164
statement.
close
();
181
cursor.
close
();
[
all
...]
/libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java
51
selector.
close
();
52
ssc.
close
();
69
selector.
close
();
70
ss.
close
();
105
selector.
close
();
133
selector.
close
();
144
selector.
close
();
174
selector.
close
();
175
ssc.
close
();
182
selector.
close
();
[
all
...]
/cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java
56
descriptor.
close
();
70
socket.
close
();
84
socket.
close
();
99
descriptor.
close
();
104
socket.
close
();
/external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java
38
* A stream wrapper that triggers actions on {@link #
close
close
()} and EOF.
46
* different kinds of event, and does not always
close
the underlying stream
100
* closed when EOF is detected or {@link #
close
close
} is called.
106
* auto-
close
behavior without notification
215
public void
close
() throws IOException {
method in class:EofSensorInputStream
216
// tolerate multiple calls to
close
()
242
boolean scws = true; // should
close
wrapped stream?
246
wrappedStream.
close
();
[
all
...]
/external/bluetooth/bluedroid/stack/mcap/
mca_dact.c
119
tMCA_CLOSE
close
;
local
124
close
.param = MCA_INT;
125
close
.reason = L2CAP_DISC_OK;
126
close
.lcid = 0;
127
mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &
close
);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-exit-time-destructors
67
close
LIST;
93
close
NM;
112
close
(TOUCH);
123
close
FILT;
142
close
OTOOL;
/frameworks/compile/mclinker/unittests/
FileHandleTest.cpp
55
ASSERT_TRUE(m_pTestee->
close
());
75
ASSERT_TRUE(m_pTestee->
close
());
82
int close_result = ::
close
(fd);
95
int close_result = ::
close
(m_pTestee->handler());
98
ASSERT_FALSE(m_pTestee->
close
());
/hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c
119
close
(fd);
126
close
(fd);
140
close
(fd);
150
close
(pFd[0]);
151
close
(pFd[1]);
/libcore/benchmarks/src/benchmarks/
BufferedZipFileBenchmark.java
51
out.
close
();
62
in.
close
();
63
zipFile.
close
();
75
in.
close
();
76
zipFile.
close
();
Completed in 1099 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>