Home
last modified time | relevance | path

Searched refs:descending (Results 1 – 25 of 91) sorted by relevance

1234

/external/guava/android/guava-tests/test/com/google/common/hash/
DCrc32cHashFunctionTest.java55 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/
DCrc32cHashFunctionTest.java55 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/
Dtreeview_multicolumn.py25 def sortby(tree, col, descending): argument
31 data.sort(reverse=descending)
37 command=lambda col=col: sortby(tree, col, int(not descending)))
/external/deqp/scripts/log/
DREADME.md12 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/apache-xml/src/main/java/org/apache/xalan/transformer/
DNodeSortKey.java76 boolean descending, String langValue, boolean caseOrderUpper, in NodeSortKey() argument
85 m_descending = descending; in NodeSortKey()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DNavigableSetNavigationTester.java221 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()
DNavigableMapNavigationTester.java241 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/guava-testlib/src/com/google/common/collect/testing/testers/
DNavigableSetNavigationTester.java221 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()
DNavigableMapNavigationTester.java241 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/ja/
Djobs-header.tmpl5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
/external/libcups/templates/ru/
Djobs-header.tmpl5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
/external/libcups/templates/es/
Djobs-header.tmpl5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
/external/toolchain-utils/android_bench_suite/
Dsynthmark.diff6 -# This file is intentionally empty, to prevent a platform build from descending further
/external/libcups/templates/pt_BR/
Djobs-header.tmpl5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
/external/libcups/templates/de/
Djobs-header.tmpl5 …s appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>
/external/libcups/templates/
Djobs-header.tmpl5 …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/
Dfvp_spmc_optee_sp_manifest.dts50 * in descending order.
Dfvp_spmc_manifest.dts63 * in descending order.
/external/freetype/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),
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/
Dclassifications.proto24 // The array of predicted classes, usually sorted by descending scores (e.g.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TopK.pbtxt32 descending order.
Dapi_def_TopKV2.pbtxt35 descending order.
/external/arm-trusted-firmware/plat/arm/board/tc0/fdts/
Dtc0_spmc_optee_sp_manifest.dts47 * descending order
Dtc0_spmc_manifest.dts61 * descending order
/external/tensorflow/tensorflow/lite/examples/ios/simple/
DRunModelViewController.mm48 // sorted by confidence in descending order.
74 // Copy to output vector and reverse into descending order.

1234