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

1 23 4 5 6 7 8 91011>>

  /external/linux-tools-perf/util/
cpumap.c 139 /* check for duplicates */
  /external/llvm/lib/CodeGen/
AllocationOrder.h 59 /// As next(), but allow duplicates to be returned, and stop before the
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 52 /// has no duplicates.
  /external/skia/legacy/include/core/
SkPtrRecorder.h 69 // detect duplicates when add() is called. Hence we need to store the
  /external/skia/tests/
HashCacheTest.cpp 114 // add i:i duplicates (so each i will have a positive & negative entry)
  /external/v8/test/mjsunit/regress/
regress-219.js 30 // We should now allow duplicates of flags.
  /external/valgrind/main/coregrind/
pub_core_oset.h 37 // duplicates.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
stepsequence.py 58 # Remove duplicates.
  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 74 // thread. processorNumbers should not contain any duplicates and elements
  /frameworks/base/tools/aapt/
CrunchCache.cpp 80 // Clear out our data structures to avoid putting in duplicates
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentities.java 37 * There should be 5 entities. Duplicates should be ignored.
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
FusionDictionaryTest.java 100 // that it does not contain any duplicates.
  /external/bison/lib/
w32spawn.h 36 /* Duplicates a file handle, making the copy uninheritable.
68 /* Duplicates a file handle, making the copy uninheritable and ensuring the
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 149 * Intern the identifier so there aren't hundreds of duplicates
167 * Intern the identifier so there aren't hundreds of duplicates
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.h 129 // with duplicates of delimiter creating empty fields.
134 // with duplicates of delimiter ignored. Trailing delimiter ignored.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 177 Copy ctor duplicates settings.
183 Assignment optor duplicates settings
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_matching.h 177 Copy ctor duplicates settings.
183 Assignment optor duplicates settings
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 177 Copy ctor duplicates settings.
183 Assignment optor duplicates settings
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 557 // Use HashSet to track duplicates
558 HashSet<CharSequence> duplicates = local
560 duplicates.add(startApp);
564 if ( (jApp == null) || (duplicates.contains(jApp))) {
568 duplicates.add(jApp);
572 duplicates.clear();
  /external/v8/src/
store-buffer.cc 153 // Remove adjacent duplicates and cells that do not point at new space.
609 // all duplicates and pointers to old space.
677 // duplicates. In the interest of speed this is a lossy operation. Some
678 // duplicates will remain. We have two hash sets with different hash
701 // cause some duplicates to remain undetected.
factory.cc 882 // Number of duplicates detected.
883 int duplicates = 0; local
901 duplicates++;
905 // If duplicates were detected, allocate a result of the right size
907 if (duplicates > 0) {
908 int number_of_descriptors = result->number_of_descriptors() - duplicates;
    [all...]
  /external/chromium/chrome/browser/resources/options/
language_list.js 383 * 'en' won't appear twice as this function eliminates duplicates.
389 var seen = {}; // Used to eliminiate duplicates.
407 * stored in the preference. Removes duplicates as well.
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 80 * The number of extra entries requested to allow for duplicates. Duplicates
525 * Post-process the cursor to eliminate duplicates. Closes the original cursor
  /bionic/libc/kernel/tools/
kernel.py 302 self.duplicates = False
318 self.duplicates = True

Completed in 3275 milliseconds

1 23 4 5 6 7 8 91011>>