OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
801 - 825
of
8652
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py
147
self.addCleanup(p.stdout.
close
)
148
self.addCleanup(p.stderr.
close
)
169
self.addCleanup(p.stdout.
close
)
170
self.addCleanup(p.stderr.
close
)
179
self.addCleanup(p.stdout.
close
)
180
self.addCleanup(p.stdin.
close
)
209
p.stdin.
close
()
241
self.addCleanup(p.stdout.
close
)
270
self.addCleanup(p.stderr.
close
)
303
self.addCleanup(p.stdout.
close
)
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java
133
readOnlyFileChannel.
close
();
140
writeOnlyFileChannel.
close
();
147
readWriteFileChannel.
close
();
154
fis.
close
();
179
datagramChannelSender.
close
();
186
datagramChannelReceiver.
close
();
193
serverSocketChannel.
close
();
200
socketChannelSender.
close
();
207
socketChannelReceiver.
close
();
215
pipe.source().
close
();
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java
211
is.
close
();
285
is.
close
();
316
is.
close
();
438
is.
close
();
623
out.
close
();
627
in.
close
();
676
out.
close
();
680
in.
close
();
713
out.
close
();
716
in.
close
();
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java
125
cursor.
close
();
131
cursor.
close
();
142
cursor.
close
();
156
cursor.
close
();
161
cursor.
close
();
166
cursor.
close
();
173
cursor.
close
();
178
cursor.
close
();
191
cursor.
close
();
198
cursor.
close
();
[
all
...]
/libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java
50
rs.
close
();
51
st.
close
();
53
fail("Couldn't
close
Statement object");
67
conn.
close
();
109
rs.
close
();
255
if (rs1 != null) rs1.
close
();
258
st1.
close
();
290
st2.
close
();
326
rs.
close
();
333
if (st2 != null) st2.
close
();
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.cc
200
// We're done writing.
Close
.
209
// We're done reading.
Close
.
283
close
(child_stdin_);
286
close
(child_stdout_);
311
close
(stdin_pipe[0]);
312
close
(stdin_pipe[1]);
313
close
(stdout_pipe[0]);
314
close
(stdout_pipe[1]);
339
close
(stdin_pipe[0]);
340
close
(stdout_pipe[1])
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
subprocess.cc
197
// We're done writing.
Close
.
206
// We're done reading.
Close
.
280
close
(child_stdin_);
283
close
(child_stdout_);
308
close
(stdin_pipe[0]);
309
close
(stdin_pipe[1]);
310
close
(stdout_pipe[0]);
311
close
(stdout_pipe[1]);
334
close
(stdin_pipe[0]);
335
close
(stdout_pipe[1])
[
all
...]
/frameworks/native/opengl/libs/EGL/
egl_cache.cpp
251
close
(fd);
261
close
(fd);
275
close
(fd);
282
close
(fd);
302
close
(fd);
310
close
(fd);
319
close
(fd);
327
close
(fd);
333
close
(fd);
342
close
(fd)
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
BufferedInputStreamTest.java
123
//
Close
underlying FileInputStream, all but 1 buffered bytes should
125
isBytes.
close
();
173
bis.
close
();
185
* java.io.BufferedInputStream#
close
()
188
new BufferedInputStream(isBytes).
close
();
192
buf.
close
();
215
public void
close
() {
226
bufin.
close
();
303
buf.
close
();
369
bis.
close
();
[
all
...]
/libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java
63
conn.
close
();
64
statement.
close
();
89
userTab.
close
();
176
result.
close
();
180
result.
close
();
192
result.
close
();
214
result.
close
();
228
result.
close
();
256
result.
close
();
307
result.
close
();
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py
162
c.
close
()
163
d.
close
()
201
c.
close
()
202
d.
close
()
217
f.
close
()
230
d.
close
()
235
f.
close
()
253
d.
close
()
257
f.
close
()
296
c.
close
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py
162
c.
close
()
163
d.
close
()
201
c.
close
()
202
d.
close
()
217
f.
close
()
230
d.
close
()
235
f.
close
()
253
d.
close
()
257
f.
close
()
296
c.
close
()
[
all
...]
/libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java
101
readOnlyFileChannel.
close
();
108
writeOnlyFileChannel.
close
();
115
readWriteFileChannel.
close
();
122
fis.
close
();
159
fis.
close
();
165
fis.
close
();
182
fos.
close
();
203
fos.
close
();
284
readOnlyFileChannel.
close
();
292
writeOnlyFileChannel.
close
();
[
all
...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java
84
h.
close
();
179
h.
close
();
213
h.
close
();
250
h.
close
();
264
h.
close
();
296
h.
close
();
312
h.
close
();
407
* Test
close
() when having sufficient privilege, and a record has been
427
h.
close
();
431
h.
close
();
[
all
...]
/external/skia/tests/
PathOpsSkpTest.cpp
19
path.
close
();
78
pathB.
close
();
99
pathB.
close
();
154
pathB.
close
();
260
pathB.
close
();
287
pathB.
close
();
388
path.
close
();
396
path.
close
();
418
path.
close
();
425
pathB.
close
();
[
all
...]
/bionic/libc/bionic/
tmpfile.cpp
84
close
(fd);
95
// Failure. Clean up. We already unlinked, so we just need to
close
.
97
close
(fd);
/bionic/tests/
sys_epoll_test.cpp
66
close
(fds[0]);
67
close
(fds[1]);
sys_statvfs_test.cpp
51
close
(fd);
58
close
(fd);
sys_vfs_test.cpp
52
close
(fd);
59
close
(fd);
/cts/common/device-side/util/src/com/android/compatibility/common/util/
FileCopyHelper.java
84
source.
close
();
87
target.
close
();
/cts/libs/deviceutil/src/android/cts/util/
FileCopyHelper.java
84
source.
close
();
87
target.
close
();
/cts/tools/dasm/src/dasm/
Main.java
90
close
(inp);
101
close
(inp);
161
close
(hr_outp);
162
close
(outp);
169
close
(hr_outp);
170
close
(outp);
176
private static void
close
(Closeable c) {
method in class:Main
179
c.
close
();
/dalvik/dx/src/com/android/multidex/
ArchivePathElement.java
55
public void
close
() throws IOException {
method in class:ArchivePathElement
56
archive.
close
();
/development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java
64
cursor.
close
();
76
cursor.
close
();
ContactAccessorSdk5.java
71
cursor.
close
();
83
cursor.
close
();
Completed in 775 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>