HomeSort by relevance Sort by last modified time
    Searched full:descending (Results 101 - 125 of 583) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 116 // Return the flipped value because we want the items in descending order
  /frameworks/base/docs/html/training/implementing-navigation/
descendant.jd 53 <p>There are cases where descending into your application's information hierarchy leads to activities from other applications. For example, when viewing the contact details screen for an entry in the phone address book, a child screen detailing recent posts by the contact on a social network may belong to a social networking application.</p>
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 221 // or descending, depending on the mSort variable.
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpAdapter.java 48 private SortOrder mSortOrder = SortOrder.DESCENDING;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java 65 // Sort {@link #KEYBOARD_THEME} by descending order of {@link #mMinApiVersion}.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 75 \sort: descending data
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 75 \sort: descending data
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
importer_test.go 70 // the init functions appear in descending priority order.
  /prebuilts/go/darwin-x86/src/sort/
search.go 31 // Searching data sorted in descending order would use the <=
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer_test.go 70 // the init functions appear in descending priority order.
  /prebuilts/go/linux-x86/src/sort/
search.go 31 // Searching data sorted in descending order would use the <=
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 75 \sort: descending data
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 75 \sort: descending data
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elfd10v.sc 92 (descending) stack. */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 125 protected List<Size> mOrderedPreviewSizes; // In descending order.
126 protected List<Size> mOrderedVideoSizes; // In descending order.
127 protected List<Size> mOrderedStillSizes; // In descending order.
128 protected List<Size> mOrderedRAW10Sizes; // In descending order.
129 protected List<Size> mOrderedYUV420888Sizes; // In descending order.
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
ComparableTimSort.java 255 * descending (ensuring that the run will always be ascending when the method returns).
261 * or the longest descending sequence with:
265 * For its intended use in a stable mergesort, the strictness of the definition of "descending" is needed so that the call can
266 * safely reverse a descending sequence without violating stability.
278 // Find end of run, and reverse range if descending
279 if (((Comparable)a[runHi++]).compareTo(a[lo]) < 0) { // Descending
TimSort.java 284 * descending (ensuring that the run will always be ascending when the method returns).
290 * or the longest descending sequence with:
294 * For its intended use in a stable mergesort, the strictness of the definition of "descending" is needed so that the call can
295 * safely reverse a descending sequence without violating stability.
307 // Find end of run, and reverse range if descending
308 if (c.compare(a[runHi++], a[lo]) < 0) { // Descending
  /libcore/ojluni/src/main/java/java/util/
TimSort.java 320 * the specified array and reverses the run if it is descending (ensuring
327 * or the longest descending sequence with:
332 * definition of "descending" is needed so that the call can safely
333 * reverse a descending sequence without violating stability.
350 // Find end of run, and reverse range if descending
351 if (c.compare(a[runHi++], a[lo]) < 0) { // Descending
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_map.h 352 * the %map. Iteration is done in descending order according to the
361 * last pair in the %map. Iteration is done in descending order
370 * first pair in the %map. Iteration is done in descending order
379 * before the first pair in the %map. Iteration is done in descending
407 * last pair in the %map. Iteration is done in descending order
416 * before the first pair in the %map. Iteration is done in descending
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_map.h 352 * the %map. Iteration is done in descending order according to the
361 * last pair in the %map. Iteration is done in descending order
370 * first pair in the %map. Iteration is done in descending order
379 * before the first pair in the %map. Iteration is done in descending
407 * last pair in the %map. Iteration is done in descending order
416 * before the first pair in the %map. Iteration is done in descending
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_map.h 352 * the %map. Iteration is done in descending order according to the
361 * last pair in the %map. Iteration is done in descending order
370 * first pair in the %map. Iteration is done in descending order
379 * before the first pair in the %map. Iteration is done in descending
407 * last pair in the %map. Iteration is done in descending order
416 * before the first pair in the %map. Iteration is done in descending
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_map.h 387 * the %map. Iteration is done in descending order according to the
396 * last pair in the %map. Iteration is done in descending order
405 * first pair in the %map. Iteration is done in descending order
414 * before the first pair in the %map. Iteration is done in descending
442 * last pair in the %map. Iteration is done in descending order
451 * before the first pair in the %map. Iteration is done in descending
    [all...]
  /external/autotest/site_utils/
collect_suite_time_stats.py 126 # Exploits the fact that "results" are ordered in the descending order
131 # The first Queued record is the last one because of the descending
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
summary.xsl 64 <xsl:sort select="@total_bugs" data-type="number" order="descending" />
218 <xsl:sort select="@bugs" data-type="number" order="descending"/>
  /frameworks/av/include/media/nbaio/
NBAIO.h 99 // How it works: offerer proposes an array of formats, in descending order of preference from
103 // provided array counterOffers[] with its counter-offers, in descending order of preference

Completed in 4624 milliseconds

1 2 3 45 6 7 8 91011>>