HomeSort by relevance Sort by last modified time
    Searched full:natural (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/test/data/valid-messages/
no-padding.message 8 ## this byte array is filled with zeros to the natural length
  /external/guava/src/com/google/common/collect/
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...]
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...]
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()";
NaturalOrdering.java 26 /** An ordering that uses the natural order of the values. */
70 return "Ordering.natural()";
UsingToStringOrdering.java 23 /** An ordering that uses the reverse of the natural order of the values. */
AbstractSortedSetMultimap.java 66 * Consequently, the values do not follow their natural ordering or the
TreeMultiset.java 36 * their natural order or an explicit {@link Comparator}. In all cases, this
55 * Creates a new, empty multiset, sorted according to the elements' natural
84 * null value indicates that the elements' <i>natural ordering</i> should
93 * according to the elements' natural order.
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/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/bluetooth/glib/docs/reference/glib/tmpl/
numerical.sgml 68 The base of natural logarithms.
75 The natural logarithm of 2.
82 The natural logarithm of 10.
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 25 * according to their natural order or according to the comparator specified at
26 * construction time. If the queue uses natural ordering, only elements that are
52 * Constructs a priority queue with an initial capacity of 11 and natural
60 * Constructs a priority queue with the specified capacity and natural
78 * the specified comparator. If it is null, the natural ordering
94 * size of the collection. The queue uses natural ordering to order its
226 * @return the comparator of the priority queue or null if the natural
SortedMap.java 23 * natural ordering of its keys or the ordering given by a specified comparator.
30 * @return the comparator or {@code null} if the natural order is used.
SortedSet.java 23 * order is determined either by the elements natural ordering, or by a
36 * @return a comparator or null if the natural ordering is used.
  /external/srec/srec/clib/
log_add.h 27 ** To add two numbers stored as their natural logarithms
  /external/webkit/WebCore/html/
HTMLDataGridColElement.idl 35 attribute unsigned short sortDirection; // The sort direction for the column. Valid values are ascending, descending and natural (no sort applied).
DataGridColumn.idl 43 attribute unsigned short sortDirection; // The sort direction for the column. Valid values are ascending, descending and natural (no sort applied).
  /external/webkit/WebKit/chromium/public/
WebTextDirection.h 38 WebTextDirectionDefault, // Natural writing direction ("inherit")
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
types.h 76 16 -- "natural" 16-bit type (always short)
77 32 -- "natural" 32-bit type (always int)
78 64 -- "natural" 64-bit type (long or long long)
81 WORD -- natural type of __WORDSIZE bits (int or long)
  /dalvik/vm/arch/x86/
Hints386ABI.c 45 * particular, natural datatype alignments do not apply to passed arguments.
  /libcore/luni/src/main/java/java/lang/
Comparable.java 22 * <em>natural order</em> of their instances.
  /external/jpeg/
jutils.c 21 * of a DCT block read in natural order (left to right, top to bottom).
40 * jpeg_natural_order[i] is the natural-order position of the i'th element
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLanguage.java 42 * The Content-Language entity-header field describes the natural
59 * sender does not consider it to be specific to any natural language,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 109 // NATURAL ORDER
113 // The natural order is a monotonic and negative partial order iff the

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011>>