HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 2701 - 2725 of 7589) sorted by null

<<101102103104105106107108109110>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 42 fp.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 85 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 249 """Signoff: commit changes on server, unlock mailbox, close connection."""
254 self.file.close()
255 self.sock.close()
345 self.sock.close()
392 """Signoff: commit changes on server, unlock mailbox, close connection."""
397 self.sock.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 12 self.cx.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 29 fp.close()
test_dircache.py 23 f.close()
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/fastboot/
usb_linux.c 295 close(fd);
301 close(fd);
413 close(fd);
425 close(fd);
  /system/core/init/
keychords.c 85 close(fd);
  /system/core/libcutils/
ashmem-host.c 77 close(fd);
uevent.c 115 close(s);
  /system/core/libutils/
SystemClock.cpp 143 close(fd);
  /system/core/sh/
input.c 443 close(fd);
467 close(parsefile->fd);
525 close(pf->fd);
554 * Close the file(s) that the shell is reading commands from. Called
560 * This code is (probably) unnecessary as the 'close on exec' flag is
562 * to close the fds as another fork() may be done later to feed data
563 * from a 'here' document into a pipe and we don't want to close the
574 close(parsefile->fd);
  /system/core/toolbox/
insmod.c 44 close(fd);
mkswap.c 92 close(fd);
  /system/extras/fatblock/
fdpool.c 85 close(pfd->fd);
  /system/extras/tests/ext4/
corrupt_gdt_free_blocks.c 96 close(fd);

Completed in 790 milliseconds

<<101102103104105106107108109110>>