HomeSort by relevance Sort by last modified time
    Searched full:duplicates (Results 176 - 200 of 1149) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-inline.h 81 to duplicates created within the function we inline into. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
unique_copy.h 85 // Check for length without duplicates
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 135 // Remove duplicates, when possible without data loss.
  /prebuilts/go/linux-x86/src/go/ast/
import.go 135 // Remove duplicates, when possible without data loss.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
unique_copy.h 85 // Check for length without duplicates
  /system/connectivity/shill/cellular/
mobile_operator_info_impl.cc 649 const vector<const MobileNetworkOperator*>& duplicates) const {
650 if (duplicates.empty())
653 for (auto candidate : duplicates) {
661 return duplicates[0];
  /system/core/libziparchive/
zip_archive_common.h 119 // The local file header for a given entry. This duplicates information
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elf32cr16.sc 40 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
elf32crx.sc 42 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 284 """Return the total number of headers, including duplicates."""
330 message, or were added to the message, and may contain duplicates.
340 message, or were added to the message, and may contain duplicates.
350 message, or were added to the message, and may contain duplicates.
376 message, and may contain duplicates. Any fields deleted and
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 284 """Return the total number of headers, including duplicates."""
330 message, or were added to the message, and may contain duplicates.
340 message, or were added to the message, and may contain duplicates.
350 message, or were added to the message, and may contain duplicates.
376 message, and may contain duplicates. Any fields deleted and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 284 """Return the total number of headers, including duplicates."""
330 message, or were added to the message, and may contain duplicates.
340 message, or were added to the message, and may contain duplicates.
350 message, or were added to the message, and may contain duplicates.
376 message, and may contain duplicates. Any fields deleted and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 284 """Return the total number of headers, including duplicates."""
330 message, or were added to the message, and may contain duplicates.
340 message, or were added to the message, and may contain duplicates.
350 message, or were added to the message, and may contain duplicates.
376 message, and may contain duplicates. Any fields deleted and
  /external/guava/guava/src/com/google/common/collect/
Sets.java 92 * @return an immutable set containing those elements, minus duplicates
110 * @return an immutable set containing those elements, minus duplicates
179 * @return a new {@code HashSet} containing those elements (minus duplicates)
215 * @return a new {@code HashSet} containing those elements (minus duplicates)
234 * @return a new {@code HashSet} containing those elements (minus duplicates)
266 * @return a new thread-safe set containing those elements (minus duplicates)
320 * duplicates)
360 * @return a new {@code TreeSet} containing those elements (minus duplicates)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
InternalLocaleBuilder.java 281 * BCP47 extensions are already validated and well-formed, but may contain duplicates
290 // ignore duplicates
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
InternalLocaleBuilder.java 277 * BCP47 extensions are already validated and well-formed, but may contain duplicates
286 // ignore duplicates
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
InternalLocaleBuilder.java 277 * BCP47 extensions are already validated and well-formed, but may contain duplicates
286 // ignore duplicates
  /external/skia/include/core/
SkStream.h 105 /** Duplicates this stream. If this cannot be done, returns NULL.
128 /** Duplicates this stream. If this cannot be done, returns NULL.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 219 * copy new items by value into the destination, ignoring order and duplicates
226 * without regard to order or duplicates.
  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 175 // Domains are matched using a most specific match, so don't allow duplicates.
177 // match for android.com equally. Do not allow any duplicates period.
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 391 * window, for every window there are no duplicates nodes, all nodes for a
446 // Check for duplicates
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 528 /* Don't check for duplicates in binary manifests */
570 check for duplicates */
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 528 /* Don't check for duplicates in binary manifests */
570 check for duplicates */
  /libcore/ojluni/src/main/java/java/util/stream/
Collectors.java     [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
MessageHeader.java 301 header. Duplicates are allowed */
310 header. Duplicates are allowed */

Completed in 4942 milliseconds

1 2 3 4 5 6 78 91011>>