OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
826 - 850
of
3754
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/lldb/source/Utility/
PseudoTerminal.cpp
34
// The destructor will
close
the master and slave file descriptors
46
//
Close
the master file descriptor if it is valid.
53
::
close
(m_master_fd);
59
//
Close
the slave file descriptor if it is valid.
66
::
close
(m_slave_fd);
78
// will
close
the master file descriptor, therefore clients must
203
// This class will
close
the file descriptors for the master/slave
239
// We are done with the master in the child process so lets
close
it
308
// without closing it. The destructor for this class will
close
the
317
// class will
close
it otherwise!
[
all
...]
/external/llvm/utils/
GenLibDeps.pl
126
close
DEFS or die "nm failed";
162
close
UDEFS or die "nm failed"
175
close
DEFS or die "nm failed";
189
close
DEFS or die "nm failed";
228
close
UNDEFS or die "nm failed";
253
close
UNDEFS or die "nm failed";
353
close
DOT;
380
close
DOT;
/external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java
102
output.
close
();
105
body.
close
();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java
50
* <li>Write to and then
close
that stream.
55
* <li>Read from and
close
that stream.
107
* Configure this connection to
close
itself when the HTTP response body is
113
// If we're already idle,
close
immediately.
116
connection.
close
();
300
@Override public void
close
() throws IOException {
method in class:HttpConnection.FixedLengthSink
343
@Override public synchronized void
close
() throws IOException {
method in class:HttpConnection.ChunkedSink
394
cacheBody.
close
();
403
connection.
close
();
465
@Override public void
close
() throws IOException
method in class:HttpConnection.FixedLengthSource
538
@Override public void
close
() throws IOException {
method in class:HttpConnection.ChunkedSource
576
@Override public void
close
() throws IOException {
method in class:HttpConnection.UnknownLengthSource
[
all
...]
/external/okhttp/okio/src/main/java/okio/
DeflaterSink.java
99
@Override public void
close
() throws IOException {
method in class:DeflaterSink
103
// to
close
the deflater and the sink; otherwise we risk leaking resources.
119
sink.
close
();
/external/oprofile/daemon/
opd_extended.c
159
/*
Close
ext sfile only if extended feature is enable*/
161
&& ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->
close
!= NULL)
162
ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->
close
(sf);
/cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java
69
mDatabase.
close
();
157
testCursor.
close
();
223
testCursor.
close
();
254
testCursor.
close
();
282
testCursor.
close
();
343
testCursor.
close
();
376
testCursor.
close
();
413
testCursor.
close
();
426
testCursor.
close
();
445
testCursor.
close
();
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
150
target.
close
();
154
source.
close
();
186
outputEmptyStream.
close
();
189
inputEmptyStream.
close
();
192
inputStream.
close
();
233
outputEmptyStream.
close
();
236
inputEmptyStream.
close
();
239
inputStream.
close
();
283
outputEmptyStream.
close
();
286
inputEmptyStream.
close
();
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_pan.c
321
close
(sk);
347
close
(sk);
363
close
(sk);
366
close
(sk);
385
close
(sk);
425
close
(fd);
436
close
(fd);
477
close
(fd);
536
BTIF_TRACE_DEBUG("btpan_close_handle :
close
handle %d", p->handle);
647
btpan_conn_t* conn = btpan_find_conn_handle(p_data->
close
.handle)
[
all
...]
/external/chromium_org/ipc/
ipc_channel_posix.cc
78
//
close
its copy of the client socket and remove the mapping.
83
// connects. Once the client connects, the server will
close
the original
85
// object closes, it will
close
the only remaining copy of the client socket
207
Close
();
221
if (IGNORE_EINTR(
close
(pipe_fds[0])) < 0)
222
PLOG(ERROR) << "
close
";
223
if (IGNORE_EINTR(
close
(pipe_fds[1])) < 0)
224
PLOG(ERROR) << "
close
";
364
// There is a bug on OSX which makes it dangerous to
close
369
// letting us know that it is now safe to
close
the fil
[
all
...]
/external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl
86
close
($outFH);
152
close
($inFH);
222
close
($outFH);
231
close
($outFH);
240
close
($outFH);
249
close
($outFH);
261
close
($outFH);
279
close
($outFH);
298
close
($outFH);
355
close
($outFH)
[
all
...]
/external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl
86
close
($outFH);
152
close
($inFH);
222
close
($outFH);
231
close
($outFH);
240
close
($outFH);
249
close
($outFH);
261
close
($outFH);
279
close
($outFH);
298
close
($outFH);
355
close
($outFH)
[
all
...]
/external/mksh/src/
main.c
992
close
(fd);
993
close
(2);
994
close
(1);
995
close
(0);
1025
/*
close
all file descriptors hiding in savefd */
1030
close
(ep->savefd[fd]);
1086
* 4 = cannot make fd
close
-on-exec
1137
close
(rv);
1146
close
(fd);
1360
close
(shl_dbg_fd)
[
all
...]
/art/runtime/jdwp/
jdwp_adb.cc
69
close
(clientSock);
73
close
(control_sock_);
168
close
(control_sock_);
291
*
close
the listen socket, but there's a good chance we won't be able to
372
close
(sock);
439
Close
();
/bionic/libc/upstream-openbsd/lib/libc/stdio/
stdio.c
40
* Small standard I/O/seek/
close
functions.
88
return (
close
(((FILE *)cookie)->_file));
/bootable/recovery/minadbd/
fuse_adb_provider.c
64
vtab.
close
= close_adb;
/bootable/recovery/minui/
graphics_fbdev.c
95
close
(fd);
101
close
(fd);
129
close
(fd);
221
close
(fb_fd);
/bootable/recovery/
roots.cpp
209
LOGW("format_volume: can't
close
MTD \"%s\"\n", v->blk_device);
226
close
(fd);
280
close
(fd);
291
close
(fd);
299
close
(fd);
/bootable/recovery/tools/ota/
convert-to-bmp.py
77
f.
close
()
/cts/common/host-side/java-scanner/src/com/android/compatibility/common/scanner/
JavaScannerDoclet.java
61
writer.
close
();
/cts/tests/tests/content/src/android/content/res/cts/
RawResourceTest.java
66
is.
close
();
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java
158
mCameraSession.
close
();
208
*
Close
a {@link #CameraDevice camera device} and clear the associated StaticInfo field for a
222
*
Close
a {@link #CameraDevice camera device} and clear the associated StaticInfo field for a
235
throw new IllegalStateException("Try to
close
a device that is not opened yet");
237
mCamera.
close
();
299
*
Close
the pending images then
close
current default {@link ImageReader} object.
308
*
Close
an image reader instance.
315
//
Close
all possible pending images first.
318
image.
close
();
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/
LowRamDeviceTest.java
71
is.
close
();
/cts/tests/tests/media/src/android/media/cts/
MediaPlayerSurfaceStubActivity.java
47
afd.
close
();
/cts/tests/tests/net/src/android/net/cts/
LocalServerSocketTest.java
54
//
close
server socket
56
localServerSocket.
close
();
Completed in 1148 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>