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

  /external/guava/src/com/google/common/collect/
Ordering.java 39 * if (Ordering.from(comparator).reverse().isOrdered(list)) { ... }}</pre>
42 * Ordering} instance for a pre-existing comparator. You can also skip the
43 * comparator step and extend {@code Ordering} directly: <pre> {@code
45 * Ordering<String> byLengthOrdering = new Ordering<String>() {
53 * are. For example, if {@code ordering} and {@code function} can themselves be
54 * serialized, then {@code ordering.onResultOf(function)} can as well.
61 public abstract class Ordering<T> implements Comparator<T> {
65 * Returns a serializable ordering that uses the natural order of the values.
66 * The ordering throws a {@link NullPointerException} when passed a nul
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 171 /// SDNodeOrdering - The ordering of the SDNodes. It roughly corresponds to
172 /// the ordering of the original LLVM instructions.
173 SDNodeOrdering *Ordering;
593 AtomicOrdering Ordering,
598 AtomicOrdering Ordering,
605 unsigned Alignment, AtomicOrdering Ordering,
609 AtomicOrdering Ordering,
617 AtomicOrdering Ordering,
621 AtomicOrdering Ordering,
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 452 milliseconds