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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 109 const size_type left = partition(pred_t(pred));
186 partition(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 119 const size_type left = partition(pred_t(pred));
217 partition(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 109 const size_type left = partition(pred_t(pred));
186 partition(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 108 const size_type left = partition(pred_t(pred));
185 partition(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /system/core/fastboot/
fastboot_protocol.txt 124 named partition (if possible).
126 "erase:%s" Erase the indicated partition (clear to 0xFFs)
  /external/libvorbis/lib/
psy.c 959 /* sort magnitudes for noise norm portion of partition */
1019 int partition=(p->vi->normal_p ? p->vi->normal_partition : 16); local
1050 raw[0] = alloca(ch*partition*sizeof(**raw));
1051 quant[0] = alloca(ch*partition*sizeof(**quant));
1052 floor[0] = alloca(ch*partition*sizeof(**floor));
1053 flag[0] = alloca(ch*partition*sizeof(**flag));
1056 raw[i] = &raw[0][partition*i];
1057 quant[i] = &quant[0][partition*i];
1058 floor[i] = &floor[0][partition*i];
1059 flag[i] = &flag[0][partition*i]
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 794 /* Calculate the length of this partition. The last partition
795 * size is implicit. If the partition size can't be read, then
807 "Truncated partition size data");
812 /* Validate the calculated partition length. If the buffer
813 * described by the partition can't be fully read, then restrict
822 "Truncated packet or corrupt partition "
846 * so that each fragment pointer points to its corresponding partition. */
852 /* Special case for handling the first partition since we have already
856 /* Size of first partition + token partition sizes element *
    [all...]
  /external/qemu/android/
main.c 152 dwarning("%s partition size adjusted to match image file %s\n", description, temp);
519 /* -partition-size is used to specify the max size of both the system
520 * and data partition sizes.
529 derror( "-partition-size must be followed by a positive integer" );
533 derror( "partition-size (%d) must be between %dMB and %dMB",
541 /** SYSTEM PARTITION **/
603 /* Check the size of the system partition image.
627 /** DATA PARTITION **/
697 /** CACHE PARTITION **/
700 /* No cache partition at all *
    [all...]
help.c 25 " kernel, system image and data partition.\n\n"
90 " userdata-qemu.img - the /data partition image file\n"
91 " cache.img - the /cache partition image file\n\n"
93 " You can use -wipe-data to re-initialize the /data partition to its factory\n"
123 " also use the -cache and -sdcard options to indicate specific cache partition\n"
135 " - unless you use the '-cache <file>' option, the cache partition image\n"
161 " userdata.img the *initial* data partition image\n\n"
165 " userdata-qemu.img the persistent data partition image\n"
167 " cache.img an *optional* cache partition image\n"
168 " sdcard.img an *optional* SD Card partition image\n\n
    [all...]
  /build/tools/releasetools/
edify_generator.py 144 """Mount the partition with the given mount_point."""
169 def FormatPartition(self, partition):
170 """Format the given partition, specified by its mount point (eg,
176 p = fstab[partition]
202 """Write the given package file into the partition for the given
  /development/tools/labpretest/
labpretest.sh 208 # fastboot flashes partition
262 # sets the name of the boot partition and
301 # sets the name of the radio partition and
340 # sets the name of the boot partition and
373 # flashes the userdata partition
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 83 // If this partition page is at the start of a super page, note it so we can
118 // As we iterate through all the partition pages, we keep a list of all the
122 // partition pages.
124 // single super page will likely contain partition pages from multiple
139 // Now that we've examined all partition pages in all buckets, it's safe
PartitionAllocTest.cpp 289 // At this moment, we should have filled an entire partition page full of
337 // partition page "slot" will be taken up by a guard page.
413 // Upsize the realloc to outside the partition.
421 // Upsize and downsize the realloc, remaining outside the partition.
433 // Downsize the realloc to inside the partition.
  /external/grub/util/
mkbimage 70 Directory where the boot.image and the partition subdirectories
245 # partition ID for sfdisk to correctly fill the partition table (ext2 is the
342 # NOTE: the El Torito specification wants only one partition. So we
357 # It's time now to create the filesystem on the first partition.
  /frameworks/base/core/java/android/os/
RecoverySystem.java 55 * recovery system (the separate partition that can be used to install
324 * a partition mountable by recovery. (The set of partitions
341 * Reboots the device and wipes the user data partition. This is
343 * misnomer because the system partition is not restored to its
372 * Reboot into the recovery system to wipe the /cache partition.
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 48 * The global limit is computed as a function of the size of the partition where
49 * these APIs store their data (they must store it on the same partition for
50 * this to work) and the size of the available space on that partition.
357 // partition and the amount of free space on that partition.
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 37 import com.android.common.widget.CompositeCursorAdapter.Partition;
439 Partition partition = adapter.getPartition(i); local
440 if (partition instanceof DirectoryPartition) {
441 DirectoryPartition directory = (DirectoryPartition) partition;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 89 partition
131 * searching, merge, partition, heap, set, minima, maxima, and
175 * searching for the partition point in a partitioned range. We
437 // partition
693 partition(_BIter, _BIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 91 partition
134 * searching, merge, partition, heap, set, minima, maxima, and
178 * searching for the partition point in a partitioned range. We
442 // partition
697 partition(_BIter, _BIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 91 partition
134 * searching, merge, partition, heap, set, minima, maxima, and
178 * searching for the partition point in a partitioned range. We
442 // partition
697 partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 89 partition
131 * searching, merge, partition, heap, set, minima, maxima, and
175 * searching for the partition point in a partitioned range. We
437 // partition
693 partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 89 partition
131 * searching, merge, partition, heap, set, minima, maxima, and
175 * searching for the partition point in a partitioned range. We
437 // partition
693 partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 89 partition
131 * searching, merge, partition, heap, set, minima, maxima, and
175 * searching for the partition point in a partitioned range. We
437 // partition
693 partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 89 partition
131 * searching, merge, partition, heap, set, minima, maxima, and
175 * searching for the partition point in a partitioned range. We
437 // partition
693 partition(_BIter, _BIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 91 partition
134 * searching, merge, partition, heap, set, minima, maxima, and
178 * searching for the partition point in a partitioned range. We
442 // partition
697 partition(_BIter, _BIter, _Predicate);

Completed in 2639 milliseconds

<<11121314151617181920>>