/external/guava/src/com/google/common/collect/ |
ListMultimap.java | 43 * <p>Because the values for a given key may have duplicates and follow the 52 * <p>Because the values for a given key may have duplicates and follow the 61 * <p>Because the values for a given key may have duplicates and follow the
|
Multimap.java | 43 * duplicates, the multimap will contain two mappings, and {@code get} will 45 * supporting duplicates, the multimap will contain a single mapping from the 99 * multimap size by 1. Other implementations prohibit duplicates, and storing 106 * doesn't allow duplicates 194 * Returns a collection, which may contain duplicates, of all keys. The number
|
AbstractSetMultimap.java | 64 * <p>Any duplicates in {@code values} will be stored in the multimap once.
|
SetMultimap.java | 66 * <p>Any duplicates in {@code values} will be stored in the multimap once.
|
SortedSetMultimap.java | 78 * <p>Any duplicates in {@code values} will be stored in the multimap once.
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Throwable.java | 234 int duplicates = 0; local 239 duplicates++; 244 return duplicates; 288 int duplicates = countDuplicates(currentStack, parentStack); local 289 for (int i = 0; i < currentStack.length - duplicates; i++) { 292 if (duplicates > 0) { 293 err.println("\t... " + duplicates + " more"); 325 int duplicates = countDuplicates(currentStack, parentStack); local 326 for (int i = 0; i < currentStack.length - duplicates; i++) { 329 if (duplicates > 0) [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
DomainCombiner.java | 33 * duplicates and perform other optimizations.
|
/external/clearsilver/man/man3/ |
hdf_set_valuef.3 | 39 duplicates the value portion, and then we free the
|
/packages/apps/Email/tests/src/com/android/exchange/ |
TagsTests.java | 27 // Make sure there are no duplicates in the tags table
|
/external/proguard/src/proguard/evaluation/ |
Stack.java | 365 * Duplicates the top Category 1 value. 382 * Duplicates the top Category 1 value, one Category 1 element down the 402 * Duplicates the top Category 1 value, two Category 1 elements (or one 422 * Duplicates the top Category 2 value (or alternatively, the equivalent 441 * Duplicates the top Category 2 value, one Category 1 element down the 463 * Duplicates the top Category 2 value, one Category 2 stack element down
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
DocumentType.java | 36 * not contained. Duplicates are discarded. For example in: 52 * DTD. Duplicates are discarded. Every node in this map also implements
|
/frameworks/base/core/java/com/google/android/collect/ |
Sets.java | 62 * duplicates) 85 * duplicates)
|
/dalvik/libcore/luni/src/main/java/java/util/ |
DuplicateFormatFlagsException.java | 33 * containing duplicates.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
string_chunks.sgml | 21 to remove duplicates.
|
/external/oprofile/libutil/ |
op_libiberty.h | 57 * Duplicates a region of memory without fail. First, alloc_size bytes
|
/external/proguard/src/proguard/ |
DuplicateClassPrinter.java | 29 * being duplicates.
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_resize.c | 31 /* Keep the last resize event so we don't post duplicates */
|
/external/v8/test/mjsunit/regress/ |
regress-937896.js | 29 // discard duplicates which caused the outer-most continue statement
|
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.java | 324 // Use HashSet to track duplicates 325 HashSet<CharSequence> duplicates = local 327 duplicates.add(startApp); 331 if ( (jApp == null) || (duplicates.contains(jApp))) { 335 duplicates.add(jApp); 339 duplicates.clear();
|
/dalvik/vm/reflect/ |
Proxy.c | 155 * - has one method for each method in the interfaces (for duplicates, 377 * Identify and remove duplicates. 404 * Identify and remove duplicates, where "duplicate" means it has the 440 * If there are no duplicates, we copy the method and NULL the entry. 443 * have bad duplicates and must exit with an exception. 452 * Find all duplicates. If any of the return types is not 484 * If this is the best of a set of duplicates, copy it over and 485 * nuke all duplicates. 502 * Run through one more time, erasing the duplicates. (This 748 /* copy results back out; this eliminates duplicates as we go * [all...] |
/build/core/ |
dynamic_binary.mk | 21 # TODO: This duplicates logic from base_rules.mk because we need to 23 # Consolidate the duplicates.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERObjectIdentifier.java | 116 * Intern the identifier so there aren't hundreds of duplicates 133 * Intern the identifier so there aren't hundreds of duplicates
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documenttypegetentities.java | 37 * There should be 5 entities. Duplicates should be ignored.
|
/external/emma/core/java12/com/vladium/emma/report/ |
ItemComparator.java | 36 // TODO: validate against duplicates
|
/external/icu4c/common/ |
unorm_it.h | 29 * This internal API basically duplicates the functionality of the C++ Normalizer
|