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
8416
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/bench/btl/generic_bench/utils/
xy_file.hh
52
input_file.
close
();
72
outfile.
close
();
/external/eigen/scripts/
relicense.py
60
fo.
close
()
66
fo.
close
()
/external/elfutils/src/tests/
dwarf-getstring.c
51
close
(fd);
73
close
(fd);
/external/google-breakpad/src/testing/gtest/xcode/Scripts/
versiongenerate.py
67
config_file.
close
()
100
version_file.
close
()
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XML.java
124
* @return true if the
close
tag is processed.
191
//
Close
tag </
195
throw x.syntaxError("Mismatched
close
tag" + t);
201
throw x.syntaxError("Misshaped
close
tag");
411
// Emit the </tagname>
close
tag
/external/guava/guava/src/com/google/common/hash/
HashingOutputStream.java
68
// Overriding
close
() because FilterOutputStream's
close
() method pre-JDK8 has bad behavior:
69
// it silently ignores any exception thrown by flush(). Instead, just
close
the delegate stream.
71
@Override public void
close
() throws IOException {
method in class:HashingOutputStream
72
out.
close
();
/external/guava/guava/src/com/google/common/io/
CountingOutputStream.java
62
// Overriding
close
() because FilterOutputStream's
close
() method pre-JDK8 has bad behavior:
63
// it silently ignores any exception thrown by flush(). Instead, just
close
the delegate stream.
65
@Override public void
close
() throws IOException {
method in class:CountingOutputStream
66
out.
close
();
/external/guava/guava-tests/test/com/google/common/io/
TestByteSink.java
70
public void
close
() throws IOException {
method in class:TestByteSink.Out
72
super.
close
();
TestByteSource.java
69
public void
close
() throws IOException {
method in class:TestByteSource.In
71
super.
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/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp
15
// void
close
();
29
fs.
close
();
38
fs.
close
();
/external/libxml2/python/
setup.py
40
open("libxmlmods/__init__.py","w").
close
()
120
head.
close
()
121
generated.
close
()
122
result.
close
()
145
head.
close
()
146
generated.
close
()
147
result.
close
()
213
manifest.
close
()
setup.py.in
40
open("libxmlmods/__init__.py","w").
close
()
120
head.
close
()
121
generated.
close
()
122
result.
close
()
145
head.
close
()
146
generated.
close
()
147
result.
close
()
213
manifest.
close
()
/external/llvm/utils/
findsym.pl
32
close
SYMS;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultHidingSink.java
39
@Override public void
close
() throws IOException {
method in class:FaultHidingSink
42
super.
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/protobuf/examples/
add_person.py
48
f.
close
()
58
f.
close
()
/external/protobuf/gtest/xcode/Scripts/
versiongenerate.py
67
config_file.
close
()
100
version_file.
close
()
/external/strace/tests/
uio.c
21
assert(!
close
(fd));
26
assert(!
close
(fd));
/external/valgrind/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/vogar/src/vogar/tasks/
ExtractJarResourceTask.java
48
out.
close
();
49
in.
close
();
/external/zlib/src/contrib/iostream2/
zstream_test.cpp
11
out.
close
();
16
in.
close
();
Completed in 1886 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>