HomeSort by relevance Sort by last modified time
    Searched refs:partition (Results 151 - 175 of 266) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
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/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 58 const size_type left = partition(pred_t(pred));
binary_heap_.hpp 309 partition(Pred pred);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred));
binary_heap_.hpp 309 partition(Pred pred);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred));
binary_heap_.hpp 309 partition(Pred pred);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred));
binary_heap_.hpp 309 partition(Pred pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred));
binary_heap_.hpp 309 partition(Pred pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 58 const size_type left = partition(pred_t(pred));
binary_heap_.hpp 309 partition(Pred pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 54 const size_type left = partition(pred_t(pred));
binary_heap_.hpp 261 partition(Pred);
  /build/tools/releasetools/
edify_generator.py 135 """Mount the partition with the given mount_point."""
160 def FormatPartition(self, partition):
161 """Format the given partition, specified by its mount point (eg,
167 p = fstab[partition]
193 """Write the given package file into the partition for the given
  /external/flac/libFLAC/
stream_encoder.c 358 FLAC__uint64 *abs_residual_partition_sums; /* workspace where the sum of abs(candidate residual) for each partition is stored */
359 unsigned *raw_bits_per_partition; /* workspace where the sum of silog2(candidate residual) for each partition is stored */
382 FLAC__bool use_wide_by_partition; /* use slow 64-bit versions of some functions because of the min partition order and blocksize */
3749 unsigned partition; local
3809 unsigned partition, residual_sample, end = (unsigned)(-(int)predictor_order); local
3870 unsigned partition, partition_sample, partition_samples, residual_sample; local
4035 unsigned partition, residual_sample; local
    [all...]
  /external/kernel-headers/original/linux/
genhd.h 22 LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */
32 FREEBSD_PARTITION = 0xa5, /* FreeBSD Partition ID */
33 OPENBSD_PARTITION = 0xa6, /* OpenBSD Partition ID */
34 NETBSD_PARTITION = 0xa9, /* NetBSD Partition ID */
35 BSDI_PARTITION = 0xb7, /* BSDI Partition ID */
36 MINIX_PARTITION = 0x81, /* Minix Partition ID */
42 struct partition { struct
47 unsigned char sys_ind; /* What partition type */
52 unsigned int nr_sects; /* nr of sectors in partition */
64 struct partition { struct
    [all...]
  /external/grub/lib/
device.c 776 /dev/rd/c<controller>d<logical drive>p<partition>.
828 a whole disk is not consistent with the one for a partition of the
842 write_to_partition (char **map, int drive, int partition,
848 if ((partition & 0x00FF00) != 0x00FF00)
850 /* If the partition is a BSD partition, it is difficult to
864 sprintf (dev + strlen(dev), "%d", ((partition >> 16) & 0xFF) + 1);
866 /* Open the partition. */
  /cts/tests/SignatureTest/
Android.mk 20 # and when built explicitly put it in the data partition
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 460 int pivotNewIndex = partition(values, left, right, pivotIndex);
468 private <E extends T> int partition( method in class:Ordering
  /external/e2fsprogs/lib/ext2fs/
getsize.c 2 * getsize.c --- get the size of a partition.
139 * Returns the number of blocks in a partition
158 struct partition *pp;
254 * find the size of the partition.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 309 partition(Pred pred);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 309 partition(Pred pred);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 131 TypedPosition partition = mPartitions.poll(); local
133 if (document != null && partition != null && mRegion != null) {
633 TypedPosition partition = (TypedPosition) context.getProperty(CONTEXT_PARTITION); local
635 mPartitions.offer(partition);
    [all...]

Completed in 638 milliseconds

1 2 3 4 5 67 8 91011