Searched defs:natural (Results 1 - 8 of 8) 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.c162 bool natural; member in struct:expr_state
237 if (es->arith && es->natural)
475 #define cmpop(op) (es->natural ? \
488 if (es->natural) {
495 if (es->natural) {
545 res = es->natural || vl->val.i >= 0 ?
632 es->natural = true;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jar ... static com.google.common.collect.Ordering natural () public static com.google.common.collect. ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jar ... static com.google.common.collect.Ordering natural () public static com.google.common.collect. ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 211 milliseconds