OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1026 - 1050
of
8652
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py
45
from multiprocessing.forking import Popen, duplicate,
close
, ForkingPickler
namespace
73
close
(process_handle)
94
close
(h)
128
close
(handle_wanted)
129
conn.
close
()
158
conn.
close
()
194
close
(fd)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py
40
p.stdout.
close
()
41
p.stderr.
close
()
79
p.stdin.
close
()
81
p.stdout.
close
()
111
script_file.
close
()
129
zip_file.
close
()
134
# zip_file.
close
()
162
zip_file.
close
()
169
# zip_file.
close
()
test_epoll.py
52
skt.
close
()
75
ep.
close
()
95
ep.
close
()
103
ep.
close
()
123
ep.
close
()
139
ep.
close
()
215
server.
close
()
test_file2k.py
28
self.f.
close
()
36
self.f.
close
()
60
self.f.
close
()
70
self.f.
close
()
104
self.f.
close
()
112
f.
close
()
123
# __exit__ should
close
the file
152
self.f.
close
()
165
self.f.
close
()
170
self.f.
close
()
426
def
close
(self):
member in class:FileSubclassTests.testExit.C
[
all
...]
test_pty.py
54
# isatty() and
close
() can hang on some platforms. Set an alarm
83
# My guess is that since we open and
close
the slave fd
110
os.
close
(slave_fd)
111
os.
close
(master_fd)
194
os.
close
(master_fd)
206
self.fds = [] # A list of file descriptors to
close
.
216
os.
close
(fd)
269
os.
close
(masters[1])
270
socketpair[1].
close
()
271
os.
close
(write_to_stdin_fd
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py
108
os.
close
(fdout)
116
rv = f.
close
()
141
f.
close
()
155
rv = f.
close
()
162
f.
close
()
190
f.
close
()
249
f.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py
45
from multiprocessing.forking import Popen, duplicate,
close
, ForkingPickler
namespace
73
close
(process_handle)
94
close
(h)
128
close
(handle_wanted)
129
conn.
close
()
158
conn.
close
()
194
close
(fd)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py
40
p.stdout.
close
()
41
p.stderr.
close
()
79
p.stdin.
close
()
81
p.stdout.
close
()
111
script_file.
close
()
129
zip_file.
close
()
134
# zip_file.
close
()
162
zip_file.
close
()
169
# zip_file.
close
()
test_epoll.py
52
skt.
close
()
75
ep.
close
()
95
ep.
close
()
103
ep.
close
()
123
ep.
close
()
139
ep.
close
()
215
server.
close
()
test_file2k.py
28
self.f.
close
()
36
self.f.
close
()
60
self.f.
close
()
70
self.f.
close
()
104
self.f.
close
()
112
f.
close
()
123
# __exit__ should
close
the file
152
self.f.
close
()
165
self.f.
close
()
170
self.f.
close
()
426
def
close
(self):
member in class:FileSubclassTests.testExit.C
[
all
...]
test_pty.py
54
# isatty() and
close
() can hang on some platforms. Set an alarm
83
# My guess is that since we open and
close
the slave fd
110
os.
close
(slave_fd)
111
os.
close
(master_fd)
194
os.
close
(master_fd)
206
self.fds = [] # A list of file descriptors to
close
.
216
os.
close
(fd)
269
os.
close
(masters[1])
270
socketpair[1].
close
()
271
os.
close
(write_to_stdin_fd
[
all
...]
/system/core/toolbox/upstream-netbsd/bin/mv/
mv.c
270
(void)
close
(from_fd);
276
(void)
close
(from_fd);
277
(void)
close
(to_fd);
289
(void)
close
(from_fd);
290
(void)
close
(to_fd);
299
(void)
close
(from_fd);
327
if (
close
(to_fd)) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java
386
if (stmt != null) stmt.
close
();
431
if (stmt != null) stmt.
close
();
475
if (stmt != null) stmt.
close
();
517
if (stmt != null) stmt.
close
();
537
if (stmt != null) stmt.
close
();
556
if (stmt != null) stmt.
close
();
575
if (stmt != null) stmt.
close
();
662
if (stmt != null) stmt.
close
();
704
if (stmt != null) stmt.
close
();
750
if (stmt != null) stmt.
close
();
[
all
...]
/external/ppp/pppd/
sys-solaris.c
311
close
(fd);
320
close
(fd);
333
close
(fd);
353
close
(fd);
368
close
(fd);
408
close
(fd);
419
close
(fd);
439
close
(fd);
454
close
(fd);
638
close
(ifd)
[
all
...]
/bionic/tests/
stdlib_test.cpp
280
close
(fd);
286
close
(fd);
303
close
(fd);
313
close
(fd);
325
close
(fd);
334
close
(fd);
344
close
(fd);
354
close
(fd);
362
close
(fd);
/libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java
65
this.channel1.
close
();
72
this.channel2.
close
();
79
this.server1.
close
();
131
this.channel1.
close
();
143
this.channel1.
close
();
163
this.channel1.
close
();
209
this.server1.
close
();
309
sc.
close
();
325
sc.
close
();
/system/extras/sound/
playwav.c
92
close
(afd);
225
close
(fd);
278
close
(afd);
285
close
(fd);
289
close
(afd);
290
close
(fd);
309
close
(fd);
324
close
(fd);
325
close
(afd);
/cts/libs/deviceutil/src/android/cts/util/
FileUtils.java
127
out.
close
();
145
output.
close
();
157
is.
close
();
/cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java
76
cursorWrapper.
close
();
113
cursorWrapper.
close
();
203
cursorWrapper.
close
();
280
cursorWrapper.
close
();
320
cursorWrapper.
close
();
350
cursorWrapper.
close
();
388
cursorWrapper.
close
();
396
cursorWrapper.
close
();
402
cursorWrapper.
close
();
437
cursorWrapper.
close
();
[
all
...]
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingSupport.java
77
fw.
close
();
96
fw.
close
();
100
fw.
close
();
/external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java
188
tmpsocket.
close
();
192
public void
close
() throws IOException {
method in class:SocketHttpClientConnection
210
this.socket.
close
();
SocketHttpServerConnection.java
186
tmpsocket.
close
();
190
public void
close
() throws IOException {
method in class:SocketHttpServerConnection
204
this.socket.
close
();
/external/bison/lib/
w32spawn.h
61
close
(fd);
86
close
(tempfd);
92
close
(origfd);
/external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/
LocalTunnelBridgeTest.java
55
mServerSocket.
close
();
77
socket.
close
();
92
socket.
close
();
/external/chromium_org/components/test/data/password_manager/
run_tests.py
47
results.
close
()
83
results.
close
()
100
xml.
close
()
Completed in 2893 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>