OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
401 - 425
of
3754
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/libs/json/src/com/android/json/stream/
JsonWriter.java
39
* methods or by nesting other arrays and objects. Finally
close
the array
45
* Finally
close
the object using {@link #endObject()}.
75
* writer.
close
();
187
return
close
(JsonScope.EMPTY_ARRAY, JsonScope.NONEMPTY_ARRAY, "]");
206
return
close
(JsonScope.EMPTY_OBJECT, JsonScope.NONEMPTY_OBJECT, "}");
224
private JsonWriter
close
(JsonScope empty, JsonScope nonempty, String closeBracket)
method in class:JsonWriter
345
public void
close
() throws IOException {
method in class:JsonWriter
346
out.
close
();
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Artists_AlbumsTest.java
46
c.
close
();
51
c.
close
();
76
c.
close
();
110
c.
close
();
135
c.
close
();
MediaStore_Audio_GenresTest.java
46
c.
close
();
51
c.
close
();
76
c.
close
();
85
c.
close
();
136
cursor.
close
();
MediaStore_FilesTest.java
145
cursor.
close
();
161
cursor.
close
();
173
cursor.
close
();
190
pfd.
close
();
226
pfd.
close
();
238
pfd.
close
();
246
pfd.
close
();
258
pfd.
close
();
268
fos.
close
();
276
pfd.
close
();
[
all
...]
SearchRecentSuggestionsTest.java
64
c.
close
();
80
c.
close
();
112
c.
close
();
118
c.
close
();
152
cursor.
close
();
181
cursor.
close
();
207
cursor.
close
();
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
SimpleWebServer.java
85
mServerSocket.
close
();
100
socket.
close
();
156
output.
close
();
159
reader.
close
();
197
input.
close
();
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
SimpleWebServer.java
85
mServerSocket.
close
();
100
socket.
close
();
156
output.
close
();
159
reader.
close
();
197
input.
close
();
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoaderHelper.java
147
file.
close
();
175
if (is != null) is.
close
();
177
if (os != null) os.
close
();
190
file.
close
();
194
file.
close
();
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Connector.java
123
mIncomingMessageReceiver.
close
();
129
* @see java.io.Closeable#
close
()
132
public void
close
() {
method in class:Connector
134
mMessagePipeHandle.
close
();
136
mIncomingMessageReceiver.
close
();
174
close
();
method
Interface.java
20
* The
close
method is called when the connection to the interface is closed.
22
* @see java.io.Closeable#
close
()
25
public void
close
();
method in interface:Interface
106
* @see Closeable#
close
()
109
public void
close
() {
method in class:Interface.AbstractProxy
110
mMessageReceiver.
close
();
159
* @see org.chromium.mojo.bindings.MessageReceiver#
close
()
162
public void
close
() {
method in class:Interface.Stub
163
mImpl.
close
();
186
// The router (and by consequence the handle) is intentionally leaked. It will
close
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
FileUtils.js
69
close
: function() { }
181
this._output.
close
();
257
close
: function()
263
WebInspector.fileManager.
close
(this._fileName);
279
WebInspector.fileManager.
close
(this._fileName);
/external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyFindNext_Test.cpp
69
path.
close
();
77
path.
close
();
85
path.
close
();
93
path.
close
();
101
path.
close
();
SimplifyFindTop_Test.cpp
84
path.
close
();
92
path.
close
();
99
path.
close
();
106
path.
close
();
113
path.
close
();
176
path.
close
();
184
path.
close
();
/external/okhttp/okio/src/test/java/okio/
DeflaterSinkTest.java
38
deflaterSink.
close
();
62
deflaterSink.
close
();
74
deflaterSink.
close
();
86
deflaterSink.
close
();
92
* the easiest way to force
close
() to emit a large amount of data to the
104
deflaterSink.
close
();
109
mockSink.assertLogContains("
close
()");
/cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java
46
mInsertHelper.
close
();
47
mDatabase.
close
();
57
mInsertHelper.
close
();
103
cursor.
close
();
138
cursor.
close
();
170
cursor.
close
();
205
cursor.
close
();
234
cursor.
close
();
247
cursor.
close
();
280
cursor.
close
();
[
all
...]
CursorWrapperTest.java
76
cursorWrapper.
close
();
113
cursorWrapper.
close
();
203
cursorWrapper.
close
();
280
cursorWrapper.
close
();
320
cursorWrapper.
close
();
350
cursorWrapper.
close
();
388
cursorWrapper.
close
();
396
cursorWrapper.
close
();
402
cursorWrapper.
close
();
437
cursorWrapper.
close
();
[
all
...]
/bootable/recovery/minadbd/
sockets.c
116
/* this is a little gross, but since s->
close
() *will* modify
156
s->
close
(s);
228
if (s->peer->
close
== local_socket_close) {
231
s->peer->
close
(s->peer);
284
s->
close
(s);
300
s->
close
(s);
371
s->
close
(s);
380
// s->
close
(s);
394
s->
close
= local_socket_close;
450
D("entered remote_socket_close RS(%d)
CLOSE
fd=%d peer->fd=%d\n"
[
all
...]
/external/deqp/framework/delibs/deutil/
deProcess.c
210
close
(p[0]);
212
close
(p[1]);
264
/*
Close
unused endpoints. */
265
close
(pipeIn[1]);
266
close
(pipeOut[0]);
267
close
(pipeErr[0]);
268
close
(statusPipe[0]);
270
/* Set status pipe to
close
on exec(). That way parent will know that exec() succeeded. */
278
close
(pipeIn[0]);
284
close
(pipeOut[1])
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor
151
close
LOG;
183
close
CHANGELOG_ENTRIES;
189
close
NEWLOG;
198
close
NEWLOG;
206
close
LOG;
207
close
NEWLOG;
281
close
CHANGELOG;
/bionic/tests/
stdlib_test.cpp
280
close
(fd);
286
close
(fd);
303
close
(fd);
313
close
(fd);
325
close
(fd);
334
close
(fd);
344
close
(fd);
354
close
(fd);
362
close
(fd);
/cts/libs/deviceutil/src/android/cts/util/
FileUtils.java
127
out.
close
();
145
output.
close
();
157
is.
close
();
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingSupport.java
77
fw.
close
();
96
fw.
close
();
100
fw.
close
();
/external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java
188
tmpsocket.
close
();
192
public void
close
() throws IOException {
method in class:SocketHttpClientConnection
210
this.socket.
close
();
SocketHttpServerConnection.java
186
tmpsocket.
close
();
190
public void
close
() throws IOException {
method in class:SocketHttpServerConnection
204
this.socket.
close
();
/external/bison/lib/
w32spawn.h
61
close
(fd);
86
close
(tempfd);
92
close
(origfd);
Completed in 2626 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>