/bootable/diskinstaller/ |
installer.conf | 9 partition boot 15 partition system 21 partition data 27 partition cache 32 partition third_party 38 # partition system
|
/frameworks/ex/common/java/com/android/common/widget/ |
CompositeCursorAdapter.java | 34 public static class Partition { 42 public Partition(boolean showIfEmpty, boolean hasHeader) { 60 private ArrayList<Partition> mPartitions; 72 mPartitions = new ArrayList<Partition>(); 80 * Registers a partition. The cursor for that partition can be set later. 85 addPartition(new Partition(showIfEmpty, hasHeader)); 88 public void addPartition(Partition partition) { 89 mPartitions.add(partition); [all...] |
/external/kernel-headers/original/linux/mtd/ |
partitions.h | 18 * Partition definition structure: 20 * An array of struct partition is passed along with a MTD object to 23 * For each partition, these fields are available: 24 * name: string that will be used to label the partition's MTD device. 25 * size: the partition size; if defined as MTDPART_SIZ_FULL, the partition 28 * defined as MTDPART_OFS_APPEND, the partition will start where the 31 * master MTD flag set for the corresponding MTD partition. 32 * For example, to force a read-only partition, simply adding 41 u_int32_t size; /* partition size * [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactEntryListAdapter.java | 132 DirectoryPartition partition = new DirectoryPartition(true, true); local 133 partition.setDirectoryId(Directory.DEFAULT); 134 partition.setDirectoryType(getContext().getString(R.string.contactsList)); 135 partition.setPriorityDirectory(true); 136 partition.setPhotoSupported(true); 137 partition.setLabel(mDefaultFilterHeaderText.toString()); 138 return partition; 153 final Partition partition = getPartition(i); local 154 if ((partition instanceof DirectoryPartition 166 Partition partition = getPartition(i); local 179 Partition partition = getPartition(i); local 200 Partition partition = getPartition(i); local 218 Partition partition = getPartition(i); local 384 DirectoryPartition partition = new DirectoryPartition(false, true); local 403 Partition partition = getPartition(i); local 423 Partition partition = getPartition(partitionIndex); local 502 Partition partition = getPartition(i); local 528 Partition partition = getPartition(i); local 550 Partition partition = getPartition(partitionIndex); local 586 int partition = getPartitionForPosition(position); local 617 Partition partition = getPartition(partitionIndex); local [all...] |
PinnedHeaderListAdapter.java | 25 * A subclass of {@link CompositeCursorAdapter} that manages pinned partition headers. 60 protected boolean isPinnedPartitionHeaderVisible(int partition) { 61 return getPinnedPartitionHeadersEnabled() && hasHeader(partition) 62 && !isPartitionEmpty(partition); 67 * partition header. 70 public View getPinnedHeaderView(int partition, View convertView, ViewGroup parent) { 71 if (hasHeader(partition)) { 80 view = newHeaderView(getContext(), partition, null, parent); 85 bindHeaderView(view, partition, getCursor(partition)); 121 int partition = getPartitionForPosition(position); local 144 int partition = getPartitionForPosition(position - 1); local [all...] |
/external/kernel-headers/original/linux/ |
blkpg.h | 5 * Partition table and disk geometry handling 10 * get_whole_disk() (given the device number of a partition, 15 * Partition stuff: 25 * For today, only the partition stuff - aeb, 990515 52 int pno; /* partition number */ 53 char devname[BLKPG_DEVNAMELTH]; /* partition name, like sda5 or c0d1p2,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
blkpg.h | 5 * Partition table and disk geometry handling 10 * get_whole_disk() (given the device number of a partition, 15 * Partition stuff: 25 * For today, only the partition stuff - aeb, 990515 51 int pno; /* partition number */ 52 char devname[BLKPG_DEVNAMELTH]; /* partition name, like sda5 or c0d1p2,
|
genhd.h | 28 LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */ 38 FREEBSD_PARTITION = 0xa5, /* FreeBSD Partition ID */ 39 OPENBSD_PARTITION = 0xa6, /* OpenBSD Partition ID */ 40 NETBSD_PARTITION = 0xa9, /* NetBSD Partition ID */ 41 BSDI_PARTITION = 0xb7, /* BSDI Partition ID */ 42 MINIX_PARTITION = 0x81, /* Minix Partition ID */ 47 struct partition { struct 52 unsigned char sys_ind; /* What partition type */ 57 unsigned int nr_sects; /* nr of sectors in partition */ 68 __le16 s_tag; /* ID tag of partition */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
blkpg.h | 5 * Partition table and disk geometry handling 10 * get_whole_disk() (given the device number of a partition, 15 * Partition stuff: 25 * For today, only the partition stuff - aeb, 990515 51 int pno; /* partition number */ 52 char devname[BLKPG_DEVNAMELTH]; /* partition name, like sda5 or c0d1p2,
|
genhd.h | 28 LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */ 38 FREEBSD_PARTITION = 0xa5, /* FreeBSD Partition ID */ 39 OPENBSD_PARTITION = 0xa6, /* OpenBSD Partition ID */ 40 NETBSD_PARTITION = 0xa9, /* NetBSD Partition ID */ 41 BSDI_PARTITION = 0xb7, /* BSDI Partition ID */ 42 MINIX_PARTITION = 0x81, /* Minix Partition ID */ 47 struct partition { struct 52 unsigned char sys_ind; /* What partition type */ 57 unsigned int nr_sects; /* nr of sectors in partition */ 68 __le16 s_tag; /* ID tag of partition */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
blkpg.h | 5 * Partition table and disk geometry handling 10 * get_whole_disk() (given the device number of a partition, 15 * Partition stuff: 25 * For today, only the partition stuff - aeb, 990515 51 int pno; /* partition number */ 52 char devname[BLKPG_DEVNAMELTH]; /* partition name, like sda5 or c0d1p2,
|
genhd.h | 28 LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */ 38 FREEBSD_PARTITION = 0xa5, /* FreeBSD Partition ID */ 39 OPENBSD_PARTITION = 0xa6, /* OpenBSD Partition ID */ 40 NETBSD_PARTITION = 0xa9, /* NetBSD Partition ID */ 41 BSDI_PARTITION = 0xb7, /* BSDI Partition ID */ 42 MINIX_PARTITION = 0x81, /* Minix Partition ID */ 47 struct partition { struct 52 unsigned char sys_ind; /* What partition type */ 57 unsigned int nr_sects; /* nr of sectors in partition */ 68 __le16 s_tag; /* ID tag of partition */ [all...] |
/frameworks/ex/common/java/com/android/common/contacts/ |
BaseEmailAddressAdapter.java | 94 * Model object for a {@link Directory} row. There is a partition in the 98 public final static class DirectoryPartition extends CompositeCursorAdapter.Partition { 309 DirectoryPartition partition = (DirectoryPartition)getPartition(partitionIndex); local 310 return partition.loading ? 1 : 0; 316 DirectoryPartition partition = (DirectoryPartition)getPartition(partitionIndex); local 317 if (partition.loading) { 325 protected void bindView(View v, int partition, Cursor cursor, int position) { 326 DirectoryPartition directoryPartition = (DirectoryPartition)getPartition(partition); 381 DirectoryPartition partition = new DirectoryPartition(); local 382 partition.directoryId = id 443 DirectoryPartition partition = (DirectoryPartition) getPartition(i); local 463 DirectoryPartition partition = (DirectoryPartition) getPartition(i); local 484 DirectoryPartition partition = (DirectoryPartition) getPartition(partitionIndex); local 503 DirectoryPartition partition = (DirectoryPartition) getPartition(partitionIndex); local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 38 * All partition data we need is here 44 unsigned long start; /* LBA address of partition start */ 45 unsigned long len; /* length of partition in sectors */ 46 unsigned char pno; /* Partition number (read from *dev) */ 48 /* This partition's drive geometry */ 52 } PARTITION; 55 * PC partition table entry format 138 * Open the specified partition. 146 * partition number for the given device. If X is not specified, function 147 * scans the drive's partition table in search for the first Linux ext2f [all...] |
dosio.c | 47 static PARTITION **partitions = NULL; 49 static PARTITION *active = NULL; 87 * offset for the given partition. 89 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part) 104 * Scans the passed partition table looking for *pno partition 108 * For partition numbers >5 Linux uses DOS extended partitions - 148 static io_channel alloc_io_channel(PARTITION *part) 176 * Open the 'name' partition, initialize all information structures 182 PARTITION *part [all...] |
/bootable/recovery/mtdutils/ |
mtdutils.c | 39 const MtdPartition *partition; member in struct:MtdReadContext 46 const MtdPartition *partition; member in struct:MtdWriteContext 193 mtd_mount_partition(const MtdPartition *partition, const char *mount_point, 200 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index); 238 mtd_partition_info(const MtdPartition *partition, 242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); 257 MtdReadContext *mtd_read_partition(const MtdPartition *partition) 262 ctx->buffer = malloc(partition->erase_size); 269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); 277 ctx->partition = partition 409 const MtdPartition *partition = ctx->partition; local [all...] |
mtdutils.h | 35 int mtd_mount_partition(const MtdPartition *partition, const char *mount_point, 38 /* get the partition and the minimum erase/write block size. NULL is ok. 40 int mtd_partition_info(const MtdPartition *partition, 43 /* read or write raw data from a partition, starting at the beginning.
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client_extension.c | 38 * - associate a specific path to each partition 55 * 2) checks that all mandatory partition name are present and valid 56 * 3) associates partition names to one of the 16 partition IDs 58 * -- partition 0 <--> File System 59 * -- partition 1 <--> Keystore System 60 * -- partition 2 <--> Keystore User 61 * -- partition 15 <--> Super Partition 82 /* Allocate SMC partition file Name * [all...] |
delegation_client_extension.h | 38 * - associate a specific path to each partition 45 * 2) checks that all mandatory partition name are present and valid 46 * 3) associates partition names to one of the 16 partition IDs 48 * -- partition 0 <--> File System 49 * -- partition 1 <--> Keystore System 50 * -- partition 2 <--> Keystore User 51 * -- partition 15 <--> Super Partition
|
/external/openfst/src/include/fst/ |
minimize.h | 40 #include <fst/partition.h> 49 // comparator for creating partition based on sorting on 66 const Partition<typename A::StateId>& partition, 68 : fst_(fst), partition_(partition), flags_(flags) {} 107 const Partition<typename A::StateId>& partition_; 146 const Partition<StateId>& partition() const { function in class:fst::CyclicMinimizer 155 ArcIterCompare(const Partition<StateId>& partition) 323 const Partition<StateId>& partition() { function in class:fst::AcyclicMinimizer [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
minimize.h | 33 #include "fst/lib/partition.h" 40 // comparator for creating partition based on sorting on 59 const Partition<typename A::StateId>& partition, 61 : fst_(fst), partition_(partition), flags_(flags) {} 100 const Partition<typename A::StateId>& partition_; 133 const Partition<StateId>& partition() const { function in class:fst::CyclicMinimizer 142 ArcIterCompare(const Partition<StateId>& partition) 310 const Partition<StateId>& partition() { function in class:fst::AcyclicMinimizer [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactListAdapter.java | 58 // Partition 0: suggestions 61 // Partition 1: All contacts 127 // Don't change default partition parameters from these defaults 137 public int getItemViewType(int partition, int position) { 138 return super.getItemViewType(partition, position); 142 protected View newHeaderView(Context context, int partition, Cursor cursor, 144 switch (partition) { 168 protected View newView(Context context, int partition, Cursor cursor, int position, 170 switch (partition) { 173 return super.newView(context, partition, cursor, position, parent) [all...] |
/external/chromium_org/webkit/data/test_shell/sort/ |
sort-quick.js | 11 partition(sort, left, right, pivot); 15 function partition(sort, left, right, pivot) { function
|
/development/tools/labpretest/crespo/ |
custom_flash.sh | 11 # sets the name of the boot partition and 50 # flashes the userdata partition 67 # sets the name of the radio partition and 84 log_print "skipping update of radio partition, not supported yet."
|
/development/tools/labpretest/stingray/ |
custom_flash.sh | 11 # sets the name of the boot partition and 50 # flashes the userdata partition 67 # sets the name of the radio partition and 84 log_print "skipping update of radio partition, not supported yet."
|