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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/resources/META-INF/services/
java.util.ServiceLoaderTestInterface 7 java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParametersHeader.java 56 protected DuplicateNameValueList duplicates; field in class:ParametersHeader
60 this.duplicates = new DuplicateNameValueList();
66 this.duplicates = new DuplicateNameValueList();
72 this.duplicates = new DuplicateNameValueList();
486 duplicates.set(nv);
494 this.duplicates.set(nameValue);
503 return this.duplicates.getParameter(name);
509 return duplicates;
520 return this.duplicates.getValue(name);
531 return duplicates.getNames()
    [all...]
  /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.
  /libcore/luni/src/main/java/java/lang/
Throwable.java 224 int duplicates = 0; local
229 duplicates++;
234 return duplicates;
277 int duplicates = countDuplicates(currentStack, parentStack); local
278 for (int i = 0; i < currentStack.length - duplicates; i++) {
281 if (duplicates > 0) {
282 err.println("\t... " + duplicates + " more");
315 int duplicates = countDuplicates(currentStack, parentStack); local
316 for (int i = 0; i < currentStack.length - duplicates; i++) {
319 if (duplicates > 0)
    [all...]
  /external/clearsilver/man/man3/
hdf_set_valuef.3 39 duplicates the value portion, and then we free the
  /libcore/luni/src/main/java/java/security/
DomainCombiner.java 33 * duplicates and perform other optimizations.
  /libcore/luni/src/main/java/java/util/
DuplicateFormatFlagsException.java 33 * containing duplicates.
  /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
  /frameworks/base/core/java/com/google/android/collect/
Sets.java 62 * duplicates)
85 * duplicates)
  /libcore/luni/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
  /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 338 // Use HashSet to track duplicates
339 HashSet<CharSequence> duplicates = local
341 duplicates.add(startApp);
345 if ( (jApp == null) || (duplicates.contains(jApp))) {
349 duplicates.add(jApp);
353 duplicates.clear();
  /dalvik/vm/reflect/
Proxy.c 156 * - has one method for each method in the interfaces (for duplicates,
386 * Identify and remove duplicates.
413 * Identify and remove duplicates, where "duplicate" means it has the
448 * If there are no duplicates, we copy the method and NULL the entry.
451 * have bad duplicates and must exit with an exception.
460 * Find all duplicates. If any of the return types is not
492 * If this is the best of a set of duplicates, copy it over and
493 * nuke all duplicates.
510 * Run through one more time, erasing the duplicates. (This
756 /* copy results back out; this eliminates duplicates as we go *
    [all...]
  /build/core/
dynamic_binary.mk 26 # TODO: This duplicates logic from base_rules.mk because we need to
28 # Consolidate the duplicates.
  /external/bouncycastle/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
  /external/chromium/third_party/icu/source/common/
unorm_it.h 29 * This internal API basically duplicates the functionality of the C++ Normalizer
  /external/emma/core/java12/com/vladium/emma/report/
ItemComparator.java 36 // TODO: validate against duplicates

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011>>