OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close
(Results
651 - 675
of
5187
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/system/core/toolbox/
umount.c
70
close
(loop_fd);
/system/extras/tests/framebuffer/
fb_test.c
142
close
(fd);
152
close
(fd);
168
close
(gr_fb_fd);
173
close
(gr_vt_fd);
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java
109
c.
close
();
115
c.
close
();
139
c.
close
();
150
c.
close
();
221
c.
close
();
229
c.
close
();
269
c.
close
();
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java
57
public void
close
() {
method in class:CipherInputStream1Test.TestInputStream
271
*
close
() method testing. Tests that the method calls the
close
()
277
method = "
close
",
284
cis.
close
();
285
assertTrue("The
close
() method should call the
close
() method "
/dalvik/libcore/logging/src/main/java/java/util/logging/
StreamHandler.java
182
close
(true);
229
* whether to
close
the underlying output stream.
231
void
close
(boolean closeStream) {
method in class:StreamHandler
240
this.writer.
close
();
254
* this handler is written out. A flush operation and a subsequent
close
263
public void
close
() {
method in class:StreamHandler
265
close
(true);
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/
JarURLConnectionImpl.java
128
jar.
close
();
164
fos.
close
();
175
is.
close
();
369
zip.
close
();
390
public void
close
() throws IOException {
method in class:JarURLConnectionImpl.JarURLConnectionInputStream
391
super.
close
();
394
jarFile.
close
();
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
ProcessManager.java
367
public void
close
() throws IOException {
method in class:ProcessManager.ProcessInputStream
369
super.
close
();
374
ProcessManager.
close
(fd);
395
public void
close
() throws IOException {
method in class:ProcessManager.ProcessOutputStream
397
super.
close
();
402
ProcessManager.
close
(fd);
413
private static native void
close
(FileDescriptor fd) throws IOException;
method in class:ProcessManager
/external/bluetooth/bluez/test/
scotest.c
123
close
(sk);
176
close
(nsk);
180
close
(sk);
189
close
(nsk);
207
close
(sk);
304
close
(sk);
325
close
(sk);
rctest.c
242
close
(sk);
334
close
(nsk);
338
close
(sk);
347
//
close
(nsk);
376
close
(nsk);
388
close
(nsk);
402
close
(sk);
532
syslog(LOG_INFO, "
Close
failed: %m");
541
close
(sk);
558
close
(sk)
[
all
...]
/external/qemu/android/utils/
filelock.c
145
close
( pidfile_fd );
155
close
( pidfile_fd );
209
close
(pidfile_fd);
241
close
( temp_fd );
305
CHECKED(rc,
close
(lockfd));
336
close
(temp_fd);
340
close
(lock_fd);
/external/webkit/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm
78
[[m_windowController.get() webView]
close
];
85
[[m_windowController.get() webView]
close
];
115
[m_windowController.get()
close
];
285
- (void)
close
316
[super
close
];
368
[self
close
];
382
[self
close
];
/external/webkit/WebKitTools/Scripts/
commit-log-editor
107
close
LOG;
197
close
CHANGELOG;
237
close
CHANGELOG_ENTRIES;
252
close
NEWLOG;
261
close
NEWLOG;
269
close
LOG;
270
close
NEWLOG;
/external/wpa_supplicant/
wpa_ctrl.c
97
close
(ctrl->s);
118
close
(ctrl->s);
131
close
(ctrl->s);
147
close
(ctrl->s);
223
close
(ctrl->s);
234
close
(ctrl->s);
251
close
(ctrl->s);
/frameworks/base/core/java/android/net/http/
HttpsConnection.java
188
proxyConnection.
close
();
258
sslSock.
close
();
279
proxyConnection.
close
();
295
sslSock.
close
();
353
// so
close
it immediately.
354
sslSock.
close
();
387
mHttpClientConnection.
close
();
/frameworks/base/core/java/android/os/
DropBoxManager.java
59
* {@link #
close
()} when you are done using it.
127
/**
Close
the input stream associated with this entry. */
128
public void
close
() {
method in class:DropBoxManager.Entry
129
try { if (mFileDescriptor != null) mFileDescriptor.
close
(); } catch (IOException e) { }
157
try { if (is != null) is.
close
(); } catch (IOException e) {}
249
entry.
close
();
268
* {@link Entry#
close
()} on the return value!
/frameworks/base/media/libmedia/
IMediaRecorder.cpp
32
CLOSE
,
248
status_t
close
()
function in class:android::BpMediaRecorder
250
LOGV("
close
");
253
remote()->transact(
CLOSE
, data, &reply);
287
case
CLOSE
: {
288
LOGV("
CLOSE
");
290
reply->writeInt32(
close
());
/packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java
265
reader.
close
();
269
input.
close
();
297
writer.
close
();
301
output.
close
();
423
bufferedReader.
close
();
428
writer.
close
();
441
bufferedReader.
close
();
/packages/apps/Email/tests/src/com/android/email/mail/store/
LocalStoreUnitTests.java
105
mFolder.
close
(false);
551
mFolder.
close
(false);
589
cursor.
close
();
629
mFolder.
close
(false);
[
all
...]
/packages/apps/Gallery3D/src/com/cooliris/media/
DiskCache.java
177
//
Close
all open files and clear data structures.
197
public void
close
() {
method in class:DiskCache
206
mChunkFiles.valueAt(i).
close
();
208
Log.e(TAG, "Unable to
close
chunk file");
269
dataInput.
close
();
319
//
Close
the file.
320
dataOutput.
close
();
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c
194
/*
Close
the write direction of the pipe - because i only read information from this pipe. */
195
close
(module_pipe[1]);
284
close
(socket_id);
383
/*
Close
the read direction of the pipe - because i only write information from this pipe. (to child process) */
384
close
(module_pipe[0]);
550
/*
Close
the socket */
551
close
(SHARED_MEMORY_ETHERNET_SOCKET_ID(module_index));
wipp_ctrl.c
170
/*
Close
the read direction of the pipe - because i only write information from this pipe. */
171
close
(wipp_control_general_process_out_pipe[0]);
173
/*
Close
the write direction of the pipe - because i only write information from this pipe. */
174
close
(wipp_control_general_process_in_pipe[1]);
215
/*
Close
the write direction of the pipe - because i only write information from this pipe. */
216
close
(wipp_control_general_process_out_pipe[1]);
218
/*
Close
the read direction of the pipe - because i only write information from this pipe. */
219
close
(wipp_control_general_process_in_pipe[0]);
681
close
(wipp_control_general_process_out_pipe[0]);
682
close
(wipp_control_general_process_in_pipe[1]);
[
all
...]
/dalvik/libcore/nio/src/main/java/java/nio/channels/
Channels.java
226
public synchronized void
close
() throws IOException {
method in class:Channels.ChannelInputStream
227
channel.
close
();
325
public synchronized void
close
() throws IOException {
method in class:Channels.WritableByteChannelOutputStream
326
channel.
close
();
363
inputStream.
close
();
400
outputStream.
close
();
433
public void
close
() throws IOException {
method in class:Channels.ByteChannelReader
437
inputStream.
close
();
495
public void
close
() throws IOException {
method in class:Channels.ByteChannelWriter
500
outputStream.
close
();
[
all
...]
/dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java
71
is1.
close
();
326
is.
close
();
331
is.
close
();
362
// is2.
close
();
377
// is3.
close
();
393
// is2.
close
();
408
// is3.
close
();
427
// is.
close
();
443
// is.
close
();
458
// is.
close
();
[
all
...]
/external/e2fsprogs/misc/
uuidd.c
68
close
(0);
69
close
(1);
70
close
(2);
141
close
(s);
160
close
(s);
168
close
(s);
174
close
(s);
192
close
(s);
289
close
(fd_pidfile); /* Unlock the pid file */
389
close
(ns)
[
all
...]
/sdk/emulator/sensors/
sensors_qemu.c
218
close
(ctl->fd);
279
close
(data->events_fd);
421
//LOGD("(device
close
) about to
close
fd=%d", data->events_fd);
422
close
(data->events_fd);
509
close
(fd);
516
close
(fd);
520
close
(fd);
555
dev->device.common.
close
= control__close;
573
dev->device.common.
close
= data__close
[
all
...]
Completed in 76 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>