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
8652
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/gyp/test/external-cross-compile/src/
fake_cross.py
15
subfile.
close
()
18
fh.
close
()
tochar.py
12
src.
close
()
13
dst.
close
()
/external/compiler-rt/test/tsan/
fd_close_norace2.cc
12
close
(pipes[0]);
13
close
(pipes[1]);
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java
32
public void
close
(Reader reader) throws IOException {
method in class:BaseResourceLoader
33
reader.
close
();
/frameworks/ex/common/java/com/android/common/io/
MoreCloseables.java
30
cursor.
close
();
40
assetFileDescriptor.
close
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py
13
w.
close
()
15
r.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py
13
w.
close
()
15
r.
close
()
/libcore/luni/src/test/java/libcore/java/io/
OldObjectInputOutputStreamTest.java
39
os.
close
();
51
is.
close
();
63
os.
close
();
75
is.
close
();
87
os.
close
();
99
is.
close
();
111
os.
close
();
123
is.
close
();
135
os.
close
();
147
is.
close
();
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileReaderTest.java
45
bw.
close
();
49
br.
close
();
60
bw.
close
();
65
br.
close
();
66
fis.
close
();
77
bw.
close
();
81
br.
close
();
95
* Tears down the fixture, for example,
close
a network connection. This
100
bw.
close
();
105
br.
close
();
[
all
...]
FileInputStreamTest.java
98
fos.
close
();
110
is.
close
();
119
fos.
close
();
120
fis.
close
();
128
is.
close
();
142
is.
close
();
152
is.
close
();
166
is.
close
();
174
is.
close
();
188
fis2.
close
();
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
make-hosted
30
close
TEMPLATE;
34
close
DRIVER_TEMPLATE;
38
close
RESULTS_TEMPLATE;
62
close
TESTLIST;
70
close
SCRIPT;
87
close
OUTPUT;
94
close
OUTPUT;
101
close
PREFIX;
107
close
CONTENTS;
/external/strace/tests/
scm_rights.c
33
(void)
close
(3);
42
assert(
close
(sv[0]) == 0);
44
assert(
close
(sv[1]) == 0);
56
assert(
close
(1) == 0);
62
assert(
close
(sv[1]) == 0);
64
assert(
close
(sv[0]) == 0);
67
assert(
close
(0) == 0);
/hardware/intel/img/libdrm/tests/
gem_basic.c
42
struct drm_gem_close
close
;
local
45
printf("Testing error return on bad
close
ioctl.\n");
47
close
.handle = 0x10101010;
48
ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &
close
);
57
struct drm_gem_close
close
;
local
67
close
.handle = create.handle;
68
ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &
close
);
84
close
(fd);
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerQuadralaterals_Test.cpp
19
path.
close
();
24
path.
close
();
34
path.
close
();
39
path.
close
();
49
path.
close
();
54
path.
close
();
64
path.
close
();
69
path.
close
();
79
path.
close
();
84
path.
close
();
[
all
...]
/external/qemu/android/base/files/
ScopedFd.h
23
// Helper class to hold an integer file descriptor, and have the '
close
'
34
// Destructor calls
close
().
35
~ScopedFd() {
close
(); }
50
//
Close
the file descriptor (and make the wrapped value invalid).
51
void
close
() {
function in class:android::base::ScopedFd
54
::
close
(fd_);
/external/skia/experimental/Intersection/
EdgeWalkerQuadralaterals_Test.cpp
19
path.
close
();
24
path.
close
();
34
path.
close
();
39
path.
close
();
49
path.
close
();
54
path.
close
();
64
path.
close
();
69
path.
close
();
79
path.
close
();
84
path.
close
();
[
all
...]
/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
137
// The client program may
close
its stdin and/or stdout and/or stderr
140
// if either the parent or the child tries to
close
or duplicate these
146
close
(child_fds[j][0]);
147
close
(child_fds[j][1]);
159
close
(child_fds[j][0]);
160
close
(child_fds[j][1]);
170
close
(child_in[0]);
171
close
(child_in[1]);
172
close
(child_out[0]);
173
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
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/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
35
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
59
public void
close
() throws IOException;
method in interface:HttpConnection
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
HandleOwner.java
24
* @see java.io.Closeable#
close
()
27
public void
close
();
method in interface:HandleOwner
/external/chromium_org/third_party/WebKit/Source/core/events/
EventQueue.h
46
virtual void
close
() = 0;
Completed in 481 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>