/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | Crc32cHashFunctionTest.java | 55 byte[] descending = new byte[32]; in testDescending() 57 descending[i] = (byte) (31 - i); in testDescending() 59 assertCrc(0x113fdb5c, descending); in testDescending()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | Crc32cHashFunctionTest.java | 55 byte[] descending = new byte[32]; in testDescending() 57 descending[i] = (byte) (31 - i); in testDescending() 59 assertCrc(0x113fdb5c, descending); in testDescending()
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | treeview_multicolumn.py | 25 def sortby(tree, col, descending): argument 31 data.sort(reverse=descending) 37 command=lambda col=col: sortby(tree, col, int(not descending)))
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | NodeSortKey.java | 76 boolean descending, String langValue, boolean caseOrderUpper, in NodeSortKey() argument 85 m_descending = descending; in NodeSortKey()
|
/external/deqp/scripts/log/ |
D | README.md | 12 1. A list of single tests sorted descending by the duration of execution. On this list one can 15 2. A list of groups of tests sorted descending by their total duration of execution. This list 18 3. A list of groups of tests sorted descending by an average duration of the test in this group
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | NavigableSetNavigationTester.java | 221 List<E> descending = new ArrayList<E>(); in testDescendingNavigation() local 223 descending.add(i.next()); in testDescendingNavigation() 225 Collections.reverse(descending); in testDescendingNavigation() 226 assertEquals(values, descending); in testDescendingNavigation()
|
D | NavigableMapNavigationTester.java | 241 List<Entry<K, V>> descending = new ArrayList<>(navigableMap.descendingMap().entrySet()); in testDescendingNavigation() local 242 Collections.reverse(descending); in testDescendingNavigation() 243 assertEquals(entries, descending); in testDescendingNavigation()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | NavigableSetNavigationTester.java | 221 List<E> descending = new ArrayList<E>(); in testDescendingNavigation() local 223 descending.add(i.next()); in testDescendingNavigation() 225 Collections.reverse(descending); in testDescendingNavigation() 226 assertEquals(values, descending); in testDescendingNavigation()
|
D | NavigableMapNavigationTester.java | 241 List<Entry<K, V>> descending = new ArrayList<>(navigableMap.descendingMap().entrySet()); in testDescendingNavigation() local 242 Collections.reverse(descending); in testDescendingNavigation() 243 assertEquals(entries, descending); in testDescendingNavigation()
|
/external/libcups/templates/ru/ |
D | jobs-header.tmpl | 5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
|
/external/libcups/templates/ja/ |
D | jobs-header.tmpl | 5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
|
/external/libcups/templates/pt_BR/ |
D | jobs-header.tmpl | 5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
|
/external/libcups/templates/es/ |
D | jobs-header.tmpl | 5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
|
/external/libcups/templates/de/ |
D | jobs-header.tmpl | 5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
|
/external/toolchain-utils/android_bench_suite/ |
D | synthmark.diff | 6 -# This file is intentionally empty, to prevent a platform build from descending further
|
/external/libcups/templates/ |
D | jobs-header.tmpl | 5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
|
/external/arm-trusted-firmware/plat/arm/board/fvp/fdts/ |
D | fvp_spmc_optee_sp_manifest.dts | 50 * in descending order.
|
D | fvp_spmc_manifest.dts | 63 * in descending order.
|
/external/freetype/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), 401 P1.y >= P2.y >= P3.y for an ever-descending arc 416 #---__ * P1P2P3 is ever-descending, but P1 516 is ever descending: We thus know that it doesn't contain the 537 y-monotonic (ascending or descending, and never flat). We now 575 profiles, while the other `right' list contains the descending 594 // // 3| | | v are descending (2 & 4).
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | classifications.proto | 24 // The array of predicted classes, usually sorted by descending scores (e.g.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TopKV2.pbtxt | 35 descending order.
|
D | api_def_TopK.pbtxt | 32 descending order.
|
/external/arm-trusted-firmware/plat/arm/board/tc0/fdts/ |
D | tc0_spmc_optee_sp_manifest.dts | 47 * descending order
|
D | tc0_spmc_manifest.dts | 61 * descending order
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/ |
D | RunModelViewController.mm | 48 // sorted by confidence in descending order. 74 // Copy to output vector and reverse into descending order.
|