HomeSort by relevance Sort by last modified time
    Searched defs:Sorter (Results 1 - 17 of 17) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
Sorter.java 21 public abstract class Sorter<Type> {
  /external/doclava/src/com/google/doclava/
Sorter.java 19 public class Sorter implements Comparable {
23 public Sorter(String l, Object d) {
29 return label.compareToIgnoreCase(((Sorter) other).label);
  /external/junit/src/org/junit/runner/manipulation/
Sorter.java 8 * A <code>Sorter</code> orders tests. In general you will not need
9 * to use a <code>Sorter</code> directly. Instead, use {@link org.junit.runner.Request#sortWith(Comparator)}.
13 public class Sorter implements Comparator<Description> {
15 * NULL is a <code>Sorter</code> that leaves elements in an undefined order
17 public static Sorter NULL= new Sorter(new Comparator<Description>() {
24 * Creates a <code>Sorter</code> that uses <code>comparator</code>
28 public Sorter(Comparator<Description> comparator) {
  /frameworks/base/test-runner/src/junit/runner/
Sorter.java 11 public class Sorter {
  /external/chromium_org/chrome/browser/download/
download_query.cc 326 // AddSorter() creates a Sorter and pushes it onto sorters_. A Sorter is a
333 // the sorter's direction in order to indicate to std::partial_sort whether the
338 struct DownloadQuery::Sorter {
343 static Sorter Build(DownloadQuery::SortDirection adirection,
345 return Sorter(adirection, base::Bind(&Compare<ValueType>,
349 Sorter(DownloadQuery::SortDirection adirection,
352 sorter(asorter) {
354 ~Sorter() {}
357 SortType sorter; member in struct:DownloadQuery::Sorter
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 898 milliseconds