OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
2976 - 3000
of
8652
) sorted by null
<<
111
112
113
114
115
116
117
118
119
120
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_select.py
50
p.
close
()
test_thread.py
238
os.
close
(self.read_fd)
242
os.
close
(self.write_fd)
250
os.
close
(self.read_fd)
255
os.
close
(self.write_fd)
test_urllib2net.py
79
# calling .
close
() on urllib2's response objects should
close
the
92
response.
close
()
120
f.
close
()
176
res.
close
()
192
# Some sites do not send Connection:
close
header.
195
URL = 'http://www.imdb.com' # No Connection:
close
238
f.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py
78
# Note to self: don't move the
close
()! Asynchronous servers shouldn't
79
# call
close
() from finish_response(), so if you
close
() anywhere but
92
self.
close
()
118
"""Send any iterable data, then
close
self and the iterable
123
'self.
close
()' once the response is finished.
131
self.
close
()
252
def
close
(self):
member in class:BaseHandler
253
"""
Close
the iterable (if needed) and reset all instance vars
258
if hasattr(self.result,'
close
')
[
all
...]
validate.py
86
- That .
close
() is not called
94
- That .
close
() is not called, and no other methods are provided.
107
- That .
close
() is called (doesn't raise exception, only prints to
138
(except for a failure to
close
the application iterator, which
217
def
close
(self):
member in class:InputWrapper
218
assert_(0, "input.
close
() must not be called")
236
def
close
(self):
member in class:ErrorWrapper
237
assert_(0, "errors.
close
() must not be called")
278
def
close
(self):
member in class:IteratorWrapper
280
if hasattr(self.original_iterator, '
close
')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementInclude.py
85
file.
close
()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java
71
fis.
close
();
/system/core/adb/
test_track_devices.c
96
close
(s);
test_track_jdwp.c
96
close
(s);
/system/core/init/
keychords.c
85
close
(fd);
/system/core/libcutils/
ashmem-host.c
83
close
(fd);
uevent.c
115
close
(s);
/system/core/libutils/
SystemClock.cpp
125
close
(fd);
/system/core/toolbox/
insmod.c
45
close
(fd);
mkswap.c
91
close
(fd);
uptime.c
66
close
(fd);
/system/extras/tests/storage/
wipe_blkdev.c
128
close
(fd);
/bionic/libc/tools/zoneinfo/
ZoneCompactor.java
87
reader.
close
();
162
reader.
close
();
172
f.
close
();
/bionic/tests/
sys_mman_test.cpp
78
close
(tf.fd);
150
close
(tf.fd);
158
close
(tf.fd);
/bootable/recovery/
install.cpp
67
close
(fd);
124
close
(pipefd[0]);
129
close
(pipefd[1]);
/cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java
243
out.
close
();
247
in.
close
();
344
in.
close
();
/cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java
131
c.
close
();
146
c.
close
();
157
c.
close
();
189
c.
close
();
198
c.
close
();
210
c.
close
();
219
c.
close
();
271
c.
close
();
275
c.
close
();
285
c.
close
();
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
BuildTest.java
118
scanner.
close
();
139
scanner.
close
();
164
scanner.
close
();
FileObserverTest.java
67
mOut.
close
();
84
* observer should get create-child
close
-nowrite delete-child delete-self events.
101
mOut.
close
(); // close_write
119
mOut.
close
();
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java
109
c.
close
();
182
c.
close
();
243
c.
close
();
287
c.
close
();
347
c.
close
();
361
c.
close
();
370
c.
close
();
374
c.
close
();
389
c.
close
();
399
c.
close
();
[
all
...]
Completed in 701 milliseconds
<<
111
112
113
114
115
116
117
118
119
120
>>