/external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/ |
ActivateFonts.mm | 42 // Work around <rdar://problem/6698023> by activating fonts from disk
|
/frameworks/base/core/java/android/speech/tts/ |
UtteranceProgressListener.java | 27 * output will have been written to disk for file synthesis requests.
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseStressTest.java | 81 * and when disk run out
|
/frameworks/base/drm/java/android/drm/ |
DrmOutputStream.java | 35 * writing to disk, similar to a {@link FilterOutputStream}.
|
/frameworks/volley/src/com/android/volley/toolbox/ |
Volley.java | 32 /** Default on-disk cache directory. */
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
BinaryTempFileBody.java | 48 * @param filePath The file containing the data to be stored on disk temporarily
|
/packages/experimental/procstatlog/ |
procstatreport.py | 116 <span style="font-size: 150%%">disk: %(device)s</span><br> 532 os.path.join(files_dir, "disk%d.csv" % num)) 535 "id": cgi.escape("disk%d" % num), 536 "id_js": json.write("disk%d" % num), 542 "filename_js": json.write("%s/disk%d.csv" % (files_url, num)), 556 os.path.join(files_dir, "disk%d_time.csv" % num)) 559 "id": cgi.escape("disk%d_time" % num), 560 "id_js": json.write("disk%d_time" % num), 562 "filename_js": json.write("%s/disk%d_time.csv" % (files_url, num)),
|
/packages/providers/CalendarProvider/res/values-sl/ |
strings.xml | 30 <string name="debug_tool_message" msgid="4862486669932821937">"1) Na kartico SD/disk USB boste kopirali zbirko podatkov koledarja, ki jo bo lahko bral vsak program, in 2) jo poslali po e-po?ti. Ne pozabite je izbrisati, takoj ko jo uspe?no kopirate iz naprave ali dobite e-po?to."</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
tftp.h | 70 #define ENOSPACE 3 /* disk full or allocation exceeded */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
fcntl.h | 37 #define O_DIRECT 00040000 /* direct disk access hint */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 49 * An on-disk inode number 90 * Order is important, need to be able to read old superblocks to do on-disk 129 __be64 ri_addr; /* grp block disk address */ 178 gfs2_quota structures on disk:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
tftp.h | 70 #define ENOSPACE 3 /* disk full or allocation exceeded */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
fcntl.h | 37 #define O_DIRECT 00040000 /* direct disk access hint */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 49 * An on-disk inode number 90 * Order is important, need to be able to read old superblocks to do on-disk 129 __be64 ri_addr; /* grp block disk address */ 178 gfs2_quota structures on disk:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
tftp.h | 70 #define ENOSPACE 3 /* disk full or allocation exceeded */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
fcntl.h | 37 #define O_DIRECT 00040000 /* direct disk access hint */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 49 * An on-disk inode number 90 * Order is important, need to be able to read old superblocks to do on-disk 129 __be64 ri_addr; /* grp block disk address */ 178 gfs2_quota structures on disk:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AvdManagerAction.java | 53 // to check whether the SDK has changed on disk.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ExportScreenshotAction.java | 34 /** Saves the current layout editor's rendered image to disk */
|
/system/core/gpttool/ |
gpttool.c | 130 fprintf(stderr,"partition '%s' does not fit on disk\n", name); 151 "usage: gpttool write <disk> [ <partition> ]*\n" 152 " gpttool read <disk>\n" 279 fprintf(stderr,"< simulating 16GB disk >\n\n");
|
/external/zlib/src/contrib/minizip/ |
zip.c | 610 /* number of the disk with the start of the zip64 end of central directory */ 652 uLong number_disk_with_CD; /* number the the disk with central dir, used 702 /* number of this disk */ 706 /* number of the disk with the start of the central directory */ 710 /* total number of entries in the central directory on this disk */ 726 starting disk number */ 744 /* number of this disk */ 748 /* number of the disk with the start of the central directory */ 752 /* total number of entries in the central dir on this disk */ 776 /* offset of start of central directory with respect to the starting disk number * [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | 50 * <p>StrictMode is most commonly used to catch accidental disk or 52 * operations are received and animations take place. Keeping disk 59 * <p class="note">Note that even though an Android device's disk is 62 * almost all disk accesses are fast, but may in individual cases be 101 * many cases of disk access are often necessary during the normal activity lifecycle. Use 106 * guaranteed to find all disk or network accesses. While it does 109 * effort mechanism. Notably, disk or network access from JNI calls 373 * disk operations but will likely expand in future releases. 401 * Enable detection of disk reads. 408 * Disable detection of disk reads [all...] |
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
ImageCache.java | 30 * This class holds our bitmap caches (memory and disk). 97 * Adds a bitmap to both memory and disk cache.
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_storage.h | 79 // BookmarkModel uses the BookmarkStorage to load bookmarks from disk, as well 94 // Schedules saving the bookmark bar model to disk.
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.h | 84 // Records current uptime and disk usage for metrics use. 149 std::string disk; member in struct:chromeos::BootTimesLoader::Stats
|