HomeSort by relevance Sort by last modified time
    Searched full:ascending (Results 176 - 200 of 954) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/android/
log.h 77 * Android log priority values, in ascending priority order.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap_comp.pass.cpp 46 // Ascending
  /system/core/liblog/include/android/
log.h 77 * Android log priority values, in ascending priority order.
  /toolchain/binutils/binutils-2.25/gas/
subsegs.h 26 * Struct frchain's are forward chained (in ascending order of sub-segment
  /external/elfutils/libdw/
dwarf_getaranges.c 243 ascending addresses. So fill from the back to probably start with
253 /* Sort by ascending address. */
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
MappingFileProvider.java 69 * files are available for the specific country calling code. The map is sorted in ascending
124 * comma-separated languages sorted in ascending order.
  /external/pdfium/third_party/libtiff/
tif_dir.h 42 * ascending order by tag. The values associated with each entry are
100 int td_stripbytecountsorted; /* is the bytecount array sorted ascending? */
  /external/skia/src/core/
SkFontMgr.cpp 197 * in ascending order until a match is found.
199 * in ascending order followed by weights below pattern.weight
  /libcore/ojluni/src/main/java/java/sql/
Array.java 233 * The rows are in ascending order corresponding to
238 * object, with the rows in ascending order based on the indices.
262 * The rows are in ascending order corresponding to
269 * object, with the rows in ascending order based on the indices.
289 * up to <code>count</code> rows in ascending order based on the
324 * up to <code>count</code> rows in ascending order based on the
  /external/v4l2_codec2/vda/
h264_decoder.cc 394 // [2] longterm ref pics by ascending long_term_pic_num.
429 // [2] shortterm ref pics with POC > curr_pic's POC by ascending POC,
430 // [3] longterm ref pics by ascending long_term_pic_num.
436 // First sort ascending, this will put [1] in right place and finish [2].
447 // Now add [3] and sort by ascending long_term_pic_num.
453 // [1] shortterm ref pics with POC > curr_pic's POC sorted by ascending POC,
455 // [3] longterm ref pics by ascending long_term_pic_num.
467 // and sort [1] ascending.
470 // Now add [3] and sort by ascending long_term_pic_num
690 // Sort them by ascending POC to output in order
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listsort.txt 60 /sort: ascending data
61 3sort: ascending, then 3 random exchanges
62 +sort: ascending, then 10 random at the end
63 %sort: ascending, then randomly replace 1% of elements w/ random values
216 "ascending", which means non-decreasing:
228 a descending run in-place, transforming a descending run into an ascending
675 samplesort special-casing at most one ascending run at the start, then
676 falling back to the general case if it doesn't find an ascending run
679 taught how to deal with mixtures of ascending and descending runs
    [all...]
  /external/python/cpython2/Objects/
listsort.txt 60 /sort: ascending data
61 3sort: ascending, then 3 random exchanges
62 +sort: ascending, then 10 random at the end
63 %sort: ascending, then randomly replace 1% of elements w/ random values
216 "ascending", which means non-decreasing:
228 a descending run in-place, transforming a descending run into an ascending
675 samplesort special-casing at most one ascending run at the start, then
676 falling back to the general case if it doesn't find an ascending run
679 taught how to deal with mixtures of ascending and descending runs
    [all...]
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 49 * The choice is specified with an ascending list of doubles, where each item
58 * in ascending order, the results of formatting will be incorrect. ChoiceFormat
321 * @param limits limits in ascending order
332 * parsed with that format, and should be in ascending sorted order. When
335 * If the limit array is not in ascending order, the results of formatting
  /packages/apps/TV/src/com/android/tv/dvr/data/
ScheduledRecording.java 61 * Compares the start time in ascending order.
72 * Compares the end time in ascending order.
83 * Compares ID in ascending order. The schedule with the larger ID was created later.
94 * Compares the priority in ascending order.
105 * Compares start time in ascending order and then priority in descending order and then ID in
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 185 * @return positions list in ascending address order.
192 * Gets the decoded locals list, in ascending start-address order.
195 * @return locals list in ascending address order.
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 196 * @return positions list in ascending address order.
203 * Gets the decoded locals list, in ascending start-address order.
206 * @return locals list in ascending address order.
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
default.xsl 151 <xsl:sort select="." order="ascending"/>
169 <xsl:sort select="." order="ascending"/>
200 <xsl:sort select="." order="ascending"/>
  /external/python/cpython2/Doc/howto/
sorting.rst 20 A simple ascending sort is very easy: just call the :func:`sorted` function. It
124 Ascending and Descending
153 ascending *age*, do the *age* sort first and then sort again using *grade*:
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
RecordingTask.java 64 * Compares the end time in ascending order.
75 * Compares ID in ascending order.
86 * Compares the priority in ascending order.
  /system/nvram/messages/include/nvram/messages/
proto.hpp 264 // ascending order.
279 // * Fields must be declared in ascending field number order.
282 "ascending order.");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multimap.h 310 * %multimap. Iteration is done in ascending order according to the
319 * in the %multimap. Iteration is done in ascending order according to
328 * the %multimap. Iteration is done in ascending order according to the
337 * pair in the %multimap. Iteration is done in ascending order according
383 * in the %multimap. Iteration is done in ascending order according to
392 * pair in the %multimap. Iteration is done in ascending order according
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multimap.h 310 * %multimap. Iteration is done in ascending order according to the
319 * in the %multimap. Iteration is done in ascending order according to
328 * the %multimap. Iteration is done in ascending order according to the
337 * pair in the %multimap. Iteration is done in ascending order according
383 * in the %multimap. Iteration is done in ascending order according to
392 * pair in the %multimap. Iteration is done in ascending order according
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_multimap.h 310 * %multimap. Iteration is done in ascending order according to the
319 * in the %multimap. Iteration is done in ascending order according to
328 * the %multimap. Iteration is done in ascending order according to the
337 * pair in the %multimap. Iteration is done in ascending order according
383 * in the %multimap. Iteration is done in ascending order according to
392 * pair in the %multimap. Iteration is done in ascending order according
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_multimap.h 346 * %multimap. Iteration is done in ascending order according to the
355 * in the %multimap. Iteration is done in ascending order according to
364 * the %multimap. Iteration is done in ascending order according to the
373 * pair in the %multimap. Iteration is done in ascending order according
419 * in the %multimap. Iteration is done in ascending order according to
428 * pair in the %multimap. Iteration is done in ascending order according
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_multimap.h 346 * %multimap. Iteration is done in ascending order according to the
355 * in the %multimap. Iteration is done in ascending order according to
364 * the %multimap. Iteration is done in ascending order according to the
373 * pair in the %multimap. Iteration is done in ascending order according
419 * in the %multimap. Iteration is done in ascending order according to
428 * pair in the %multimap. Iteration is done in ascending order according
    [all...]

Completed in 1083 milliseconds

1 2 3 4 5 6 78 91011>>