OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:close
(Results
126 - 150
of
3530
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
CKMod.cpp
55
close
();
89
void CKMod::
close
(
function in class:CKMod
94
if (::
close
(fdKMod) != 0) {
95
LOG_ERRNO("
close
");
/libcore/benchmarks/src/benchmarks/regression/
JarFileBenchmark.java
37
jf.
close
();
/libcore/luni/src/main/java/java/io/
ObjectInput.java
44
public void
close
() throws IOException;
method in interface:ObjectInput
OutputStream.java
63
public void
close
() throws IOException {
method in class:OutputStream
/libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java
57
public void
close
() {
method in class:ConsoleHandler
58
super.
close
(false);
/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/
OldAndroidBufferedReaderTest.java
41
a.
close
();
48
b.
close
();
55
c.
close
();
62
d.
close
();
/libcore/luni/src/test/java/libcore/sqlite/
OldBlobTest.java
67
out.
close
();
68
testBlob.
close
();
73
testBlob.
close
();
91
os.
close
();
96
is.
close
();
98
blob.
close
();
126
testBlob.
close
();
/packages/apps/Browser/src/com/android/browser/
CombinedBookmarksCallbacks.java
22
void
close
();
method in interface:CombinedBookmarksCallbacks
/packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java
29
public void
close
();
method in interface:CloudNotificationBackplane
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java
69
sock.
close
();
85
public void
close
() {
method in class:HandoverClient
89
mSocket.
close
();
146
if (DBG) Log.d(TAG, "about to
close
");
147
sock.
close
();
153
byteStream.
close
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java
42
void
close
();
method in interface:NamedTaskExecutor
/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
/packages/inputmethods/PinyinIME/jni/share/
utf16reader.cpp
121
bool Utf16Reader::
close
() {
function in class:ime_pinyin::Utf16Reader
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java
27
/** If the argument is non-null,
close
the cursor. */
30
cursor.
close
();
/system/core/fastbootd/
transport.h
30
void (*
close
)(struct transport_handle *thandle);
member in struct:transport
/cts/libs/deviceutil/src/android/provider/cts/
FileCopyHelper.java
84
source.
close
();
87
target.
close
();
/cts/tests/tests/media/src/android/media/cts/
IvfWriter.java
79
public void
close
() throws IOException{
method in class:IvfWriter
83
mOutputFile.
close
();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java
49
is.
close
();
58
fos.
close
();
59
fis.
close
();
67
is.
close
();
81
is.
close
();
91
is.
close
();
106
is.
close
();
114
is.
close
();
127
fis2.
close
();
133
fis1.
close
();
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
Process2Test.java
44
in.
close
();
45
out.
close
();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java
126
*
Close
the stream, flushing it first. Once a stream has been closed,
132
public void
close
() throws java.io.IOException
method in class:WriterToASCI
134
m_os.
close
();
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java
100
public void
close
()
method in class:HTMLWriter
104
try { m_out.
close
(); } catch (IOException ignore) {}
/external/ganymed-ssh2/examples/
Basic.java
72
/*
Close
this session */
74
sess.
close
();
76
/*
Close
the connection */
78
conn.
close
();
PublicKeyAuthentication.java
62
/*
Close
this session */
64
sess.
close
();
66
/*
Close
the connection */
68
conn.
close
();
StdoutAndStderr.java
71
/*
Close
this session */
73
sess.
close
();
75
/*
Close
the connection */
77
conn.
close
();
Completed in 347 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>