Searched defs:close (Results 251 - 275 of 1738) sorted by relevance

<<11121314151617181920>>

/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_fstream.c68 this->close();
81 basic_filebuf<_CharT, _Traits>::close() { function in class:_Traits
92 // Note order of arguments. We close the file even if __ok is false.
480 // returns eof. Error mode is sticky; it is cleared only by close or
575 // returns eof. Error mode is sticky; it is cleared only by close or
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Daifc.py59 The open file pointer must have methods read(), seek(), and close().
82 close() -- close the instance (make it unusable)
86 The close() method is called automatically when the class instance
93 close().
116 close() -- patch up the file header and close the
125 close() to patch up the sizes in the header.
127 close() after all frames have been written.
128 The close() metho
359 def close(self): member in class:Aifc_read
734 def close(self): member in class:Aifc_write
[all...]
H A Dasyncore.py403 def close(self): member in class:dispatcher
409 self.socket.close()
478 # since there is an error, we'll go ahead and close the socket
521 self.log_info('unhandled close event', 'warning')
522 self.close()
581 x.close()
635 def close(self): member in class:.file_wrapper
636 os.close(self.fd)
H A Drexec.py48 def close(self): member in class:FileWrapper
63 for m in FileBase.ok_file_methods + ('close',):
576 fp.close()
H A Dsmtplib.py192 def close(self): member in class:.SSLFakeFile
324 self.close()
357 self.close()
361 self.close()
411 self.close()
743 def close(self): member in class:SMTP
746 self.file.close()
749 self.sock.close()
756 self.close()
826 self.sock.close()
[all...]
H A Dssl.py294 def close(self): member in class:SSLSocket
297 socket.close(self)
360 newsock.close()
370 # close=True so as to decrement the reference count when done with
372 return _fileobject(self, mode, bufsize, close=True)
450 s.close()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A Drpc.py139 def close(self): member in class:SocketIO
143 sock.close()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
H A DStandard_Suite.py20 def close(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
21 """close: Close an object.
389 """closeable - Whether the window has a close box. """
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
H A DStandard_Suite.py20 def close(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
21 """close: Close an object.
389 """closeable - Whether the window has a close box. """
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_wsgiref.py187 it.close()
547 def close(self): member in class:HandlerTests.testCloseOnError.error_app.CrashyIterable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Daifc.py59 The open file pointer must have methods read(), seek(), and close().
82 close() -- close the instance (make it unusable)
86 The close() method is called automatically when the class instance
93 close().
116 close() -- patch up the file header and close the
125 close() to patch up the sizes in the header.
127 close() after all frames have been written.
128 The close() metho
359 def close(self): member in class:Aifc_read
734 def close(self): member in class:Aifc_write
[all...]
H A Dasyncore.py403 def close(self): member in class:dispatcher
409 self.socket.close()
478 # since there is an error, we'll go ahead and close the socket
521 self.log_info('unhandled close event', 'warning')
522 self.close()
581 x.close()
635 def close(self): member in class:.file_wrapper
636 os.close(self.fd)
H A Drexec.py48 def close(self): member in class:FileWrapper
63 for m in FileBase.ok_file_methods + ('close',):
576 fp.close()
H A Dsmtplib.py192 def close(self): member in class:.SSLFakeFile
324 self.close()
357 self.close()
361 self.close()
411 self.close()
743 def close(self): member in class:SMTP
746 self.file.close()
749 self.sock.close()
756 self.close()
826 self.sock.close()
[all...]
H A Dssl.py294 def close(self): member in class:SSLSocket
297 socket.close(self)
360 newsock.close()
370 # close=True so as to decrement the reference count when done with
372 return _fileobject(self, mode, bufsize, close=True)
450 s.close()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A Drpc.py139 def close(self): member in class:SocketIO
143 sock.close()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_wsgiref.py187 it.close()
547 def close(self): member in class:HandlerTests.testCloseOnError.error_app.CrashyIterable
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
H A Dokio-1.9.0.jar ... java.io.IOException e boolean throwOnTimeout public void close () throws java.io.IOException java.io. ...
/prebuilts/tools/common/m2/repository/io/netty/netty-resolver/4.1.0.CR3/
H A Dnetty-resolver-4.1.0.CR3.jar ... .Promise) throws java.lang.Exception public void close () } io/netty/resolver/AddressResolverGroup.class AddressResolverGroup.java package ...
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
H A Dokio-1.6.0.jar ... java.io.IOException e boolean throwOnTimeout public void close () throws java.io.IOException java.io. ...
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
H A Dokio-1.8.0.jar ... java.io.IOException e boolean throwOnTimeout public void close () throws java.io.IOException java.io. ...
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
H A Dokhttp-ws-2.7.4.jar ... io.IOException e okio.Buffer payload public void close (int, java.lang.String) throws java.io ...
/prebuilts/tools/common/m2/repository/io/netty/netty-resolver/4.1.6.Final/
H A Dnetty-resolver-4.1.6.Final.jar ... .Promise) throws java.lang.Exception public void close () } io/netty/resolver/AddressResolverGroup.class AddressResolverGroup.java package ...
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A D_pyio.py325 ### Flush and close ###
337 def close(self): member in class:IOBase
338 """Flush and close the IO object.
349 """Destructor. Calls close()."""
352 # deleted, and then the close() call might fail. Since
356 self.close()
429 """Context management protocol. Calls close()"""
430 self.close()
717 ### Flush and close ###
724 def close(sel member in class:_BufferedIOMixin
1211 def close(self): member in class:BufferedRWPair
1571 def close(self): member in class:TextIOWrapper
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
H A Ddbobj.py42 def close(self, *args, **kwargs): member in class:DBEnv
43 return self._cobj.close(*args, **kwargs)
146 def close(self, *args, **kwargs): member in class:DB
147 return self._cobj.close(*args, **kwargs)
239 def close(self, *args, **kwargs): member in class:DBSequence
240 return self._cobj.close(*args, **kwargs)

Completed in 9453 milliseconds

<<11121314151617181920>>