OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:order
(Results
1626 - 1650
of
5392
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java
17
* are {@link Attribute_info} structures. The
order
in which they appear is
/external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Integer_info.java
23
* first)
order
.
CONSTANT_Long_info.java
24
* and low_bytes are stored in big-endian (high byte first)
order
.
CONSTANT_Utf8_info.java
21
* (high byte first)
order
. There are two differences between this format and the
/external/emma/
test.sh
131
echo Tests failed: same lines, different
order
: See $TESTDIR/diff-ordered
/external/freetype/include/freetype/
ftbitmap.h
28
#error "Please fix the directory search
order
for header files"
ftsnames.h
31
#error "Please fix the directory search
order
for header files"
fttrigon.h
26
#error "Please fix the directory search
order
for header files"
ftwinfnt.h
27
#error "Please fix the directory search
order
for header files"
/external/freetype/include/freetype/internal/
ftmemory.h
224
/* _typed_ in
order
to automatically compute array element sizes. */
ftrfork.h
42
/* by the
order
of resource IDs instead of its appearance in the file. */
/external/freetype/src/pshinter/
pshalgo.h
62
FT_Int
order
;
member in struct:PSH_HintRec_
/external/grub/stage2/
smp-imps.h
11
* document,
order
number 242016-004, which can be ordered from the
/external/gtest/samples/
sample7_unittest.cc
110
// In
order
to run value-parameterized tests, you need to instantiate them,
sample8_unittest.cc
148
// In
order
to run value-parameterized tests, you need to instantiate them,
/external/gtest/test/
gtest_repeat_test.cc
133
// WRT
order
of tests.
gtest_stress_test.cc
38
// We must define this macro in
order
to #include
/external/guava/javadoc/com/google/common/collect/
LinkedListMultimap.html
108
iteration
order
for both keys and values. The iteration
order
is preserved
115
... the iteration
order
for <A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#keys()"><CODE>keys()</CODE></A> is <code>[key1, key2, key1]</code>,
117
iteration
order
is kept consistent between keys, entries and values. For
120
changes the entries iteration
order
to <code>[key2=bar, key1=baz]</code> and the
121
key iteration
order
to <code>[key2, key1]</code>. The <A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#entries()"><CODE>entries()</CODE></A> iterator
123
iteration
order
as much as possible.
126
through the keys in the
order
they were first added to the multimap.
128
return collections that iterate through the values in the
order
they were
130
<A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#values()"><CODE>values()</CODE></A> iterate across the key-value mappings in the
order
they wer
[
all
...]
/external/guava/javadoc/com/google/common/collect/class-use/
ImmutableBiMap.html
193
Returns an immutable map containing the given entries, in
order
.</TD>
213
Returns an immutable map containing the given entries, in
order
.</TD>
235
Returns an immutable map containing the given entries, in
order
.</TD>
259
Returns an immutable map containing the given entries, in
order
.</TD>
ImmutableListMultimap.html
203
Returns an immutable multimap containing the given entries, in
order
.</TD>
223
Returns an immutable multimap containing the given entries, in
order
.</TD>
245
Returns an immutable multimap containing the given entries, in
order
.</TD>
269
Returns an immutable multimap containing the given entries, in
order
.</TD>
ImmutableSetMultimap.html
185
Returns an immutable multimap containing the given entries, in
order
.</TD>
205
Returns an immutable multimap containing the given entries, in
order
.</TD>
227
Returns an immutable multimap containing the given entries, in
order
.</TD>
251
Returns an immutable multimap containing the given entries, in
order
.</TD>
/external/guava/src/com/google/common/collect/
ArrayListMultimap.java
39
* ordering of values for a given key agrees with the
order
in which the values
Iterables.java
185
* Determines whether two iterables contain equal elements in the same
order
.
442
* three and two elements, all in the original
order
.
473
* two inner lists of three elements each, all in the original
order
.
675
* Adapts a list to an iterable with reversed iteration
order
. It is
Multiset.java
30
* A collection that supports
order
-independent equality, like {@link Set}, but
176
* either is immediately reflected in the other. The
order
of the elements in
196
* {@link #elementSet}). The
order
of the elements in the element set is
282
* elements with equal counts, regardless of
order
.
RegularImmutableMap.java
34
private final transient Entry<K, V>[] entries; // entries in insertion
order
Completed in 102 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>