HomeSort by relevance Sort by last modified time
    Searched refs:natural (Results 1 - 22 of 22) sorted by null

  /external/clang/test/Parser/
pragma-options.c 9 #pragma options align=natural
19 #pragma align=natural
  /external/clang/test/Sema/
pragma-pack-and-options-align.c 12 #pragma options align=natural
  /external/qemu/audio/
mixeng.c 32 #define ENDIAN_CONVERSION natural
68 #define ENDIAN_CONVERSION natural
89 #define ENDIAN_CONVERSION natural
110 #define ENDIAN_CONVERSION natural
131 #define ENDIAN_CONVERSION natural
  /external/guava/src/com/google/common/collect/
ImmutableSortedSet.java 38 * natural sort ordering of their elements. Either way, null elements are not
64 * With natural ordering of elements, the following relation determines whether
89 private static final Comparator NATURAL_ORDER = Ordering.natural();
122 return new RegularImmutableSortedSet<E>(array, Ordering.natural());
127 * their natural ordering. When multiple elements are equivalent according to
135 return ofInternal(Ordering.natural(), e1, e2);
140 * their natural ordering. When multiple elements are equivalent according to
148 return ofInternal(Ordering.natural(), e1, e2, e3);
153 * their natural ordering. When multiple elements are equivalent according to
161 return ofInternal(Ordering.natural(), e1, e2, e3, e4)
    [all...]
TreeMultimap.java 37 * their natural ordering or by supplied comparators. In all cases, this
48 * through the keys according to the key comparator ordering or the natural
51 * to the value comparator ordering or the natural ordering of the values. The
60 * supported. The natural ordering does not support nulls. All optional multimap
77 * Creates an empty {@code TreeMultimap} ordered by the natural ordering of
83 return new TreeMultimap<K, V>(Ordering.natural(), Ordering.natural());
88 * Neither comparator may be null; use {@link Ordering#natural()} to specify
89 * natural order.
102 * Constructs a {@code TreeMultimap}, ordered by the natural ordering of it
    [all...]
ImmutableSortedMap.java 64 private static final Comparator NATURAL_ORDER = Ordering.natural();
95 return new ImmutableSortedMap<K, V>(entries, Ordering.natural());
100 * natural ordering of their keys.
103 * their natural ordering
107 return new Builder<K, V>(Ordering.natural())
113 * natural ordering of their keys.
116 * their natural ordering
120 return new Builder<K, V>(Ordering.natural())
126 * natural ordering of their keys.
129 * their natural orderin
    [all...]
ReverseNaturalOrdering.java 24 /** An ordering that uses the reverse of the natural order of the values. */
43 return Ordering.natural();
78 return "Ordering.natural().reverse()";
Ordering.java 65 * Returns a serializable ordering that uses the natural order of the values.
75 public static <C extends Comparable> Ordering<C> natural() { method in class:Ordering
249 * Returns an ordering that compares objects by the natural ordering of their
311 // Ordering<String> o = Ordering.<String>natural().reverse();
336 * a lexicographical natural ordering over integers considers {@code
348 // Ordering.<String>natural().lexicographical();
365 // Ordering<String> o = Ordering.<String>natural().nullsFirst();
376 // Ordering<String> o = Ordering.<String>natural().nullsLast();
  /external/mksh/src/
expr.c 137 bool natural; /* unsigned arithmetic calculation */ member in struct:expr_state
140 #define bivui(x, op, y) (es->natural ? \
145 if (es->natural) \
151 if (es->natural) \
204 curstate.natural = false;
232 if (es->arith && es->natural)
494 es->natural = true; /* switch to unsigned */
590 if (es->natural)
595 if (es->natural)
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLImageElement05.js 78 The height attribute overrides the natural "height" of the image.
HTMLImageElement12.js 78 The width attribute overrides the natural "width" of the image.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLImageElement05.js 78 The height attribute overrides the natural "height" of the image.
HTMLImageElement12.js 78 The width attribute overrides the natural "width" of the image.
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 31 // "natural" result of the way the canonicalizer is written. There doesn't
file.js 31 // "natural" result of the way the canonicalizer is written. There doesn't
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 912 static void webkit_web_view_get_preferred_width(GtkWidget* widget, gint* minimum, gint* natural)
923 *minimum = *natural = view->contentsWidth();
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 270 * the parameter, to negate it. Before is more natural, after
  /external/iproute2/doc/
ip-tunnels.tex 420 Actually, such setup is the most natural for tunneling,
ip-cref.tex 466 types may have their natural address format, f.e.\ addresses
500 natural for the architecture is exceeded, so continuous monitoring requires
739 It is natural to interpret link layer addresses
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 241 milliseconds