/cts/tests/tests/security/src/android/security/cts/ |
VoldExploitTest.java | 130 * request to add a new disk, followed by a fake request to add 293 + "\0DEVTYPE=disk\0").getBytes("ASCII");
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
ExampleAgent.java | 56 /** The app's current data, read from the live disk file */ 90 // badly wrong with the app's data on disk, and we do not want
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentFragment.java | 316 // We perform the actual disk write operations on a separate thread using the 323 * Compress and write the bitmap to disk on a separate thread.
|
/external/bluetooth/glib/ |
README.in | 96 on-disk encoding on Unix, but UTF-8 on Windows. All GLib functions 103 On current (NT-based) Windows versions, where the on-disk file names
|
/external/chromium/chrome/browser/download/ |
save_file_manager.h | 9 // thread for saving data in order to avoid disk activity on either network IO 35 // file_thread (writes to disk)
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 301 // bookmarks file on disk. |save| controls whether the newly loaded 340 // TODO(akalin): Actually close the database and flush it to disk 341 // (and make StartSync reload from disk). This would require [all...] |
/external/e2fsprogs/lib/blkid/ |
read.c | 2 * read.c - read the blkid cache from disk, to avoid scanning all devices 53 * <TIME="time"> (ascii time_t) time this entry was last read from disk
|
/external/grub/stage2/ |
start_eltorito.S | 280 * EBIOS disk address packet 313 sectors from the start of the disk, sector 0 */
|
/external/icu4c/i18n/unicode/ |
msgfmt.h | 270 * "The disk \"{1}\" contains {0} file(s).", success ); 277 * // output: The disk "MyDisk" contains 0 file(s). 278 * // output: The disk "MyDisk" contains 1 file(s). 279 * // output: The disk "MyDisk" contains 1,273 file(s). 290 * "=0{There are no files on disk \"{disk_name}\".}" 291 * "=1{There is one file on disk \"{disk_name}\".}" 292 * "other{There are # files on disk \"{disk_name}\".}}", 304 * There are no files on disk "MyDisk". [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Constants.java | 27 public static final int SQLITE_IOERR = 10; /* Some kind of disk I/O error occurred */ 28 public static final int SQLITE_CORRUPT = 11; /* The database disk image is malformed */
|
/external/linux-tools-perf/Documentation/ |
perf-script.txt | 47 using 'live-mode' i.e. without writing anything to disk. <script> 61 i.e. without writing anything to disk. <top-script> is the name
|
/external/quake/quake/src/WinQuake/data/ |
RLICNSE.TXT | 23 hard disk or other storage device. You may create a map editor,
106 single hard disk provided you keep the original solely for back-up or
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebdatabase.cpp | 373 * Returns the actual size of the #WebKitWebDatabase space on disk in bytes. 396 * Returns the absolute filename to the #WebKitWebDatabase file on disk.
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePluginStream.cpp | 271 // This happens only rarely, when we are out of disk space or have a disk I/O error.
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
process-bitmap.jd | 44 disk or a network location (or really any source other than memory). The time this data takes to 45 load is unpredictable and depends on a variety of factors (speed of reading from disk or network,
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeAgent.java | 57 /** The app's current data, read from the live disk file */ 91 // badly wrong with the app's data on disk, and we do not want
|
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | 248 * MessageFormat form = new MessageFormat("The disk \"{1}\" contains {0} file(s)."); 253 * The disk "MyDisk" contains 0 file(s). 254 * The disk "MyDisk" contains 1 file(s). 255 * The disk "MyDisk" contains 1,273 file(s). 266 * MessageFormat form = new MessageFormat("The disk \"{1}\" contains {0}."); 276 * The disk "MyDisk" contains no files. 277 * The disk "MyDisk" contains one file. 278 * The disk "MyDisk" contains 1,273 files. [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
userdict.h | 201 // whole disk file size or in-mem dict size 398 // On-disk format for each lemma
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoStore.java | 38 * Photo storage system that stores the files directly onto the hard disk 82 * Clears the photo storage. Deletes all files from disk.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 275 * the new properties on disk. Saving the properties on disk, via
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDeviceManager.java | 249 * Saves the user-made {@link LayoutDevice}s to disk. 383 // save the document to disk
|
/external/e2fsprogs/ext2ed/doc/ |
ext2ed-design.sgml | 197 system, provides accesses to the entire disk as though it were a general 264 there were various structures which I assumed they are disk images - Appear 265 exactly like that on the disk. 757 <Literal remap="tt">Disk activity - disk.c</Literal> 759 <Literal remap="tt">disk.c</Literal> is handles the lower level interaction with the 760 device. All disk activity is passed through this file - The various 761 functions through the source code request disk actions from the 772 In a similar way to <Literal remap="tt">disk.c</Literal>, the user-interface functions and 813 disk. [all...] |
/bootable/recovery/tools/ota/ |
check-lost+found.c | 70 sync(); // Make sure the marker file is committed to disk
|
/external/bluetooth/glib/build/win32/ |
module.defs | 88 # Note this was is specific to what tml happened to have on his disk
|
/external/chromium/base/win/ |
win_util.cc | 87 // This can be slow if Windows ends up going to disk. Should watch this key
|