Home
last modified time | relevance | path

Searched refs:ascending (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/
Dlayer1.py455 def list_jobs_by_pipeline(self, pipeline_id=None, ascending=None, argument
484 if ascending is not None:
485 params['Ascending'] = ascending
491 def list_jobs_by_status(self, status=None, ascending=None, argument
519 if ascending is not None:
520 params['Ascending'] = ascending
526 def list_pipelines(self, ascending=None, page_token=None): argument
544 if ascending is not None:
545 params['Ascending'] = ascending
551 def list_presets(self, ascending=None, page_token=None): argument
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java111 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() argument
112 countOrdering = ascending ? 1 : -1; in EntryComparator()
125 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount() argument
126 return getKeysetSortedByCount(ascending, null); in getKeysetSortedByCount()
129 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument
130 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue)); in getKeysetSortedByCount()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCounter.java112 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() argument
113 countOrdering = ascending ? 1 : -1; in EntryComparator()
126 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount() argument
127 return getKeysetSortedByCount(ascending, null); in getKeysetSortedByCount()
130 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument
131 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue)); in getKeysetSortedByCount()
/external/guava/guava-tests/test/com/google/common/hash/
DCrc32cHashFunctionTest.java47 byte[] ascending = new byte[32]; in testAscending()
49 ascending[i] = (byte) i; in testAscending()
51 assertCrc(0x46dd794e, ascending); in testAscending()
/external/testng/eclipse-projects/beust.com/web/
Dsite.xsl16 <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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
Draster.txt250 be either ascending or descending, i.e., it is monotonic in the
376 necessarily y-monotonic (i.e., flat, ascending, or descending),
399 P1.y <= P2.y <= P3.y for an ever-ascending arc
537 y-monotonic (ascending or descending, and never flat). We now
574 One list, called the `left' one, only contains ascending
592 >/ / | | | them are ascending (1 &
/external/opencv3/modules/imgproc/src/
Dcolormap.cpp63 static Mat argsort(InputArray _src, bool ascending=true) in argsort() argument
68 int flags = SORT_EVERY_ROW | (ascending ? SORT_ASCENDING : SORT_DESCENDING); in argsort()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetNavigationTester.java243 List<Entry<E>> ascending = new ArrayList<Entry<E>>(); in testDescendingNavigation() local
244 Iterators.addAll(ascending, sortedMultiset.entrySet().iterator()); in testDescendingNavigation()
248 assertEquals(ascending, descending); in testDescendingNavigation()
/external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/
DSOURCES.txt128 paste/cowbell/bell-ascending.png
/external/opencv3/modules/core/src/
Dlda.cpp41 static Mat argsort(InputArray _src, bool ascending=true) in argsort() argument
48 int flags = SORT_EVERY_ROW | (ascending ? SORT_ASCENDING : SORT_DESCENDING); in argsort()
/external/valgrind/docs/internals/
Dsegments-seginfos.txt113 overlap, or appear in non-ascending order, etc. The results might depend on
/external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/
Dpy_matcher.markdown68 best matches in two images. We sort them in ascending order of their distances so that best matches
/external/libvorbis/doc/
D07-floor1.tex349 \varname{[floor1_step2_flag]'} according to ascending sort order of the
D03-codebook.tex116 codebook is encoded in ascending length order. Rather than reading
/external/chromium-trace/catapult/third_party/flot/
DAPI.md188 sorted: null/false, true, "ascending", "descending", "reverse", or a comparator
223 them alphabetically, you can specify true, "ascending" or "descending", where
224 true and "ascending" are equivalent.
233 // sort alphabetically in ascending order
Djquery.flot.js2750 var ascending = options.legend.sorted != "descending"; variable
2753 (a.label < b.label) != ascending ? 1 : -1 // Logical XOR
Djquery.flot.min.js8 …se()}else{var ascending=options.legend.sorted!="descending";entries.sort(function(a,b){return a.la…
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.asm302 ; r7 dest + 0 * dest_stride, ascending (1, 2, 3, ...)
304 ; r10 dest + 16 * dest_stride, ascending (17, 18, 19, ...)
/external/llvm/test/MC/ARM/
Ddiagnostics.s288 @ CHECK-ERRORS: warning: register list not in ascending order
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
Dwords.txt174 ascending
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt174 ascending
/external/gmock/include/gmock/
Dgmock-generated-actions.h.pump164 // to be in an ascending or descending order.
/external/llvm/docs/
DCoverageMappingFormat.rst499 sorted in an ascending order by the region's starting location.
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump164 // to be in an ascending or descending order.
/external/chromium-trace/catapult/tracing/third_party/d3/
Dd3.min.js1 …ction(){return va(this,n)}}function z(n){return arguments.length||(n=Xo.ascending),function(t,e){r…
2 …turn arguments.length?(n=t.filter(function(n){return!isNaN(n)}).sort(Xo.ascending),e()):n},r.range…
3ascending=function(n,t){return t>n?-1:n>t?1:n>=t?0:0/0},Xo.descending=function(n,t){return n>t?-1:… function

12