HomeSort by relevance Sort by last modified time
    Searched full:ascending (Results 1 - 25 of 730) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/Paste/paste/cowbell/
__init__.py 15 for filename in ['bell-ascending.png', 'bell-descending.png']:
47 el = document.getElementById('cowbell-ascending');
53 cowbellState = 'ascending';
55 } else if (cowbellState == 'ascending') {
56 document.getElementById('cowbell-ascending').style.display = 'none';
75 <div id="cowbell-ascending" style="display: none; position: fixed">
76 <img src="__SCRIPT_NAME__/.cowbell/bell-ascending.png">
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/
NodeAnimation.java 30 /** the translation keyframes if any (might be null), sorted by time ascending **/
32 /** the rotation keyframes if any (might be null), sorted by time ascending **/
34 /** the scaling keyframes if any (might be null), sorted by time ascending **/
  /external/autotest/frontend/client/src/autotest/common/table/
DataSource.java 10 public static enum SortDirection {ASCENDING, DESCENDING}
22 this(field, SortDirection.ASCENDING);
26 return direction == SortDirection.ASCENDING ? 1 : -1;
50 return new SortSpec(sortString, SortDirection.ASCENDING);
DynamicTable.java 43 image.setUrl(direction == SortDirection.ASCENDING ? SORT_UP_IMAGE : SORT_DOWN_IMAGE);
124 * @param sortDirection DynamicTable.ASCENDING or DynamicTable.DESCENDING
140 * Defaults to ascending order.
143 sortOnColumn(columnField, SortDirection.ASCENDING);
314 SortDirection newSortDirection = SortDirection.ASCENDING;
330 return direction == SortDirection.ASCENDING ?
331 SortDirection.DESCENDING : SortDirection.ASCENDING;
  /external/wpa_supplicant_8/src/ap/
vlan.h 17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */
  /dalvik/libdex/
DexDebugInfo.h 43 * posCb is called in ascending address order.
44 * localCb is called in order of ascending end address.
  /external/webrtc/webrtc/system_wrappers/include/
sort.h 37 // Upon return it will be sorted in ascending order.
51 // Upon return it will be sorted in ascending order.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
Counter.java 112 public EntryComparator(boolean ascending, Comparator<T> byValue) {
113 countOrdering = ascending ? 1 : -1;
126 public Set<T> getKeysetSortedByCount(boolean ascending) {
127 return getKeysetSortedByCount(ascending, null);
130 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) {
131 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue));
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
Counter.java 111 public EntryComparator(boolean ascending, Comparator<T> byValue) {
112 countOrdering = ascending ? 1 : -1;
125 public Set<T> getKeysetSortedByCount(boolean ascending) {
126 return getKeysetSortedByCount(ascending, null);
129 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) {
130 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue));
  /frameworks/base/core/java/android/util/
LongSparseLongArray.java 41 * <code>keyAt(int)</code> with ascending values of the index will return the
42 * keys in ascending order, or the values corresponding to the keys in ascending
164 * <p>The keys corresponding to indices in ascending order are guaranteed to
165 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
178 * <p>The values corresponding to indices in ascending order are guaranteed
179 * to be associated with keys in ascending order, e.g.,
SparseIntArray.java 43 * <code>keyAt(int)</code> with ascending values of the index will return the
44 * keys in ascending order, or the values corresponding to the keys in ascending
164 * <p>The keys corresponding to indices in ascending order are guaranteed to
165 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
178 * <p>The values corresponding to indices in ascending order are guaranteed
179 * to be associated with keys in ascending order, e.g.,
SparseLongArray.java 41 * <code>keyAt(int)</code> with ascending values of the index will return the
42 * keys in ascending order, or the values corresponding to the keys in ascending
162 * <p>The keys corresponding to indices in ascending order are guaranteed to
163 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
176 * <p>The values corresponding to indices in ascending order are guaranteed
177 * to be associated with keys in ascending order, e.g.,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 44 // Check if the resources are in ascending slot order.
48 // Check if the resources are in ascending weight order.
114 // Check if the handles are in ascending order for shuffling purposes.
118 // Check if the handles are in ascending order by core slots.
122 // Check if the handles are in ascending order by HVX slots.
  /prebuilts/go/darwin-x86/src/sort/
search.go 25 // For instance, given a slice data sorted in ascending order,
35 // x in an integer slice data sorted in ascending order:
81 // The slice must be sorted in ascending order.
90 // The slice must be sorted in ascending order.
99 // The slice must be sorted in ascending order.
  /prebuilts/go/linux-x86/src/sort/
search.go 25 // For instance, given a slice data sorted in ascending order,
35 // x in an integer slice data sorted in ascending order:
81 // The slice must be sorted in ascending order.
90 // The slice must be sorted in ascending order.
99 // The slice must be sorted in ascending order.
  /external/testng/eclipse-projects/beust.com/web/
site.xsl 16 <xsl:sort select="@label" order="ascending" case-order="upper-first"/>
17 <xsl:sort select="@name" order="ascending" case-order="upper-first"/>
28 <xsl:sort select="ancestor::feature//@version" order="ascending"/>
29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/>
94 <xsl:sort select="@id" order="ascending" case-order="upper-first"/>
95 <xsl:sort select="@version" order="ascending" />
155 <xsl:sort select="@id" order="ascending" case-order="upper-first"/>
156 <xsl:sort select="@version" order="ascending" />
  /sdk/eclipse/sites/external/web/
site.xsl 16 <xsl:sort select="@label" order="ascending" case-order="upper-first"/>
17 <xsl:sort select="@name" order="ascending" case-order="upper-first"/>
28 <xsl:sort select="ancestor::feature//@version" order="ascending"/>
29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/>
94 <xsl:sort select="@id" order="ascending" case-order="upper-first"/>
95 <xsl:sort select="@version" order="ascending" />
155 <xsl:sort select="@id" order="ascending" case-order="upper-first"/>
156 <xsl:sort select="@version" order="ascending" />
  /sdk/eclipse/sites/internal/web/
site.xsl 16 <xsl:sort select="@label" order="ascending" case-order="upper-first"/>
17 <xsl:sort select="@name" order="ascending" case-order="upper-first"/>
28 <xsl:sort select="ancestor::feature//@version" order="ascending"/>
29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/>
94 <xsl:sort select="@id" order="ascending" case-order="upper-first"/>
95 <xsl:sort select="@version" order="ascending" />
155 <xsl:sort select="@id" order="ascending" case-order="upper-first"/>
156 <xsl:sort select="@version" order="ascending" />
  /external/guava/guava-tests/test/com/google/common/hash/
Crc32cHashFunctionTest.java 46 // Test 32 byte arrays of ascending.
47 byte[] ascending = new byte[32];
49 ascending[i] = (byte) i;
51 assertCrc(0x46dd794e, ascending);
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSetTest.java 780 int min, int max, boolean ascending,
782 check(set, min, max, ascending, bs);
783 check(set.descendingSet(), min, max, !ascending, bs); local
786 check(set, min, max, ascending, bs);
787 check(set.descendingSet(), min, max, !ascending, bs); local
797 if (ascending) {
814 if (ascending) {
837 if (ascending) {
862 final int min, final int max, final boolean ascending,
866 return ascending
    [all...]
TreeSetTest.java 783 int min, int max, boolean ascending) {
784 check(set, min, max, ascending);
785 check(set.descendingSet(), min, max, !ascending); local
788 check(set, min, max, ascending);
789 check(set.descendingSet(), min, max, !ascending); local
799 if (ascending) {
816 if (ascending) {
839 if (ascending) {
864 final int min, final int max, final boolean ascending) {
867 return ascending
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 220 // The list is first sorted by date, then by id. The order can be ascending
225 String ascending = local
240 return dateExpr + ascending + ", _id" + ascending;
  /packages/inputmethods/LatinIME/native/jni/src/utils/
ngram_utils.h 36 const NgramType ASCENDING[] = {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 76 /sort: ascending data
77 3sort: ascending, then 3 random exchanges
78 +sort: ascending, then 10 random at the end
79 %sort: ascending, then randomly replace 1% of the elements w/ random values
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 76 /sort: ascending data
77 3sort: ascending, then 3 random exchanges
78 +sort: ascending, then 10 random at the end
79 %sort: ascending, then randomly replace 1% of the elements w/ random values

Completed in 1120 milliseconds

1 2 3 4 5 6 7 8 91011>>