/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 53 connection-close behavior for certain requests. For example, it 54 is impossible to tell whether the server will close the connection 361 self.will_close = _UNKNOWN # conn will close at end of response 386 self.close() 457 # will the connection close at the end of the response? 482 # WILL close. 494 if conn and "close" in conn.lower(): 515 # otherwise, assume it will close 518 def close(self): member in class:HTTPResponse 520 self.fp.close() 777 def close(self): member in class:HTTPConnection 1140 def close(self): member in class:HTTP [all...] |
toaiff.py | 82 os.close(fd) 105 os.close(fd)
|
wave.py | 8 The open file pointer must have methods read(), seek(), and close(). 31 close() -- close the instance (make it unusable) 35 The close() method is called automatically when the class instance 42 close(). 60 close() -- patch up the file header and close the 69 close() to patch up the sizes in the header. 70 The close() method is called automatically when the class instance 99 _file -- the open file with methods read(), close(), and seek( 181 def close(self): member in class:Wave_read 437 def close(self): member in class:Wave_write [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler'] 107 close = os.close variable 210 close = win32.CloseHandle variable 255 os.close(rfd) 263 ht.Close() 264 close(rhandle) 280 to_child.close() 384 from_parent.close() 499 file.close() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
argvemulator.py | 30 def close(self): member in class:ArgvCollector 45 self.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 220 ofi.close() 224 ofi.close()
|
test_ssl.py | 217 s.close() 227 s.close() 236 s.close() 248 s.close() 280 s.close() 297 s.close() 308 s.close() 320 f.close() 323 # Closing the SSL socket should close the fd too 324 ss.close() 471 def close(self): member in class:.ThreadedEchoServer.ConnectionHandler [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 52 f.close() 149 f.close()
|
ftplib.py | 285 sock.close() 346 conn.close() 363 sock.close() 415 conn.close() 444 fp.close() 445 conn.close() 470 conn.close() 495 conn.close() 581 '''Quit, and close the connection.''' 583 self.close() 586 def close(self): member in class:FTP [all...] |
httplib.py | 53 connection-close behavior for certain requests. For example, it 54 is impossible to tell whether the server will close the connection 361 self.will_close = _UNKNOWN # conn will close at end of response 386 self.close() 457 # will the connection close at the end of the response? 482 # WILL close. 494 if conn and "close" in conn.lower(): 515 # otherwise, assume it will close 518 def close(self): member in class:HTTPResponse 520 self.fp.close() 777 def close(self): member in class:HTTPConnection 1140 def close(self): member in class:HTTP [all...] |
toaiff.py | 82 os.close(fd) 105 os.close(fd)
|
wave.py | 8 The open file pointer must have methods read(), seek(), and close(). 31 close() -- close the instance (make it unusable) 35 The close() method is called automatically when the class instance 42 close(). 60 close() -- patch up the file header and close the 69 close() to patch up the sizes in the header. 70 The close() method is called automatically when the class instance 99 _file -- the open file with methods read(), close(), and seek( 181 def close(self): member in class:Wave_read 437 def close(self): member in class:Wave_write [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler'] 107 close = os.close variable 210 close = win32.CloseHandle variable 255 os.close(rfd) 263 ht.Close() 264 close(rhandle) 280 to_child.close() 384 from_parent.close() 499 file.close() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 220 ofi.close() 224 ofi.close()
|
test_ssl.py | 217 s.close() 227 s.close() 236 s.close() 248 s.close() 280 s.close() 297 s.close() 308 s.close() 320 f.close() 323 # Closing the SSL socket should close the fd too 324 ss.close() 471 def close(self): member in class:.ThreadedEchoServer.ConnectionHandler [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_rwops.h | 61 /** Close and free an allocated SDL_FSops structure */ 62 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops 126 #define SDL_RWclose(ctx) (ctx)->close(ctx)
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_rwops.h | 61 /** Close and free an allocated SDL_FSops structure */ 62 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops 126 #define SDL_RWclose(ctx) (ctx)->close(ctx)
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_rwops.h | 61 /** Close and free an allocated SDL_FSops structure */ 62 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops 126 #define SDL_RWclose(ctx) (ctx)->close(ctx)
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Socket.java | 178 public boolean close() { method in class:Socket 192 socket.close();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
InputDensityDialog.java | 96 public boolean close() { method in class:InputDensityDialog 106 return super.close();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
IFileWrapper.java | 72 public void close() throws IOException { 73 super.close();
|
/system/core/fastbootd/ |
transport.c | 37 thandle->transport->close(thandle); 80 close(fd);
|
/system/core/libcutils/ |
qtaguid.c | 41 * It should not close it unless it is really done with all the socket tags. 79 close(fd); 95 close(param_fd);
|
/system/core/sh/ |
eval.c | 143 close(fds[0]); 151 close(fds[1]); 509 close(prevfd); 516 close(0); 518 close(prevfd); 521 close(pip[0]); 523 close(1); 525 close(pip[1]); 531 close(prevfd); 533 close(pip[1]) [all...] |
/system/core/toolbox/ |
syren.c | 120 close(fd); 150 close(fd);
|