/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));
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 309 partition(Pred pred);
|
split_join_fn_imps.hpp | 57 const size_type left = partition(pred_t(pred));
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 309 partition(Pred pred);
|
split_join_fn_imps.hpp | 57 const size_type left = partition(pred_t(pred));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 309 partition(Pred pred);
|
split_join_fn_imps.hpp | 57 const size_type left = partition(pred_t(pred));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 309 partition(Pred pred);
|
split_join_fn_imps.hpp | 58 const size_type left = partition(pred_t(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));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/ |
binary_heap_.hpp | 309 partition(Pred pred);
|
split_join_fn_imps.hpp | 58 const size_type left = partition(pred_t(pred));
|
/prebuilts/ndk/9/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));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/ |
split_join_fn_imps.hpp | 53 const size_type left = partition(pred_t(pred));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
list_partition.h | 147 // because the partition beginning at end, consists only of
|
multiseq_selection.h | 112 * @param __rank The global rank to partition at. 202 // Initial partition. 379 * @param __rank The global rank to partition at. 453 // Initial partition.
|
quicksort.h | 36 #include <parallel/partition.h>
|
/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...] |
/system/extras/ext4_utils/ |
ext4_utils.h | 119 * end of the partition, else use the size given. */
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat16BootSector.java | 47 * partition having not enough sectors, so it would be misinterpreted
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Iterables.java | 516 * {@code [a, b, c, d, e]} with a partition size of 3 yields {@code 525 * Lists#partition(List, int)} instead. 528 * @param size the desired size of each partition (the last may be smaller) 533 public static <T> Iterable<List<T>> partition( 540 return Iterators.partition(iterable.iterator(), size); 548 * an iterable containing {@code [a, b, c, d, e]} with a partition size of 3 556 * @param size the desired size of each partition [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Iterables.java | 498 * {@code [a, b, c, d, e]} with a partition size of 3 yields {@code 507 * Lists#partition(List, int)} instead. 510 * @param size the desired size of each partition (the last may be smaller) 515 public static <T> Iterable<List<T>> partition( 522 return Iterators.partition(iterable.iterator(), size); 530 * an iterable containing {@code [a, b, c, d, e]} with a partition size of 3 538 * @param size the desired size of each partition [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_MotionEstimationMB.c | 897 * Gets best cost for the current partition 907 * [in] PartWidth - Width of current partition 908 * [in] PartHeight - Height of current partition 911 * [in] PartStartX - Partition start X index in integer pels 912 * [in] PartStartY - Partition start Y index in integer pels [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 63 STATISTIC(NumAllocaPartitionUses, "Number of alloca partition uses rewritten"); 64 STATISTIC(MaxUsesPerAllocaPartition, "Maximum number of uses of a partition"); 393 // alloca partitions into a single partition suitable for integer widening. [all...] |