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

1 2 3 4 5 67 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
Ordering.java 675 * degrades gracefully for worst-case input (descending order), performs
768 * elements in <i>descending order</i>
788 * elements in <i>descending order</i>
    [all...]
Collections2.java 334 * descending order.
389 * descending order.
  /libcore/ojluni/src/main/java/java/util/
DualPivotQuicksort.java 117 * (ascending or descending sequence).
126 } else if (a[k] > a[k + 1]) { // descending
565 * (ascending or descending sequence).
574 } else if (a[k] > a[k + 1]) { // descending
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 455 // Set up future alerts. The real query implementation sorts by descending start
527 // Set up future alerts. The real query implementation sorts by descending start
594 // Set up future alerts. The real query implementation sorts by descending start
    [all...]
  /art/runtime/interpreter/mterp/arm/
header.S 54 Stack is "full descending". Only the arguments that don't fit in the first 4
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 262 case DESCENDING:
  /external/autotest/client/virt/tests/
whql_submission.py 231 # Sort the results by failures and total test count in descending order
  /external/chromium-trace/catapult/dashboard/dashboard/
find_anomalies.py 104 # The query is ordered in descending order by revision because we want
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocalePriorityList.java 50 * When the list is built, the internal values are sorted in descending order by
  /external/icu/icu4c/source/i18n/
collationdatareader.h 57 // The data items should be in descending order of unit size,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocalePriorityList.java 49 * When the list is built, the internal values are sorted in descending order by
  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h 165 * All positions are sorted by descending confidence
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 886 // Let's see if ascending or descending.
905 // Table is overall descending
950 // We want to know if this is an ascending or descending table
    [all...]
  /external/skia/src/core/
SkLineClipper.cpp 149 // or descending.
  /external/v8/build/android/
tombstones.py 189 # Sort the tombstones in date order, descending
  /frameworks/base/core/java/com/android/internal/inputmethod/
LocaleUtils.java 171 return -1 * compare(mScore, other.mScore); // Order by descending order.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetailCache.java 108 // Sort by descending timestamp
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtilsMatchers.java 313 * Returns a matcher that matches lists of float values that are in descending order.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardThemeTests.java 351 * Test that KeyboardTheme array should be sorted by descending order of
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 345 * Returns matches in the order of descending score.
RawContactMatcher.java 332 * Returns matches in the order of descending score.
  /system/extras/librank/
librank.c 437 " -R Reverse sort order (default is descending).\n"
  /external/libavc/decoder/
ih264d_process_pslice.c     [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2DynamicTree.cpp 210 // Cost of descending into child1
227 // Cost of descending into child2
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/
DynamicTreeFlatNodes.java 518 // Cost of descending into child1
531 // Cost of descending into child2

Completed in 3667 milliseconds

1 2 3 4 5 67 8 91011>>