HomeSort by relevance Sort by last modified time
    Searched refs:descending (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSortKey.java 42 /** Flag indicating whether to sort in descending order */
67 * @param descending Flag indicating whether to sort in descending order
76 boolean descending, String langValue, boolean caseOrderUpper,
85 m_descending = descending;
  /external/guava/guava-tests/test/com/google/common/hash/
Crc32cHashFunctionTest.java 55 // Test 32 byte arrays of descending.
56 byte[] descending = new byte[32];
58 descending[i] = (byte) (31 - i);
60 assertCrc(0x113fdb5c, descending);
  /external/python/cpython2/Demo/tkinter/ttk/
treeview_multicolumn.py 25 def sortby(tree, col, descending):
31 data.sort(reverse=descending)
37 command=lambda col=col: sortby(tree, col, int(not descending)))
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableSetNavigationTester.java 220 List<E> descending = new ArrayList<E>(); local
222 descending.add(i.next());
224 Collections.reverse(descending);
225 assertEquals(values, descending);
NavigableMapNavigationTester.java 239 List<Entry<K, V>> descending = new ArrayList<Entry<K, V>>(); local
241 descending.add(entry);
243 Collections.reverse(descending);
244 assertEquals(entries, descending);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
SortHeaderBot.java 129 final boolean descending = Matchers.present(
134 return descending
169 final boolean descending =
175 return descending
  /prebuilts/go/darwin-x86/src/sort/
example_search_test.go 27 // This example demonstrates searching a list sorted in descending order.
example_test.go 24 s = []int{6, 5, 4, 3, 2, 1} // sorted descending
52 s = []float64{5.2, 3.8, 2.6, 1.3, 0.7} // sorted descending
search_test.go 46 {"descending a", 7, func(i int) bool { return []int{99, 99, 59, 42, 7, 0, -1, -1}[i] <= 7 }, 4},
47 {"descending 7", 1e9, func(i int) bool { return 1e9-i <= 7 }, 1e9 - 7},
search.go 31 // Searching data sorted in descending order would use the <=
  /prebuilts/go/linux-x86/src/sort/
example_search_test.go 27 // This example demonstrates searching a list sorted in descending order.
example_test.go 24 s = []int{6, 5, 4, 3, 2, 1} // sorted descending
52 s = []float64{5.2, 3.8, 2.6, 1.3, 0.7} // sorted descending
search_test.go 46 {"descending a", 7, func(i int) bool { return []int{99, 99, 59, 42, 7, 0, -1, -1}[i] <= 7 }, 4},
47 {"descending 7", 1e9, func(i int) bool { return 1e9-i <= 7 }, 1e9 - 7},
search.go 31 // Searching data sorted in descending order would use the <=
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 245 List<Entry<E>> descending = new ArrayList<Entry<E>>(); local
246 Iterators.addAll(descending, sortedMultiset.descendingMultiset().entrySet().iterator());
247 Collections.reverse(descending);
248 assertEquals(ascending, descending);
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
importer_test.go 70 // the init functions appear in descending priority order.
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer_test.go 70 // the init functions appear in descending priority order.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 841 let descending = false
847 descending = !descending // Reverse order
850 descending = (column != "Name")
862 if (descending) entries.reverse()
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 841 let descending = false
847 descending = !descending // Reverse order
850 descending = (column != "Name")
862 if (descending) entries.reverse()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 1105 or the longest descending sequence, with
1109 Boolean *descending is set to 0 in the former case, or to 1 in the latter.
1111 "descending" is needed so that the caller can safely reverse a descending
1118 count_run(PyObject **lo, PyObject **hi, PyObject *compare, int *descending)
1124 *descending = 0;
1131 *descending = 1;
2133 int descending; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 1105 or the longest descending sequence, with
1109 Boolean *descending is set to 0 in the former case, or to 1 in the latter.
1111 "descending" is needed so that the caller can safely reverse a descending
1118 count_run(PyObject **lo, PyObject **hi, PyObject *compare, int *descending)
1124 *descending = 0;
1131 *descending = 1;
2132 int descending; local
    [all...]
  /external/python/cpython2/Objects/
listobject.c 1108 or the longest descending sequence, with
1112 Boolean *descending is set to 0 in the former case, or to 1 in the latter.
1114 "descending" is needed so that the caller can safely reverse a descending
1121 count_run(PyObject **lo, PyObject **hi, PyObject *compare, int *descending)
1127 *descending = 0;
1134 *descending = 1;
2136 int descending; local
    [all...]
  /external/python/cpython3/Objects/
listobject.c 1122 or the longest descending sequence, with
1126 Boolean *descending is set to 0 in the former case, or to 1 in the latter.
1128 "descending" is needed so that the caller can safely reverse a descending
1135 count_run(PyObject **lo, PyObject **hi, int *descending)
1141 *descending = 0;
1148 *descending = 1;
2007 int descending; local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
  /external/doclava/res/assets/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",

Completed in 525 milliseconds

1 2 3 4 5 6 7