HomeSort by relevance Sort by last modified time
    Searched full:partition (Results 51 - 75 of 1083) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/
storage_partition_impl_map.h 49 // partition.
61 // Each StoragePartition is uniquely identified by which partition domain
63 // partition name and the bit indicating whether it should be persisted on
78 const std::string& partition,
81 partition_name(partition),
112 // This must always be called *after* |partition| has been added to the
118 void PostCreateInitialization(StoragePartitionImpl* partition,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 95 public void setIndexedPartition(int partition) {
96 this.mIndexedPartition = partition;
117 * @return relative position of the section in the indexed partition
128 * @param position relative position in the indexed partition
176 int partition = getPartitionForPosition(position); local
177 if (partition == mIndexedPartition) {
193 // Compute the item position where the current partition begins
  /system/vold/
cryptfs.h 18 * partition that is encrypted, or in a separate partition. It's location
25 * of the partition if the crypt_mnt_ftr lives at the end of the
26 * partition.
45 #define CRYPT_MNT_KEY_UNENCRYPTED 0x1 /* The key for the partition is not encrypted. */
76 partition, null terminated */
82 * real_blkdevice or the metadata partition. */
  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 55 final DirectoryPartition partition = local
57 final long directoryId = partition.getDirectoryId();
58 final String sourceName = partition.getLabel();
  /system/core/gpttool/
gpttool.c 102 mbr[0x1c2] = 0xEE; // GPT partition
125 fprintf(stderr,"partition '%s' overlaps partition table\n", name);
130 fprintf(stderr,"partition '%s' does not fit on disk\n", name);
144 fprintf(stderr,"out of partition table entries\n");
151 "usage: gpttool write <disk> [ <partition> ]*\n"
153 " gpttool test [ <partition> ]*\n"
155 "partition: [<name>]:<size>[kmg] | @<file-of-partitions>\n"
224 fprintf(stderr,"invalid partition entry: %s\n", x);
234 fprintf(stderr,"partition size must be multiple of 512\n")
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
webview_tag.html 124 <h3 id="partition">partition</h3>
126 <pre>&lt;webview id="foo" src="http://www.google.com/" style="width:640px; height:480px" <strong>partition="persist:googlepluswidgets"</strong>>&lt;/webview></pre>
130 Storage partition ID used by the <code>webview</code> tag.
131 If the storage partition ID starts with <code>persist:</code>
132 (<code>partition="persist:googlepluswidgets"</code>),
133 the <code>webview</code> will use a persistent storage partition
135 with the same storage partition ID.
137 the <code>webview</code> will use an in-memory storage partition.
139 since the storage partition of an active renderer process cannot change
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 111 ALOGE("Partition type required: %s", pinfo->name);
121 ALOGE("Unsupported partition type found: %s", tmp);
179 /* find the partition scheme */
181 ALOGE("partition scheme is required");
186 ALOGE("'gpt' partition scheme not supported yet.");
189 ALOGE("Unknown partition scheme specified: %s", tmp);
220 ALOGE("Device must specify partition list");
252 ALOGE("Could not re-read partition table. REBOOT!. (errno=%d)", errno);
265 * every single partition, but did not account for the extra needed space,
347 /* add up all the partition sizes and make sure it fits *
    [all...]
  /bootable/recovery/
install.h 29 // cache partition.
  /development/ndk/platforms/android-3/include/linux/
genhd.h 42 struct partition { struct
  /external/grub/
TODO 72 partition. (We already have the code, but need an approval by an
76 partition, so that it won't be accidentally erased or modified by
87 ? Add a partition naming syntax that means ``the first partition of
  /external/kernel-headers/original/asm-mips/sn/
types.h 18 typedef signed char partid_t; /* partition ID type */
  /external/libvpx/libvpx/vp8/common/
header.h 22 /* Allow 2^20 bytes = 8 megabits for first partition */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
genhd.h 42 struct partition { struct

Completed in 2020 milliseconds

1 23 4 5 6 7 8 91011>>