OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
301 - 325
of
7588
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ganymed-ssh2/examples/
PortForwarding.java
101
lpf1.
close
();
103
/*
Close
the connection */
105
conn.
close
();
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPOutputStream.java
43
public void
close
() throws IOException
method in class:SCPOutputStream
58
session.
close
();
/external/ipsec-tools/src/racoon/contrib/
sp.pl
21
close
(OUT);
/external/jsilver/src/org/clearsilver/
DelegatedCs.java
65
public void
close
() {
method in class:DelegatedCs
66
getCs().
close
();
/external/libvpx/libvpx/third_party/googletest/src/xcode/Scripts/
versiongenerate.py
67
config_file.
close
()
100
version_file.
close
()
/external/llvm/utils/
findsym.pl
32
close
SYMS;
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
StrictLineReaderTest.java
53
refStream.
close
();
54
lineReader.
close
();
/external/openssh/openbsd-compat/
port-solaris.c
73
close
(stat_fd);
121
close
(tmpl_fd);
137
close
(tmpl_fd);
158
close
(tmpl_fd);
186
close
(ctl_fd);
191
close
(tmpl_fd);
195
close
(stat_fd);
197
close
(ctl_fd);
/external/openssh/openbsd-compat/regress/
closefromtest.c
47
/* should
close
last fd only */
49
if (
close
(fds[max]) != -1)
50
fail("failed to
close
highest fd");
57
/* should
close
all fds */
60
if (
close
(fds[i]) != -1)
61
fail("failed to
close
from lowest fd");
/external/oprofile/libutil++/
child_reader.cpp
83
close
(pstdout[0]);
85
close
(pstdout[1]);
86
close
(pstderr[0]);
88
close
(pstderr[1]);
107
close
(pstdout[1]);
108
close
(pstderr[1]);
245
close
(fd1);
249
close
(fd2);
/external/protobuf/examples/
add_person.py
48
f.
close
()
58
f.
close
()
/external/protobuf/gtest/xcode/Scripts/
versiongenerate.py
38
config_file.
close
()
71
version_file.
close
()
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamSession.java
94
public void
close
() throws IOException {
method in class:Socks5BytestreamSession
95
this.socket.
close
();
/external/valgrind/main/none/tests/
syscall-restart1.c
43
close
(fds[1]);
52
close
(fds[0]);
syscall-restart2.c
43
close
(fds[1]);
52
close
(fds[0]);
/external/zlib/src/contrib/iostream2/
zstream_test.cpp
11
out.
close
();
16
in.
close
();
/frameworks/base/core/java/android/net/
LocalServerSocket.java
113
public void
close
() throws IOException
method in class:LocalServerSocket
115
impl.
close
();
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
SocketConnect.java
34
from.
close
();
35
to.
close
();
/frameworks/native/libs/input/tests/
TestHelpers.h
41
::
close
(sendFd);
45
::
close
(receiveFd);
/hardware/libhardware_legacy/vibrator/
vibrator.c
39
close
(fd);
61
close
(fd);
/hardware/qcom/display/msm8960/liboverlay/
overlayCtrlData.h
46
*
close
53
/* dtor
close
*/
57
/*
close
underlying mdp */
58
bool
close
();
99
/* calls
close
*/
103
/* calls underlying mdp
close
*/
104
bool
close
();
138
close
();
141
inline bool Ctrl::
close
() {
function in class:overlay::Ctrl
142
if(!mMdp.
close
())
245
inline bool Data::
close
() {
function in class:overlay::Data
[
all
...]
/hardware/qcom/display/msm8974/liboverlay/
overlayCtrlData.h
46
*
close
53
/* dtor
close
*/
57
/*
close
underlying mdp */
58
bool
close
();
100
/* calls
close
*/
104
/* calls underlying mdp
close
*/
105
bool
close
();
139
close
();
142
inline bool Ctrl::
close
() {
function in class:overlay::Ctrl
143
if(!mMdp.
close
())
250
inline bool Data::
close
() {
function in class:overlay::Data
[
all
...]
/hardware/qcom/display/msm8x26/liboverlay/
overlayCtrlData.h
46
*
close
53
/* dtor
close
*/
57
/*
close
underlying mdp */
58
bool
close
();
99
/* calls
close
*/
103
/* calls underlying mdp
close
*/
104
bool
close
();
138
close
();
141
inline bool Ctrl::
close
() {
function in class:overlay::Ctrl
142
if(!mMdp.
close
())
245
inline bool Data::
close
() {
function in class:overlay::Data
[
all
...]
/libcore/luni/src/main/java/java/io/
FilterInputStream.java
63
public void
close
() throws IOException {
method in class:FilterInputStream
64
in.
close
();
FilterOutputStream.java
55
* if an error occurs attempting to
close
this stream.
58
public void
close
() throws IOException {
method in class:FilterOutputStream
67
out.
close
();
Completed in 1444 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>