OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
51 - 75
of
7589
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
CKMod.cpp
55
close
();
89
void CKMod::
close
(
function in class:CKMod
94
if (::
close
(fdKMod) != 0) {
95
LOG_ERRNO("
close
");
/external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc
142
// The client program may
close
its stdin and/or stdout and/or stderr
145
// if either the parent or the child tries to
close
or duplicate these
151
close
(child_fds[j][0]);
152
close
(child_fds[j][1]);
164
close
(child_fds[j][0]);
165
close
(child_fds[j][1]);
175
close
(child_in[0]);
176
close
(child_in[1]);
177
close
(child_out[0]);
178
close
(child_out[1])
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc
142
// The client program may
close
its stdin and/or stdout and/or stderr
145
// if either the parent or the child tries to
close
or duplicate these
151
close
(child_fds[j][0]);
152
close
(child_fds[j][1]);
164
close
(child_fds[j][0]);
165
close
(child_fds[j][1]);
175
close
(child_in[0]);
176
close
(child_in[1]);
177
close
(child_out[0]);
178
close
(child_out[1])
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java
52
socket.
close
();
97
client.
close
();
98
socket.
close
();
170
theSocket.
close
();
199
theSocket.
close
();
200
worker.
close
();
201
server.
close
();
209
theSocket.
close
();
225
theSocket.
close
();
226
theSocket2.
close
();
[
all
...]
/external/apache-harmony/support/src/test/java/tests/support/
Support_ServerSocket.java
36
public void
close
() throws IOException;
method in interface:Support_ServerSocket
Support_Socket.java
33
public void
close
() throws IOException;
method in interface:Support_Socket
/external/apache-http/src/org/apache/http/
HttpConnection.java
54
public void
close
() throws IOException;
method in interface:HttpConnection
/external/chromium_org/third_party/WebKit/Source/core/history/
BackForwardClient.h
51
virtual void
close
() = 0;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
xxd.pl
39
close
($input);
45
close
($output);
/external/chromium_org/tools/gyp/test/actions-multiple/src/
filter.py
12
fh.
close
()
/external/chromium_org/tools/gyp/test/actions-none/src/
fake_cross.py
12
fh.
close
()
/external/chromium_org/tools/gyp/test/custom-generator/
mygenerator.py
14
f.
close
()
/external/chromium_org/tools/gyp/test/restat/src/
create_intermediate.py
17
open(outfile, "wb").
close
()
touch.py
16
open(fname, 'w').
close
()
/external/chromium_org/tools/gyp/test/win/vs-macros/
test_exists.py
10
open(sys.argv[2], 'w').
close
()
/external/dhcpcd/compat/
closefrom.c
40
r +=
close
(i);
/external/e2fsprogs/lib/ext2fs/
getsectsize.c
58
close
(fd);
63
close
(fd);
84
close
(fd);
89
close
(fd);
/external/javassist/src/main/javassist/
ClassPath.java
66
void
close
();
method in interface:ClassPath
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Connector.java
57
public void
close
();
method in interface:Connector
/external/linux-tools-perf/util/
run-command.c
7
close
(fd[0]);
8
close
(fd[1]);
15
close
(fd);
24
* In case of errors we must keep the promise to
close
FDs
32
close
(cmd->out);
46
close
(cmd->in);
58
close
(cmd->in);
62
close
(cmd->out);
78
close
(cmd->in);
97
close
(cmd->out)
[
all
...]
/external/zlib/src/contrib/iostream/
test.cpp
20
os.
close
();
/external/zlib/src/contrib/iostream3/
test.cc
20
outf.
close
();
30
inf.
close
();
37
outf.
close
();
46
inf.
close
();
/frameworks/base/core/java/android/content/res/
XmlResourceParser.java
26
* an additional
close
() method on this interface for the client to indicate
31
*
Close
this interface to the resource. Calls on the interface are no
34
public void
close
();
method in interface:XmlResourceParser
/libnativehelper/include/nativehelper/
ScopedFd.h
31
close
(fd);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java
25
* passed to a component that wants to explicitly
close
the stream even if
48
public void
close
() {
method in class:CloseShieldInputStream
Completed in 318 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>