HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1901 - 1925 of 8652) sorted by null

<<71727374757677787980>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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);
transport_socket.c 65 close(handle->fd);
141 socket_transport->transport.close = socket_close;
  /system/core/libcutils/
qtaguid.c 42 * It should not close it unless it is really done with all the socket tags.
80 close(fd);
96 close(param_fd);
  /system/core/toolbox/
syren.c 120 close(fd);
154 close(fd);
  /system/extras/tests/bionic/libc/common/
test_udp.c 96 close(s);
117 close(s);
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 69 mDatabase.close();
157 testCursor.close();
223 testCursor.close();
254 testCursor.close();
282 testCursor.close();
343 testCursor.close();
376 testCursor.close();
413 testCursor.close();
426 testCursor.close();
445 testCursor.close();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 150 target.close();
154 source.close();
186 outputEmptyStream.close();
189 inputEmptyStream.close();
192 inputStream.close();
233 outputEmptyStream.close();
236 inputEmptyStream.close();
239 inputStream.close();
283 outputEmptyStream.close();
286 inputEmptyStream.close();
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 321 close(sk);
347 close(sk);
363 close(sk);
366 close(sk);
385 close(sk);
425 close(fd);
436 close(fd);
477 close(fd);
536 BTIF_TRACE_DEBUG("btpan_close_handle : close handle %d", p->handle);
647 btpan_conn_t* conn = btpan_find_conn_handle(p_data->close.handle)
    [all...]
  /external/chromium_org/ipc/
ipc_channel_posix.cc 78 // close its copy of the client socket and remove the mapping.
83 // connects. Once the client connects, the server will close the original
85 // object closes, it will close the only remaining copy of the client socket
207 Close();
221 if (IGNORE_EINTR(close(pipe_fds[0])) < 0)
222 PLOG(ERROR) << "close";
223 if (IGNORE_EINTR(close(pipe_fds[1])) < 0)
224 PLOG(ERROR) << "close";
364 // There is a bug on OSX which makes it dangerous to close
369 // letting us know that it is now safe to close the fil
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 86 close($outFH);
152 close($inFH);
222 close($outFH);
231 close($outFH);
240 close($outFH);
249 close($outFH);
261 close($outFH);
279 close($outFH);
298 close($outFH);
355 close($outFH)
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 86 close($outFH);
152 close($inFH);
222 close($outFH);
231 close($outFH);
240 close($outFH);
249 close($outFH);
261 close($outFH);
279 close($outFH);
298 close($outFH);
355 close($outFH)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 378 close(drv->sock);
381 close(drv->dhcp_sock);
425 close(s);
428 close(s);
450 close(s);
453 close(s);
474 close(s);
477 close(s);
532 close(s);
535 close(s)
    [all...]

Completed in 475 milliseconds

<<71727374757677787980>>