Searched defs:close (Results 1 - 23 of 23) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DDataProvider.java127 public void close() { method in class:DataProvider
128 mHelper.close();
387 localSQLiteDatabase.close();
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java106 public void close() { method in class:NotesDbAdapter
107 mDbHelper.close();
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
H A DNotesDbAdapter.java106 public void close() { method in class:NotesDbAdapter
107 mDbHelper.close();
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java106 public void close() { method in class:NotesDbAdapter
107 mDbHelper.close();
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
H A DNotesDbAdapter.java106 public void close() { method in class:NotesDbAdapter
107 mDbHelper.close();
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java106 public void close() { method in class:NotesDbAdapter
107 mDbHelper.close();
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
H A DNotesDbAdapter.java106 public void close() { method in class:NotesDbAdapter
107 mDbHelper.close();
/development/ndk/sources/android/libportable/arch-mips/
H A Dfilefd.c48 * marked as close-on-execute. For example testing import code with:
62 * the files with close-on-execute semantics.
418 int WRAP(close)(int fd) function
425 rv = REAL(close)(fd);
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DSimpleMenu.java184 public void close() { method in class:SimpleMenu
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DImageCache.java249 out.close();
252 snapshot.getInputStream(DISK_CACHE_INDEX).close();
261 out.close();
328 inputStream.close();
422 public void close() { method in class:ImageCache
427 mDiskLruCache.close();
434 Log.e(TAG, "close - " + e);
H A DDiskLruCache.java204 reader.close();
242 closeable.close();
428 journalWriter.close();
450 writer.close();
684 public synchronized void close() throws IOException { method in class:DiskLruCache
694 journalWriter.close();
712 close();
764 @Override public void close() { method in class:DiskLruCache.Snapshot
878 @Override public void close() { method in class:DiskLruCache.Editor.FaultHidingOutputStream
880 out.close();
[all...]
/development/ndk/platforms/android-3/include/linux/sunrpc/
H A Dxprt.h89 void (*close)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dsgiarcs.h220 LONG close; member in struct:linux_romvec
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jar ... = " (java.lang.String) String tag public void close () public void flush () public void write (char[], int, int) char ...

Completed in 530 milliseconds