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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/091-deep-interface-hierarchy/
info.txt 2 hierarchy super-interfaces were recursively concatenated without looking for duplicates.
  /libcore/luni/src/test/resources/META-INF/services/
libcore.java.util.ServiceLoaderTestInterface 7 libcore.java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
  /external/bison/m4/
isnan.m4 22 dnl Append $ISNANF_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
27 dnl Append $ISNAND_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
32 dnl Append $ISNANL_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
  /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/guava/src/com/google/common/collect/
AbstractListMultimap.java 56 * <p>Because the values for a given key may have duplicates and follow the
67 * <p>Because the values for a given key may have duplicates and follow the
78 * <p>Because the values for a given key may have duplicates and follow the
ListMultimap.java 43 * <p>Because the values for a given key may have duplicates and follow the
53 * <p>Because the values for a given key may have duplicates and follow the
63 * <p>Because the values for a given key may have duplicates and follow the
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
sort 7 ."and includes some duplicates. Make should sort all of the elements\n"
8 ."remove all duplicates\n";
  /external/chromium/chrome/browser/net/
url_request_tracking.h 16 // duplicates a field in the ResourceDispatcherHost's user data, but is also
  /libcore/luni/src/main/java/java/security/
DomainCombiner.java 28 * duplicates and perform other optimizations.
  /libcore/luni/src/main/java/java/util/
DuplicateFormatFlagsException.java 33 * containing duplicates.
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
TagsTests.java 28 // Make sure there are no duplicates in the tags table
  /packages/apps/Exchange/tests/src/com/android/exchange/
TagsTests.java 28 // 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/java/lang/
Throwable.java 250 int duplicates = 0; local
255 duplicates++;
260 return duplicates;
316 * @param parentStack the parent stack trace to suppress duplicates from, or
326 int duplicates = parentStack != null ? countDuplicates(stack, parentStack) : 0; local
327 for (int i = 0; i < stack.length - duplicates; i++) {
334 if (duplicates > 0) {
337 err.append(Integer.toString(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/bison/lib/
cloexec.h 34 /* Duplicates a file handle FD, while marking the copy to be closed
  /external/chromium/net/http/
http_auth_filter.cc 11 // Using a std::set<> has the benefit of removing duplicates automatically.
  /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.15/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
  /external/webkit/Source/WebKit/chromium/tests/
WebPageSerializerTest.cpp 130 EXPECT_EQ(1, frames.size()); // There should be no duplicates.
133 EXPECT_EQ(14, resources.size()); // There should be no duplicates.
176 EXPECT_EQ(4, frames.size()); // There should be no duplicates.
182 EXPECT_EQ(5, resources.size()); // There should be no duplicates.
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
BinaryDictInputOutputTest.java 32 // that it does not contain any duplicates.
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialLoaderTask.java 112 final Set<ContactMatch> duplicates = new HashSet<ContactMatch>(); local
119 if (duplicates.contains(contactMatch)) {
122 duplicates.add(contactMatch);

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 91011>>