HomeSort by relevance Sort by last modified time
    Searched full:sorts (Results 1 - 25 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/webkit/data/test_shell/sort/
sort.html 14 var sorts = new Array();
15 sorts.push(new Sort("Bubble", sort_bubble));
16 sorts.push(new Sort("Insertion", sort_insertion));
17 sorts.push(new Sort("Quick", sort_quick));
18 sorts.push(new Sort("Heap", sort_heap));
25 for (var i = 0; i < sorts.length; i++) {
26 var sort = sorts[i];
36 for (var i = 0; i < sorts.length; i++) {
37 sorts[i].start();
42 for (var i = 0; i < sorts.length; i++)
    [all...]
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
info.txt 7 of the appropriate sorts of cpes.
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 40 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, int nbsorts)
59 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) ||
62 if (sorts[0] == NULL)
64 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
73 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
77 xsltEvalAttrValueTemplate(ctxt, sorts[j],
87 xsltTransformError(ctxt, NULL, sorts[j],
96 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j],
107 xsltTransformError(ctxt, NULL, sorts[j],
118 resultsTab[0] = xsltComputeSortResult(ctxt, sorts[0])
    [all...]
XSLTUnicodeSort.h 35 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
  /external/junit/src/org/junit/runner/manipulation/
Sortable.java 12 * Sorts the tests using <code>sorter</code>
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer.h 17 // Mixer collects results from providers, sorts them and publishes them to the
42 // Collects the results, sorts and publishes them.
omnibox_provider.h 39 // The omnibox AutocompleteController that collects/sorts/dup-
  /external/chromium_org/net/dns/
address_sorter.h 17 // Sorts AddressList according to RFC3484, by likelihood of successful
28 // Sorts |list|, which must include at least one IPv6 address.
  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 44 // sorts hiragana/katakana, Kanji/Chinese, English, other
52 // Kanji (sorts to inflow section)
60 // Chinese (sorts to inflow section)
63 // Korean Hangul (sorts to overflow section)
68 // Korean (sorts Korean, then English)
118 // Thai (sorts English then Thai)
126 // Arabic (sorts English then Arabic)
133 // Hebrew (sorts English then Hebrew)
  /external/chromium_org/components/browser_context_keyed_service/
dependency_graph.h 32 // Topologically sorts nodes to produce a safe construction order
37 // Topologically sorts nodes to produce a safe destruction order
  /external/openfst/src/bin/
fstarcsort.cc 20 // Sorts arcs of an FST.
36 string usage = "Sorts arcs of an FST.\n\n Usage: ";
fsttopsort.cc 20 // Topologically sorts an FST.
30 string usage = "Topologically sorts an FST.\n\n Usage: ";
  /external/webrtc/src/system_wrappers/interface/
sort.h 34 // Sorts intrinsic data types.
44 // Sorts arbitrary data types. This requires an array of intrinsically typed
  /external/chromium_org/third_party/skia/src/core/
SkTSort.h 95 /** Sorts the array of size count using comparator lessThan using a Heap Sort algorithm. Be sure to
113 /** Sorts the array of size count using comparator '<' using a Heap Sort algorithm. */
120 /** Sorts the array of size count using comparator lessThan using an Insertion Sort algorithm. */
184 /** Sorts the region from left to right using comparator lessThan using a Quick Sort algorithm. Be
200 /** Sorts the region from left to right using comparator '<' using a Quick Sort algorithm. */
205 /** Sorts the region from left to right using comparator '* < *' using a Quick Sort algorithm. */
  /external/skia/src/core/
SkTSort.h 95 /** Sorts the array of size count using comparator lessThan using a Heap Sort algorithm. Be sure to
113 /** Sorts the array of size count using comparator '<' using a Heap Sort algorithm. */
120 /** Sorts the array of size count using comparator lessThan using an Insertion Sort algorithm. */
184 /** Sorts the region from left to right using comparator lessThan using a Quick Sort algorithm. Be
200 /** Sorts the region from left to right using comparator '<' using a Quick Sort algorithm. */
205 /** Sorts the region from left to right using comparator '* < *' using a Quick Sort algorithm. */
  /external/chromium/net/base/
directory_lister.h 54 // FULL_PATH sorts by paths as strings, ignoring files v. directories
55 // DATE sorts by last modified date
  /external/chromium_org/net/base/
directory_lister.h 49 // FULL_PATH sorts by paths as strings, ignoring files v. directories
50 // DATE sorts by last modified date
  /external/chromium/chrome/browser/ui/cocoa/
l10n_util.h 12 // sorts the views in Y order bottom up. |context| is ignored.
  /external/chromium_org/chrome/browser/ui/cocoa/
l10n_util.h 12 // sorts the views in Y order bottom up. |context| is ignored.
  /external/chromium_org/chrome/browser/ui/webui/options/
pepper_flash_content_settings_utils.h 41 // Sorts |media_exceptions| in ascending order by comparing the |pattern|
  /external/chromium_org/third_party/icu/source/test/cintltst/
cjaptst.c 62 UCOL_GREATER, /*UCOL_LESS*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
64 UCOL_LESS, /*UCOL_GREATER*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
100 /*6*/ {0x30AD, 0x30FC, 0x3042, 0x0000}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
101 /*7*/ {0x30AD, 0x30FC, 0x30A2, 0x0000}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
  /external/chromium_org/third_party/icu/source/test/intltest/
ficoll.h 9 * specific primary and tertiary rules. For example, a-ring sorts after z
jacoll.cpp 60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
98 /*6*/ {0x30AD, 0x30FC, 0x3042, 0x0000}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
99 /*7*/ {0x30AD, 0x30FC, 0x30A2, 0x0000}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
thcoll.h 53 * test that invalid Thai sorts properly
trcoll.h 10 * sorts between h and j.

Completed in 1250 milliseconds

1 2 3 4 5 6 7 8 91011>>