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

<<131132133134135136137138139140>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 38 f.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 33 self.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunau.py 41 The open file pointer must have methods read(), seek(), and close().
64 close() -- close the instance (make it unusable)
68 The close() method is called automatically when the class instance
75 close().
92 close() -- patch up the file header and close the
101 close() to patch up the sizes in the header.
102 The close() method is called automatically when the class instance
162 self.close()
278 def close(self): member in class:Au_read
399 def close(self): member in class:Au_write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py 337 """Called to shutdown and close an individual request."""
447 self.socket.close()
466 """Called to shutdown and close an individual request."""
468 #explicitly shutdown. socket.close() merely releases
469 #the socket and waits for GC to perform the actual close.
477 request.close()
503 # No need to close anything.
562 self.close_request(request) #close handle in parent process
710 self.wfile.close()
711 self.rfile.close()
    [all...]
sunau.py 41 The open file pointer must have methods read(), seek(), and close().
64 close() -- close the instance (make it unusable)
68 The close() method is called automatically when the class instance
75 close().
92 close() -- patch up the file header and close the
101 close() to patch up the sizes in the header.
102 The close() method is called automatically when the class instance
162 self.close()
278 def close(self): member in class:Au_read
399 def close(self): member in class:Au_write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 93 db.close()
133 self.close()
187 def close(self, *args, **kwargs): member in class:DBShelf
188 self.db.close(*args, **kwargs)
280 # close, delete, fd, get_byteswapped, get_type, has_key,
294 self.close()
379 # close, count, delete, get_recno, join_item
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 49 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_scripts.py 78 f.close()
test_config.py 117 f.close()
test_config_cmd.py 35 f.close()
test_core.py 59 f.close()
test_file_util.py 38 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 33 self.close()
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 69 try { fo.close(); } catch (Exception e) { }
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 70 mOutputStream.close();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 85 public boolean close() { method in class:LintListDialog
87 return super.close();
224 close(); method
299 close(); method
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 92 specFile.close();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java 102 file.close();
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 54 ::close(m_sock);
  /system/core/adb/
transport_usb.c 115 t->close = remote_close;
  /system/core/debuggerd/
crasher.c 35 close(s);
debuggerd.c 70 close(fd);
304 close(fd);
375 close(fd);
421 close(fd);
  /system/core/fastbootd/
commands.c 182 close(old_fd);
  /system/core/libcutils/
socket_local_client.c 160 close(s);
  /system/core/libion/
ion.c 43 return close(fd);

Completed in 247 milliseconds

<<131132133134135136137138139140>>