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

12 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
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 91 * <p>Any duplicates in {@code values} will be stored in the multimap once.
SetMultimap.java 68 * <p>Any duplicates in {@code values} will be stored in the multimap once.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 236 // Avoid duplicates
247 // Avoid duplicates
258 // Avoid duplicates
  /external/bison/lib/
cloexec.c 75 /* Duplicates a file handle FD, while marking the copy to be closed
  /external/chromium/chrome/browser/
language_combobox_model.h 41 // Duplicates specified languages at the beginning of the list for
  /external/webkit/Source/JavaScriptCore/heap/
ConservativeRoots.h 38 // May contain duplicates.
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
suffix 6 ."in the list. The long strings are sorted to remove duplicates.\n";
  /dalvik/vm/reflect/
Proxy.cpp 87 * - has one method for each method in the interfaces (for duplicates,
325 * Identify and remove duplicates.
352 * Identify and remove duplicates, where "duplicate" means it has the
387 * If there are no duplicates, we copy the method and NULL the entry.
390 * have bad duplicates and must exit with an exception.
399 * Find all duplicates. If any of the return types is not
431 * If this is the best of a set of duplicates, copy it over and
432 * nuke all duplicates.
449 * Run through one more time, erasing the duplicates. (This
693 /* 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/webkit/LayoutTests/storage/indexeddb/
duplicates-expected.txt 6 webkitIndexedDB.open('duplicates-1')
50 webkitIndexedDB.open('duplicates-2')
duplicates.html 21 request = evalAndLog("webkitIndexedDB.open('duplicates-1')");
23 request = evalAndLog("webkitIndexedDB.open('duplicates-2')");
  /libcore/
NativeCode.mk 71 # removes duplicates.
89 # removes duplicates.
  /ndk/build/core/
definitions-utils.mk 39 # Function : remove-duplicates
42 # Usage : $(call remove-duplicates, <LIST>)
48 remove-duplicates = $(strip \
57 -test-remove-duplicates = \
58 $(call test-expect,,$(call remove-duplicates))\
59 $(call test-expect,foo bar,$(call remove-duplicates,foo bar))\
60 $(call test-expect,foo bar,$(call remove-duplicates,foo bar foo bar))\
61 $(call test-expect,foo bar,$(call remove-duplicates,foo foo bar bar bar))
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 105 Copy ctor duplicates settings.
110 Assignment optor duplicates settings.
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_detection.h 105 Copy ctor duplicates settings.
110 Assignment optor duplicates settings.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 105 Copy ctor duplicates settings.
110 Assignment optor duplicates settings.
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 229 // the encoded fields are sorted, so we just have to compare with the previous one to detect duplicates
270 // the encoded fields are sorted, so we just have to compare with the previous one to detect duplicates
329 // the encoded methods are sorted, so we just have to compare with the previous one to detect duplicates
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.cc 40 // Extend the range forward across duplicates and increments.
malware_details.h 116 // them in a map so we can avoid duplicates.
  /external/emma/core/java12/com/vladium/emma/report/
ItemComparator.java 36 // TODO: validate against duplicates
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java 93 * Returns {@link Method} instances for the tests that assume multisets support duplicates so that
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 53 // reject duplicates at creation, just so that I can use
  /external/icu4c/common/
mutex.cpp 89 // and all losing threads delete their duplicates.
unorm_it.h 29 * This internal API basically duplicates the functionality of the C++ Normalizer

Completed in 446 milliseconds

12 3 4 5 6 7 8 91011>>