/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultimapTestSuiteBuilder.java | 373 Iterable<Map.Entry<K, V>> ordered = multimapGenerator.order(builder); local 375 for (Map.Entry<K, V> entry : ordered) { 471 Iterable<Entry<K, V>> ordered = multimapGenerator.order(entries); local 473 for (Entry<K, V> entry : ordered) { 539 Iterable<Entry<K, V>> ordered = multimapGenerator.order(entries); local 541 for (Entry<K, V> entry : ordered) {
|
/external/opencv/cv/src/ |
cvcalibinit.cpp | 116 bool ordered; // true if corners/neighbors are ordered counter-clockwise member in struct:CvCBQuad 401 if (quads[i].ordered) 532 // but all other quads are ordered consistently 575 start->ordered = true; 611 if (neighbor && neighbor->ordered == false && neighbor->count == 4) 615 neighbor->ordered = true; 708 if (neighbor && !neighbor->ordered && // is it an inner quad? 716 neighbor->ordered = true; 731 if (quads[i]->count < 4 && quads[i]->ordered) [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
LongStream.java | 232 * stream pipelines, it can be quite expensive on ordered parallel pipelines, 261 * stream pipelines, it can be quite expensive on ordered parallel pipelines, 708 * Returns a sequential ordered stream whose elements are the specified values. 718 * Returns an infinite sequential ordered {@code LongStream} produced by iterative 752 Spliterator.ORDERED | Spliterator.IMMUTABLE | Spliterator.NONNULL), false); 770 * Returns a sequential ordered {@code LongStream} from {@code startInclusive} [all...] |
SpinedBuffer.java | 42 * An ordered collection of elements. Elements can be added, but not removed. 275 = Spliterator.SIZED | Spliterator.ORDERED | Spliterator.SUBSIZED; 404 * An ordered collection of primitive values. Elements can be added, but 723 * An ordered collection of {@code int} values. 837 * An ordered collection of {@code long} values. [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | 468 * @deprecated use an ordered constructor! The hashtable ordering is rarely correct 592 * some such, converting it into an ordered set of name attributes. 603 * some such, converting it into an ordered set of name attributes with each 617 * some such, converting it into an ordered set of name attributes. If reverse 631 * some such, converting it into an ordered set of name attributes with each 647 * some such, converting it into an ordered set of name attributes. lookUp 767 * some such, converting it into an ordered set of name attributes. lookUp [all...] |
/external/clang/lib/Parse/ |
ParseOpenMP.cpp | 162 /// 'barrier' | 'taskwait' | 'flush' | 'ordered' | 'atomic' | 298 // OpenMP [2.13.8, ordered Construct, Syntax] 299 // If the depend clause is specified, the ordered construct is a stand-alone 516 // Only one ordered clause can appear on a loop directive. 640 /// \brief Parsing of OpenMP clauses like 'ordered'. 642 /// ordered-clause: 643 /// 'ordered' [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 190 * GlyphIDs--ordered by Coverage Index */ 394 * ordered by Coverage Index */ 538 * ordered by Coverage Index */ 679 * with the second component--ordered 757 * ordered by preference */ 846 * ordered by Coverage Index */ 1027 * GlyphIDs--ordered by Coverage Index */ [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
UserController.java | 388 String data, Bundle extras, boolean ordered, 509 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { 538 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { 731 * <li>{@link Intent#ACTION_USER_STARTING} - ordered broadcast sent to registered receivers 733 * <li>{@link Intent#ACTION_LOCKED_BOOT_COMPLETED} - ordered broadcast sent to receivers of [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/ |
IdCreator.java | 193 // MethodIds must be ordered. 268 // TypeIds must be ordered. 328 // StringData must be ordered. 427 // FieldIds must be ordered. 729 // ProtoIds must be ordered.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
AttentionManagementVerifierActivity.java | 456 // ordered by time: C, B, A 500 // ordered by priority: B, C, A 676 // ordered by contact affinity: A, B, C 720 // ordered by contact affinity: A, B, C 764 // ordered by contact affinity: A, B, C [all...] |
/external/autotest/site_utils/ |
status_history.py | 176 range. The list is ordered as it was returned by the query 257 time range. The list is ordered as it was returned by the 311 interval, ordered in reverse, from latest 317 `end_time`, ordered from latest to 477 The list is returned as with `self._history`, ordered from
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameLowering.cpp | 135 /// Creates an ordered list of registers that are spilled 137 /// Registers are ordered according to their frame offset. 157 /// Creates an ordered list of EH info register 'spills'. 159 /// Registers are ordered according to their frame offset. 188 /// The SP will be adjusted at the same time, thus the SpillList must be ordered
|
/external/opencv3/3rdparty/libwebp/webp/ |
decode.h | 56 // Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B... ordered data. 60 // Same as WebPDecodeRGBA, but returning B, G, R, A, B, G, R, A... ordered data. 64 // Same as WebPDecodeRGBA, but returning R, G, B, R, G, B... ordered data. 69 // Same as WebPDecodeRGB, but returning B, G, R, B, G, R... ordered data. 133 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
|
/external/webp/include/webp/ |
decode.h | 56 // Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B... ordered data. 60 // Same as WebPDecodeRGBA, but returning B, G, R, A, B, G, R, A... ordered data. 64 // Same as WebPDecodeRGBA, but returning R, G, B, R, G, B... ordered data. 69 // Same as WebPDecodeRGB, but returning B, G, R, B, G, R... ordered data. 136 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
|
/external/webp/src/webp/ |
decode.h | 56 // Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B... ordered data. 60 // Same as WebPDecodeRGBA, but returning B, G, R, A, B, G, R, A... ordered data. 64 // Same as WebPDecodeRGBA, but returning R, G, B, R, G, B... ordered data. 69 // Same as WebPDecodeRGB, but returning B, G, R, B, G, R... ordered data. 136 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
TokenRewriteStream.js | 173 /** Add an instruction to the rewrite instruction list ordered by 175 * The list is ordered so that toString() can be done efficiently. 178 * must be ordered to ensure proper behavior. For example, a delete at
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
cloudstorage_api.py | 241 A GCSFileStat iterator over matched files ordered by filename. 246 A GCSFileStat iterator over matched files and directories ordered by 316 They are ordered by GCSFileStat.filename.
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableMultiset.java | 144 * <p>The multiset is ordered by the first occurrence of each element. For 158 * <p>The multiset is ordered by the first occurrence of each element. For 222 * <p>The multiset is ordered by the first occurrence of each element. For
|
MultimapBuilder.java | 136 * Uses a naturally-ordered {@link TreeMap} to map keys to value collections. 376 * Uses a naturally-ordered {@link TreeSet} to store value collections. 384 * Uses a {@link TreeSet} ordered by the specified comparator to store value collections.
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMultiset.java | 143 * <p>The multiset is ordered by the first occurrence of each element. For 157 * <p>The multiset is ordered by the first occurrence of each element. For 221 * <p>The multiset is ordered by the first occurrence of each element. For
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CurrencyMetaInfo.java | 457 * are ordered by country code, then by highest to lowest priority (0 is highest). 468 * Results are ordered as in {@link #currencyInfo(CurrencyFilter)}. 480 * Results are ordered as in {@link #currencyInfo(CurrencyFilter)}.
|
/libcore/luni/src/test/java/libcore/java/util/ |
TreeMapTest.java | 499 assertTrue(keys.spliterator().hasCharacteristics(Spliterator.ORDERED | Spliterator.SORTED)); 531 assertTrue(values.spliterator().hasCharacteristics(Spliterator.ORDERED | Spliterator.SIZED)); 566 assertTrue(values.spliterator().hasCharacteristics(Spliterator.ORDERED | Spliterator.SORTED));
|
/libcore/ojluni/src/main/java/java/util/ |
SortedSet.java | 30 * The elements are ordered using their {@linkplain Comparable natural 227 * {@link Spliterator#SORTED} and {@link Spliterator#ORDERED}. 257 this, Spliterator.DISTINCT | Spliterator.SORTED | Spliterator.ORDERED) {
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLSession.java | 224 * @return an ordered array of peer certificates, 247 * @return an ordered array of certificates, 268 * @return an ordered array of peer X.509 certificates,
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
NewOutgoingCallIntentBroadcaster.java | 42 * ACTION_NEW_OUTGOING_CALL intent. ACTION_NEW_OUTGOING_CALL is an ordered broadcast intent which 291 * Sends a new outgoing call ordered broadcast so that third party apps can cancel the 296 * @param receiverRequired Whether or not the result from the ordered broadcast should be
|