HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 326 - 350 of 2804) sorted by null

<<11121314151617181920>>

  /build/core/tasks/
factory_ramdisk.mk 77 $(call pretty,"Target factory ram disk file system: $@")
88 $(call pretty,"Target factory ram disk img format: $@")
  /developers/samples/android/testing/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/activityinstrumentation/
MainActivity.java 32 * Basic activity with a spinner. The spinner should persist its position to disk every time a
95 // to disk, using a SharedPreferences file.
  /development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/
MainActivity.java 32 * Basic activity with a spinner. The spinner should persist its position to disk every time a
95 // to disk, using a SharedPreferences file.
  /external/chromium/base/threading/
thread_restrictions.h 26 // 2) If a function makes a call that will go out to disk, check whether the
33 // if you put them as close to the disk access as possible, at the
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 38 // Prefix for the disk usage files.
39 static const FilePath::CharType kDiskPrefix[] = FPL("disk-");
44 // Delay in milliseconds before writing the login times to disk.
237 const std::string& disk) {
245 AppendFile(disk_output, disk.data(), disk.size());
313 RecordStatsDelayed, name, stats.uptime, stats.disk));
322 file_util::ReadFileToString(kDiskStat, &stats.disk);
  /external/chromium/chrome/browser/extensions/
convert_user_script_unittest.cc 47 // Make sure the files actually exist on disk.
86 // Make sure the files actually exist on disk.
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.h 10 // The bloom filter manages it serialization to disk with the following file
48 // Loading and storing the filter from / to disk.
  /external/chromium/net/disk_cache/
disk_cache.h 5 // Defines the public interface of the disk cache. For more details see
6 // http://dev.chromium.org/developers/design-documents/disk-cache
46 // any backend that performs operations on a disk. The returned pointer can be
57 // The root interface for a disk cache instance.
72 // object representing the specified disk cache entry. When the entry pointer
81 // Entry object representing the newly created disk cache entry. When the
140 // This interface represents an entry in the disk cache.
288 // object that refers to the same physical disk entry.
  /external/chromium_org/chrome/app/
image_pre_reader_win.h 47 // The max_chunk_size indicates the number of bytes to read off the disk in
60 // where reading through the file on disk serves to warm up the page cache.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.h 101 // BookmarkModel uses the BookmarkStorage to load bookmarks from disk, as well
117 // Schedules saving the bookmark bar model to disk.
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_database.h 113 // Saves data to disk and updates |success|.
120 // Loads contacts from disk and updates |success|.
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.cc 53 const DiskMountManager::Disk* GetVolumeAsDisk(const std::string& mount_path) {
61 const DiskMountManager::Disk* disk = disk_mount_manager->FindDiskBySourcePath( local
64 return (disk && disk->is_hidden()) ? NULL : disk;
70 const DiskMountManager::Disk* volume) {
514 const DiskMountManager::Disk* volume = GetVolumeAsDisk(file_path.value());
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 286 std::vector<disks::DiskMountManager::Disk> BurnManager::GetBurnableDevices() {
636 const disks::DiskMountManager::Disk& disk) {
637 FOR_EACH_OBSERVER(Observer, observers_, OnDeviceAdded(disk));
641 const disks::DiskMountManager::Disk& disk) {
642 FOR_EACH_OBSERVER(Observer, observers_, OnDeviceRemoved(disk));
644 if (target_device_path_.value() == disk.device_path()) {
  /external/chromium_org/chrome/browser/mac/
dock.h 29 // icon from a disk image into the Dock and then clicked on the new icon
42 // will be treated as a browser. If the user renames an application on disk,
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.h 40 // The on-disk format looks like:
70 // Persist the set on disk.
  /external/chromium_org/content/browser/dom_storage/
dom_storage_task_runner.h 21 // primary access from queuing up behind commits to disk.
27 // * Internal tasks related to committing changes to disk are performed as
  /external/chromium_org/content/browser/
storage_partition_impl.h 59 // StoragePartition's on-disk storage.
63 // on to disk.
  /external/chromium_org/gpu/command_buffer/service/
gpu_switches.cc 62 // Disables the GPU shader on disk cache.
63 const char kDisableGpuShaderDiskCache[] = "disable-gpu-shader-disk-cache";
  /external/chromium_org/net/base/
net_errors_win.cc 81 case ERROR_HANDLE_DISK_FULL: // The disk is full.
89 case ERROR_DISK_FULL: // There is not enough space on the disk.
  /external/chromium_org/third_party/sqlite/src/test/
fallocate.test 53 # the database file based on the size of the file on disk, not the actual
58 # on disk, not to the minimum size required to hold the database image.
quota.test 79 } {1 {database or disk is full}}
102 } {1 {database or disk is full}}
149 } {1 {database or disk is full}}
191 } {1 {database or disk is full}}
194 } {1 {database or disk is full}}
197 } {1 {database or disk is full}}
200 } {1 {database or disk is full}}
264 } {1 {database or disk is full}}
  /external/e2fsprogs/lib/blkid/
libblkid.3.in 31 than root, or those not in the "disk" group) to locate devices by label/id.
39 devices will be scanned at most one time and the on-disk cache will be
  /external/e2fsprogs/lib/ext2fs/
dosio.h 4 * Disk I/O include file for the ext2fs/DOS library.
110 * Macros to check for disk hardware errors
ext3_extents.h 22 * this is extent on-disk structure
33 * this is index on-disk structure
  /external/grub/stage2/
disk_inode.h 79 mach_daddr_t Mb_db[FFS_NDADDR]; /* 40: disk block addresses */
97 * Same structure, but on disk.

Completed in 908 milliseconds

<<11121314151617181920>>