OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:close
(Results
26 - 50
of
3530
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset_mock.py
44
def
close
(self):
member in class:make_factory.MockZipFileSet
/external/chromium_org/third_party/npapi/npspy/common/
logfile.cpp
52
close
();
66
void CLogFile::
close
()
function in class:CLogFile
/external/proguard/src/proguard/io/
DataEntryWriter.java
44
* Returns an output stream for writing data. The caller must not
close
55
* Returns an output stream for writing data. The caller must not
close
72
public void
close
() throws IOException;
method in interface:DataEntryWriter
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCloseable.java
17
public void
close
() {
method in class:ShadowSQLiteCloseable
ShadowSQLiteOpenHelper.java
24
database.
close
();
30
public synchronized void
close
() {
method in class:ShadowSQLiteOpenHelper
32
database.
close
();
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
AutoCloseable.java
31
void
close
() throws Exception; }
method in interface:AutoCloseable
/libcore/luni/src/main/java/java/io/
ObjectOutput.java
34
public void
close
() throws IOException;
method in interface:ObjectOutput
/libcore/luni/src/main/java/java/nio/channels/
Channel.java
49
* If multiple threads attempt to simultaneously
close
a channel, then only
56
public void
close
() throws IOException;
method in interface:Channel
/libcore/luni/src/test/java/libcore/sqlite/
AbstractSqlTest.java
105
firstStmt.
close
();
106
secondStmt.
close
();
110
firstStmt.
close
();
111
firstConnection.
close
();
112
secondConnection.
close
();
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java
45
public void
close
() {
method in class:TestSSLSocketPair
46
c.
close
();
48
server.
close
();
49
client.
close
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProvider.java
33
void
close
();
method in interface:SuggestionsProvider
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
QuietlyCloseable.java
22
* Interface for closeable objects whose
close
method doesn't throw IOExceptions.
26
void
close
();
method in interface:QuietlyCloseable
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java
25
* passed to a component that wants to explicitly
close
the stream even if
48
public void
close
() {
method in class:CloseShieldInputStream
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java
25
* passed to a component that wants to explicitly
close
the stream even if
48
public void
close
() {
method in class:CloseShieldOutputStream
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java
32
* If the argument is non-null,
close
the Closeable ignoring any {@link IOException}.
37
closeable.
close
();
44
/** If the argument is non-null,
close
the cursor. */
47
cursor.
close
();
/development/tools/idegen/src/
Files.java
36
in.
close
();
46
out.
close
();
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java
73
* @see tests.support.Support_ServerSocket#
close
()
75
public void
close
() throws IOException {
method in class:Support_HttpServerSocket
77
instance.
close
();
Support_ProcessReadWriteTest.java
42
input.
close
();
43
output.
close
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
SQL_Results.java
47
this.queryBuildScenarios.
close
();
49
this.queryBuildAllScenarios.
close
();
51
this.queryScenarioSummaries.
close
();
53
this.queryAllComments.
close
();
55
this.queryScenariosBuilds.
close
();
57
this.queryScenarioDataPoints.
close
();
59
this.queryDimScalars.
close
();
61
this.queryAllVariations.
close
();
/external/ganymed-ssh2/examples/
PortForwarding.java
101
lpf1.
close
();
103
/*
Close
the connection */
105
conn.
close
();
/external/guava/guava/src/com/google/common/io/
Closeables.java
61
* //
Close
the stream.
63
* Closeables.
close
(stream, threw);
70
* thrown by the {@code
close
} methods
72
* {@code
close
} throws an {@code IOException}.
74
public static void
close
(@Nullable Closeable closeable,
method in class:Closeables
80
closeable.
close
();
92
* Equivalent to calling {@code
close
(closeable, true)}, but with no
99
close
(closeable, true);
method
MultiInputStream.java
47
@Override public void
close
() throws IOException {
method in class:MultiInputStream
50
in.
close
();
61
close
();
method
MultiReader.java
45
close
();
method
81
@Override public void
close
() throws IOException {
method in class:MultiReader
84
current.
close
();
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java
32
public void
close
(Reader reader) throws IOException {
method in class:BaseResourceLoader
33
reader.
close
();
/frameworks/base/core/java/android/bluetooth/
BluetoothOutputStream.java
37
*
Close
this output stream and the socket associated with it.
39
public void
close
() throws IOException {
method in class:BluetoothOutputStream
40
mSocket.
close
();
Completed in 439 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>