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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/baksmali/src/test/resources/DuplicateTest/src/
README 3 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/autotest/frontend/migrations/
062_drone_sets_unique.py 45 'set. Please remove all duplicates before running this '
  /prebuilts/go/darwin-x86/pkg/include/
textflag.h 12 // pick one of the duplicates to use.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
textflag.go 17 // pick one of the duplicates to use.
  /prebuilts/go/darwin-x86/src/runtime/
textflag.h 12 // pick one of the duplicates to use.
  /prebuilts/go/linux-x86/pkg/include/
textflag.h 12 // pick one of the duplicates to use.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
textflag.go 17 // pick one of the duplicates to use.
  /prebuilts/go/linux-x86/src/runtime/
textflag.h 12 // pick one of the duplicates to use.
  /toolchain/binutils/binutils-2.25/libiberty/
xmemdup.c 10 Duplicates a region of memory without fail. First, @var{alloc_size} bytes
xstrdup.c 9 Duplicates a character string without fail, using @code{xmalloc} to
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
headers.py 40 """Return the total number of headers, including duplicates."""
78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
headers.py 40 """Return the total number of headers, including duplicates."""
78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 40 """Return the total number of headers, including duplicates."""
78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 40 """Return the total number of headers, including duplicates."""
78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /external/guava/guava/src/com/google/common/collect/
AbstractListMultimap.java 61 * <p>Because the values for a given key may have duplicates and follow the
72 * <p>Because the values for a given key may have duplicates and follow the
83 * <p>Because the values for a given key may have duplicates and follow the
ListMultimap.java 48 * <p>Because the values for a given key may have duplicates and follow the
58 * <p>Because the values for a given key may have duplicates and follow the
68 * <p>Because the values for a given key may have duplicates and follow the
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAlwaysInlinePass.cpp 12 /// duplicates of all other functions a marks the duplicates as always_inline.
  /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";
  /art/compiler/utils/
dedupe_set.h 30 // A set of Keys that support a HashFunc returning HashType. Used to find duplicates of Key in the
  /external/curl/lib/
slist.h 26 * Curl_slist_duplicate() duplicates a linked list. It always returns the
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ClassDef.java 104 * The static fields that are returned must have no duplicates.
113 * The instance fields that are returned must have no duplicates.
137 * The direct methods that are returned must have no duplicates.
146 * The virtual methods that are returned must have no duplicates.
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteractionsLoader.java 77 // Duplicates only occur because of fuzzy matching. No need to dedupe a single number.
86 * matching is inexact). Therefore, we need to remove duplicates. In a reasonable call log,
89 * @param interactions The interaction list potentially containing duplicates
90 * @return The list with duplicates removed

Completed in 1265 milliseconds

1 2 3 4 5 6 7 8 91011>>