Searched refs:sorter (Results 1 – 6 of 6) sorted by relevance
/external/dropbear/libtomcrypt/testprof/ |
D | tomcrypt_test.h | 51 int sorter(const void *a, const void *b);
|
D | x86_prof.c | 7 int sorter(const void *a, const void *b) in sorter() function 22 qsort(results, no_results, sizeof(struct list), &sorter); in tally_results()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemForEach.java | 298 NodeSorter sorter = new NodeSorter(xctxt); in sortNodes() local 305 sorter.sort(sourceNodes, keys, xctxt); in sortNodes()
|
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyFactory.java | 759 private static Comparator sorter = new Comparator() { field in ProxyFactory 776 Collections.sort(signatureMethods, sorter); in makeSortedMethodList()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | StylesSidebarPane.js | 1012 function sorter(a, b) function 1022 uniqueProperties.sort(sorter);
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 33306 ** there cannot be more than 31 buckets required by the merge sorter. 63593 ** row output from the sorter so that the row can be decomposed into 88250 ** stack into the sorter. 88564 ** there is a sorter, in which case the sorter has already limited 88699 ** then the results were placed in a sorter. After the loop is terminated 88700 ** we need to run the sorter and output the results. The following
|