/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 93 partition 136 * searching, merge, partition, heap, set, minima, maxima, and 180 * searching for the partition point in a partitioned range. We 444 // partition 708 partition(_BIter, _BIter, _Predicate);
|
/prebuilts/ndk/9/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);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 93 partition 136 * searching, merge, partition, heap, set, minima, maxima, and 180 * searching for the partition point in a partitioned range. We 444 // partition 708 partition(_BIter, _BIter, _Predicate);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
algorithmfwd.h | 93 partition 136 * searching, merge, partition, heap, set, minima, maxima, and 180 * searching for the partition point in a partitioned range. We 444 // partition 708 partition(_BIter, _BIter, _Predicate);
|
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 77 /*! Can output one partition at a time. Each partition is returned in its 79 * every partition but the last. In this mode all frames are always 80 * returned partition by partition. 94 partition at a time. */ 148 the partition boundary. */ 180 int partition_id; /**< the partition id 183 applicable when "output partition" 184 mode is enabled. First partition [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 120 Types of the macroblock and partition. PV Created. 147 /* for sub-partition mode */ 156 Mode of prediction of partition or sub-partition. PV Created. 583 AVCSubMBMode subMbMode[4]; /* for each 8x8 partition */ 588 int NumMbPart; /* number of partition */ 592 int NumSubMbPart[4]; /* for each 8x8 partition */ 593 int SubMbPartWidth[4]; /* for each 8x8 partition */ 594 int SubMbPartHeight[4]; /* for each 8x8 partition */ 715 /* slice data partition */ [all...] |
/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/chromium_org/chrome/installer/mac/ |
pkg-dmg | 229 When possible, disk images are created without any partition tables. This 231 kilobytes. The alternative, I<SPUD>, contains a partition table that 359 # partition only without any partition table in the image. 363 # disk images with more data than just the partition table 368 # To create a partition table-less image from something 371 # with the relevant partition. This requires >= 10.4 375 # have partition tables, regardless of the partition_table 952 # Even if we do want to create disk images without partition tables, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_qsort.c | 222 #define Partition(swapper,sz) { \ 340 /* Partition. */ 341 Partition(SWAP_nonaligned,size); 371 /* Partition. */ 372 Partition(SWAP_aligned,size); 409 /* Partition. */ 410 Partition(SWAP_words,WORD_BYTES);
|
/system/core/fs_mgr/ |
fs_mgr.c | 178 * size of the partition. Get it and return it. 183 * label, a colon and the partition number or the 590 /* Skip swap and raw partition entries such as boot, recovery, etc */ 608 ERROR("Could not set up verified partition, skipping!"); 672 /* If this swap or a raw partition, report an error */ 693 ERROR("Could not set up verified partition, skipping!"); 857 /* Look for the encryptable partition to find the data */
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_internals_ui.cc | 63 StoragePartition* partition) { 64 scoped_refptr<IndexedDBContext> context = partition->GetIndexedDBContext(); 70 partition->GetPath()));
|
/external/chromium_org/content/public/browser/ |
render_process_host.h | 93 // Returns the storage partition associated with this process. 138 // |partition|. 139 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
|
/external/e2fsprogs/resize/ |
main.c | 373 * Get the size of the containing partition, and use this for 375 * exceed the partition size. 441 fprintf(stderr, _("The containing partition (or device)"
|
/external/qemu/android/avd/ |
info.h | 84 /* use to ignore the cache partition */ 86 /* use to wipe cache partition, ignored if NO_CACHE is set */ 154 * if you intend to create the partition file there.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
settings.h | 187 /// Chunk size for partition. 190 /// Chunk size for partition, relative to input size. If > 0.0, 194 /// Minimal input size for partition.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
settings.h | 192 /// Chunk size for partition. 195 /// Chunk size for partition, relative to input size. If > 0.0, 199 /// Minimal input size for partition.
|
/cts/tests/SignatureTest/ |
Android.mk | 20 # and when built explicitly put it in the data partition
|
/development/ndk/platforms/android-3/include/sys/ |
mount.h | 81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
|
/docs/source.android.com/src/devices/tech/security/ |
enhancements43.jd | 32 The /system partition is now mounted
|
/external/chromium_org/chrome/common/extensions/api/ |
recovery_private.idl | 91 // Destroys the partition table of a disk, effectively erasing it. This is
|
/external/chromium_org/content/public/test/ |
mock_render_process_host.h | 68 StoragePartition* partition) const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_validator.py | 86 name, _, values_string = map(str.strip, line.partition('='))
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
cache.h | 79 // sharing the same cache to partition the key space. Typically the
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 59 /* Partition rasterizer state into what we want the draw module to
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
perf_profiler.py | 122 function = fields[4].partition(' ')[2]
|