/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
xmlreader.py | 99 finished with a call to close the reset method must be called to 107 interface using the feed, close and reset methods of the 125 self.close() 141 def close(self): member in class:IncrementalParser 151 close may raise SAXException.""" 155 """This method is called after close has been called to reset 157 results of calling parse or feed after close without calling
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 47 f.close() 53 f.close()
|
StringIO.py | 7 f.close() # explicitly release resources held 81 def close(self): member in class:StringIO 261 the StringIO object's close() method is called. 321 f.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_distributed_transactions.py | 47 self.db.close() 48 self.dbenv.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 105 tar.close() 171 zip.close()
|
emxccompiler.py | 278 f.close() 308 out.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dir_util.py | 95 f.close() 114 fh.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 71 def close(self, event=None): member in class:Debugger 76 self.stackviewer.close(); self.stackviewer = None 77 # Clean up pyshell if user clicked debugger control close widget. 81 # Now close the debugger control window.... 91 top.wm_protocol("WM_DELETE_WINDOW", self.close) 92 self.top.bind("<Escape>", self.close) 249 sv.close() 271 lv.close() 283 gv.close() 480 def close(self) member in class:NamespaceViewer [all...] |
GrepDialog.py | 78 self.close() 130 def close(self, event=None): member in class:GrepDialog
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_defaultdict.py | 92 f.close() 170 f.close()
|
test_largefile.py | 172 f.close() 176 f.close()
|
test_timeout.py | 20 self.sock.close() 107 self.sock.close()
|
test_zipimport_support.py | 123 z.close() 128 zip_file.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
xmlreader.py | 99 finished with a call to close the reset method must be called to 107 interface using the feed, close and reset methods of the 125 self.close() 141 def close(self): member in class:IncrementalParser 151 close may raise SAXException.""" 155 """This method is called after close has been called to reset 157 results of calling parse or feed after close without calling
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Connection.java | 143 socket.close(); 147 // Close all the pending sockets, and clear pending socket list. 150 pending_socket.close();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 239 int close = text.lastIndexOf(oldName); local 241 if (open != -1 && close != -1) { 244 if (close != open) { // Gracefully handle <FooLayout/> 245 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close, oldLength, name)); 378 int close = text.lastIndexOf(oldName); local 380 if (open != -1 && close != -1) { 384 if (close != open) { // Gracefully handle <FooLayout/> 385 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 159 out.close(); 194 reader.close();
|
/system/core/adb/ |
adb.h | 90 /* flag: quit adbd when both ends close the 125 /* close is called by the peer when it has gone away. 127 ** peer once our close method is called. 129 void (*close)(asocket *s); member in struct:asocket 175 void (*close)(atransport *t); member in struct:atransport
|
/system/core/toolbox/ |
iftop.c | 91 ret = close(s); 93 perror("close"); 179 ret = close(fd); 181 perror("close");
|
/system/extras/ext4_utils/ |
ext2simg.c | 237 close(infd); 250 close(outfd);
|
/system/extras/libpagemap/ |
pm_process.c | 203 close(fd); 214 close(proc->pagemap_fd);
|
/system/extras/tests/ext4/ |
rand_emmc_perf.c | 19 * out. Without O_SYNC, the close(2) blocks until all the dirty buffers are written 172 close(fd); 174 /* The close can take a while when in write_mode as buffers are flushed. 253 close(fd2);
|
/system/netd/ |
NatController.cpp | 274 close(quota_fd); 309 close(quota_fd);
|
/external/chromium_org/third_party/lcov-1.9/bin/ |
geninfo | 428 close(DUMMY_HANDLE); 1153 close(INFO_HANDLE); 1287 close(SOURCE); 1372 close(INPUT); [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCDatabaseMetaData.java | 544 s.close(); 548 s.close(); 606 s.close(); 610 s.close(); 748 s0.close(); 749 s1.close(); 792 s2.close(); 875 s0.close(); 911 s1.close(); 947 s1.close(); [all...] |