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

<<101102103104105106107108109110>>

  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 51 c.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProviderImpl.java 57 public void close() { method in class:SuggestionsProviderImpl
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java 47 public void close() { method in class:AbstractGoogleSourceResult
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PbapServerProfile.java 135 mService.close();
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 62 * time and when close() is called. This is only used for remote stores - should be null
69 * Forces a close of the MailProvider. Any further access will attempt to
74 public abstract void close(boolean expunge); method in class:Folder
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 243 metadataCursor.close();
261 if (metadataCursor != null) metadataCursor.close();
275 if (metadataCursor != null) metadataCursor.close();
345 file.close();
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
MemInfoReader.java 70 is.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 135 * Close this input stream - resets the internal state to
140 public void close() throws IOException { method in class:NullInputStream
NullReader.java 119 * Close this Reader - resets the internal state to
124 public void close() throws IOException { method in class:NullReader
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryTextBody.java 66 out.close();
TempFileTextBody.java 66 out.close();
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 62 in.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 128 public void close() { method in class:Dictionary
  /packages/inputmethods/PinyinIME/jni/share/
utf16reader.cpp 121 bool Utf16Reader::close() { function in class:ime_pinyin::Utf16Reader
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 91 profileContactIdLookup.close();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 66 c.close();
188 c.close();
265 c.close();
283 c.close();
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaUpgradeReceiver.java 84 db.close();
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
CursorPhotoSource.java 77 current.cursor.close();
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 32 def close(self): member in class:_GdbFile
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 32 def close(self): member in class:_GdbFile
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 15 #ifdef __GNUC__ /* mingw is more close to __unix__ than msvc */
28 #define close _close macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 6 #ifdef __GNUC__ /* mingw is more close to unix than msvc */
19 #define close _close macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h 135 * close the PCM; optional
137 int (*close)(snd_pcm_extplug_t *ext); member in struct:snd_pcm_extplug_callback
pcm_ioplug.h 140 * close the PCM; optional
142 int (*close)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 15 #ifdef __GNUC__ /* mingw is more close to __unix__ than msvc */
28 #define close _close macro

Completed in 859 milliseconds

<<101102103104105106107108109110>>