OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1626 - 1650
of
3754
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/llvm/utils/
clang-parse-diagnostics-file
50
f.
close
()
/external/mdnsresponder/mDNSShared/
dnssd_ipc.h
76
# define dnssd_close(sock)
close
(sock)
/external/mesa3d/scons/
source_list.py
117
fp.
close
()
/external/mesa3d/src/gallium/auxiliary/util/
u_network.c
61
close
(s);
/external/nanopb-c/examples/network_server/
server.c
129
close
(connfd);
/external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java
55
input.
close
();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java
105
stream.getSink().
close
();
223
stream.
close
(ErrorCode.CANCEL);
275
cacheBody.
close
();
292
@Override public void
close
() throws IOException {
method in class:SpdyTransport.SpdySource
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RequestTest.java
66
writer.
close
();
/external/okhttp/okio/src/test/java/okio/
InflaterSourceTest.java
90
sink.
close
();
/external/openfst/src/lib/
mapped-file.cc
74
if (
close
(fd) == 0 && map != MAP_FAILED) {
/external/openssl/crypto/rand/
rand_egd.c
279
if (fd != -1)
close
(fd);
/external/oprofile/daemon/
opd_perfmon.c
314
close
(inner_child->up_pipe[1]);
394
close
(child->up_pipe[0]);
449
close
(children[i].up_pipe[0]);
453
close
(children[i].up_pipe[1]);
/external/oprofile/opjitconv/
opjitconv.c
172
close
(fd);
176
close
(fd);
231
close
(fd);
235
close
(fd);
/external/chromium_org/base/files/
file_util_posix.cc
496
ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
503
close
(fd);
514
close
(fd);
519
ThreadRestrictions::AssertIOAllowed(); // For call to
close
().
521
return ((fd >= 0) && !IGNORE_EINTR(
close
(fd)));
674
if (IGNORE_EINTR(
close
(fd)) < 0)
686
if (IGNORE_EINTR(
close
(fd)) < 0)
713
if (IGNORE_EINTR(
close
(fd)) < 0)
871
close
(infile);
902
if (IGNORE_EINTR(
close
(infile)) < 0
[
all
...]
/external/chromium_org/base/process/
process_util_unittest.cc
505
// descriptor is guarded before attempting to
close
it.
552
close
(fd);
561
int ret = IGNORE_EINTR(
close
(write_pipe));
579
int ret = IGNORE_EINTR(
close
(fds[1]));
595
ret = IGNORE_EINTR(
close
(fds[0]));
623
ret = IGNORE_EINTR(
close
(sockets[0]));
625
ret = IGNORE_EINTR(
close
(sockets[1]));
627
ret = IGNORE_EINTR(
close
(dev_null));
654
PCHECK(IGNORE_EINTR(
close
(fds[1])) == 0);
659
PCHECK(IGNORE_EINTR(
close
(fds[0])) == 0)
[
all
...]
/external/libusb/libusb/os/
linux_usbfs.c
311
close
(fd);
360
close
(fd);
451
close
(fd);
454
close
(fd);
461
close
(fd);
511
close
(fd);
584
close
(fd);
734
close
(fd);
750
close
(fd);
759
close
(fd)
[
all
...]
/cts/tests/tests/print/src/android/print/cts/
PrintDocumentAdapterContractTest.java
95
fd.
close
();
213
fd.
close
();
308
fd.
close
();
485
fd.
close
();
643
fd.
close
();
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
120
# Args: pass the child error status returned by the last pipe
close
,
145
close
(STDERR);
148
close
(OLDERR);
336
close
INFO;
527
close
(FILE);
599
close
SVN;
[
all
...]
/bionic/libc/kernel/tools/
utils.py
149
f.
close
()
183
f.
close
()
/bionic/libc/tools/zoneinfo/
update-tzdata.py
66
setup.
close
()
93
f.
close
()
/bionic/linker/
debugger.cpp
104
close
(s);
247
close
(s);
/bionic/tests/
dirent_test.cpp
92
close
(fd);
104
ASSERT_EQ(
close
(fd), -1);
/bootable/recovery/minadbd/
adb.h
119
/*
close
is called by the peer when it has gone away.
121
** peer once our
close
method is called.
123
void (*
close
)(asocket *s);
member in struct:asocket
170
void (*
close
)(atransport *t);
member in struct:atransport
/bootable/recovery/minzip/
SysUtil.c
189
close
(fd);
193
close
(fd);
/build/tools/droiddoc/templates-sdk/
macros_override.cs
2
<?cs # pre is an HTML string to start the list, post is an HTML string to
close
the list ?>
Completed in 630 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>