/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/ |
D | layer1.py | 455 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/ |
D | Counter.java | 111 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/ |
D | Counter.java | 112 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/ |
D | Crc32cHashFunctionTest.java | 47 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/ |
D | 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
D | raster.txt | 250 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/ |
D | colormap.cpp | 63 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/ |
D | MultisetNavigationTester.java | 243 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/ |
D | SOURCES.txt | 128 paste/cowbell/bell-ascending.png
|
/external/opencv3/modules/core/src/ |
D | lda.cpp | 41 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/ |
D | segments-seginfos.txt | 113 overlap, or appear in non-ascending order, etc. The results might depend on
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/ |
D | py_matcher.markdown | 68 best matches in two images. We sort them in ascending order of their distances so that best matches
|
/external/libvorbis/doc/ |
D | 07-floor1.tex | 349 \varname{[floor1_step2_flag]'} according to ascending sort order of the
|
D | 03-codebook.tex | 116 codebook is encoded in ascending length order. Rather than reading
|
/external/chromium-trace/catapult/third_party/flot/ |
D | API.md | 188 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
|
D | jquery.flot.js | 2750 var ascending = options.legend.sorted != "descending"; variable 2753 (a.label < b.label) != ascending ? 1 : -1 // Logical XOR
|
D | jquery.flot.min.js | 8 …se()}else{var ascending=options.legend.sorted!="descending";entries.sort(function(a,b){return a.la…
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.asm | 302 ; r7 dest + 0 * dest_stride, ascending (1, 2, 3, ...) 304 ; r10 dest + 16 * dest_stride, ascending (17, 18, 19, ...)
|
/external/llvm/test/MC/ARM/ |
D | diagnostics.s | 288 @ CHECK-ERRORS: warning: register list not in ascending order
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/ |
D | words.txt | 174 ascending
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 174 ascending
|
/external/gmock/include/gmock/ |
D | gmock-generated-actions.h.pump | 164 // to be in an ascending or descending order.
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 499 sorted in an ascending order by the region's starting location.
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h.pump | 164 // to be in an ascending or descending order.
|
/external/chromium-trace/catapult/tracing/third_party/d3/ |
D | d3.min.js | 1 …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… 3 …ascending=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
|