Searched defs:natural (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DOrdering.java71 * Returns a serializable ordering that uses the natural order of the values.
81 public static <C extends Comparable> Ordering<C> natural() { method in class:Ordering
256 * Returns an ordering that compares objects by the natural ordering of their
318 // Ordering<String> o = Ordering.<String>natural().reverse();
343 * a lexicographical natural ordering over integers considers {@code
355 // Ordering.<String>natural().lexicographical();
372 // Ordering<String> o = Ordering.<String>natural().nullsFirst();
383 // Ordering<String> o = Ordering.<String>natural().nullsLast();
/external/mksh/src/
H A Dexpr.c158 bool natural; member in struct:expr_state
161 #define bivui(x, op, y) (es->natural ? \
238 if (es->arith && es->natural)
384 * signed arithmetics (!es->natural) case,
389 if (!es->natural &&
403 if (!es->natural &&
529 es->natural = true; /* switch to unsigned */
625 if (es->natural)
630 if (es->natural)
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 99 milliseconds