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

<<111112113114115116117118119120>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBinaryDictionary.java 120 public synchronized void close() { method in class:UserBinaryDictionary
125 super.close();
186 if (null != cursor) cursor.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
SparseTable.java 188 lookupTableOutStream.close();
192 contentTableOutStreams[i].close(); method
206 inStream.close();
Ver3DictEncoder.java 61 private void close() throws IOException { method in class:Ver3DictEncoder
63 mOutStream.close();
112 close(); method
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java 142 os.close();
159 is.close();
162 os.close();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
SyncCalendarTest.java 98 cursor.close();
131 cursor.close();
160 cursor.close();
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 185 cursor.close();
214 cursor.close();
260 reader.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 199 def close(self) : member in class:bsdTableDB.__init__.cursor_py3k
200 return self._dbcursor.close()
252 def close (self) : member in class:bsdTableDB.__init__.db_py3k
253 return self._db.close()
275 self.close()
277 def close(self): member in class:bsdTableDB
279 self.db.close()
282 self.env.close()
303 cur.close()
306 cur.close()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 67 fdst.close()
69 fsrc.close()
231 f.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 47 def close(self): member in class:LogReader
48 self._reader.close()
175 fp.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 125 self.close()
187 def close(self, event=None): member in class:ReplaceDialog
188 SearchDialogBase.close(self, event)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 227 pipe.close()
233 temp.close()
236 pipe.close()
shelve.py 26 d.close() # close it
46 to the persistent mapping when you call d.close(). This ensures that
50 of memory for the cache, and it may make d.close() very slow, if you
53 actually mutate, so it must cache, and write back at close, all of the
142 def close(self): member in class:Shelf
145 self.dict.close()
148 # Catch errors that may happen when close is called from __del__
159 self.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 51 self.close()
53 def close(self): member in class:MiniApplication
130 def close(self): member in class:AEServer
cfmfile.py 57 dstfile.close()
158 f.close()
187 infile.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutants.py 191 f.close()
221 f.close()
288 f.close()
test_ossaudiodev.py 82 dsp.close()
158 dsp.close()
170 dsp.close()
test_unicode_file.py 145 f.close()
153 os.close(f)
163 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 199 def close(self) : member in class:bsdTableDB.__init__.cursor_py3k
200 return self._dbcursor.close()
252 def close (self) : member in class:bsdTableDB.__init__.db_py3k
253 return self._db.close()
275 self.close()
277 def close(self): member in class:bsdTableDB
279 self.db.close()
282 self.env.close()
303 cur.close()
306 cur.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 67 fdst.close()
69 fsrc.close()
231 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 47 def close(self): member in class:LogReader
48 self._reader.close()
175 fp.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 125 self.close()
187 def close(self, event=None): member in class:ReplaceDialog
188 SearchDialogBase.close(self, event)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 227 pipe.close()
233 temp.close()
236 pipe.close()
shelve.py 26 d.close() # close it
46 to the persistent mapping when you call d.close(). This ensures that
50 of memory for the cache, and it may make d.close() very slow, if you
53 actually mutate, so it must cache, and write back at close, all of the
142 def close(self): member in class:Shelf
145 self.dict.close()
148 # Catch errors that may happen when close is called from __del__
159 self.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutants.py 191 f.close()
221 f.close()
288 f.close()
test_ossaudiodev.py 82 dsp.close()
158 dsp.close()
170 dsp.close()

Completed in 765 milliseconds

<<111112113114115116117118119120>>