HomeSort by relevance Sort by last modified time
    Searched full:duplicates (Results 301 - 325 of 1093) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
types.h 188 /* Duplicates info from stdint.h but this is used in unistd.h. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
types.h 188 /* Duplicates info from stdint.h but this is used in unistd.h. */
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 830 // invalidations only if duplicates are ignored.
836 // Expect that the state map ignored duplicates.
841 // Expect that all invalidations (including duplicates) were emitted.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageNewSerializerTest.cpp 222 EXPECT_EQ(6U, resources.size()); // There should be no duplicates.
249 EXPECT_EQ(12U, resources.size()); // There should be no duplicates.
285 EXPECT_EQ(7U, resources.size()); // There should be no duplicates.
  /external/chromium_org/third_party/icu/source/test/intltest/
bytestrietest.cpp 120 // TODO: remove .build(...) once add() checks for duplicates.
123 errln("BytesTrieBuilder.add() did not detect duplicates");
479 // of each string, and no string duplicates from the truncation.
ucharstrietest.cpp 129 // TODO: remove .build(...) once add() checks for duplicates.
132 errln("UCharsTrieBuilder.add() did not detect duplicates");
637 // of each string, and no string duplicates from the truncation.
    [all...]
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 120 // TODO: remove .build(...) once add() checks for duplicates.
123 errln("BytesTrieBuilder.add() did not detect duplicates");
479 // of each string, and no string duplicates from the truncation.
ucharstrietest.cpp 129 // TODO: remove .build(...) once add() checks for duplicates.
132 errln("UCharsTrieBuilder.add() did not detect duplicates");
637 // of each string, and no string duplicates from the truncation.
    [all...]
  /external/openssl/
import_openssl.sh 175 # Sort and remove duplicates in a space-separated list
337 # Same as var_value, but returns sorted output without duplicates.
339 # Out: variable value (if space-separated list, sorted with no duplicates)
  /external/valgrind/main/include/
pub_tool_oset.h 38 // elements. It does not allow duplicates, and will assert if you insert a
123 // * Insert: Inserts a new element into the set. Duplicates are forbidden,
260 // get assertion failures about "bad magic". Duplicates are forbidden,
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 68 * The number of extra entries requested to allow for duplicates. Duplicates
460 * Duplicates are removed using {@link #mExistingDestinations}.
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 232 final LongSparseArray<Object> duplicates = new LongSparseArray<Object>(cursor.getCount()); local
250 final ContactEntry existing = (ContactEntry) duplicates.get(id);
290 duplicates.put(id, contact);
  /external/guava/guava/src/com/google/common/collect/
Sets.java 76 * @return an immutable set containing those elements, minus duplicates
94 * @return an immutable set containing those elements, minus duplicates
172 * @return a new {@code HashSet} containing those elements (minus duplicates)
208 * @return a new {@code HashSet} containing those elements (minus duplicates)
227 * @return a new {@code HashSet} containing those elements (minus duplicates)
279 * duplicates)
321 * @return a new {@code TreeSet} containing those elements (minus duplicates)
    [all...]
AbstractMultimap.java 69 * allow duplicates. If the collection, such as a {@link Set}, does not support
70 * duplicates, an added key-value pair will replace an existing pair with the
72 * List} that allow duplicates, the collection will keep the existing key-value
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 73 * @return an immutable set containing those elements, minus duplicates
91 * @return an immutable set containing those elements, minus duplicates
169 * @return a new {@code HashSet} containing those elements (minus duplicates)
205 * @return a new {@code HashSet} containing those elements (minus duplicates)
224 * @return a new {@code HashSet} containing those elements (minus duplicates)
276 * duplicates)
318 * @return a new {@code TreeSet} containing those elements (minus duplicates)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java     [all...]