/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...] |
/external/chromium_org/net/cookies/ |
cookie_monster.cc | 167 // Our strategy to find duplicates is: [all...] |
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 594 llvm::errs() << " as it is a non-system directory that duplicates " 649 // Remove duplicates across both the Angled and System directories. GCC does 650 // this and failing to remove duplicates across these two groups breaks
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
SipUri.java | 901 this.uriParms.set("lr",null); // JvB: fixed to not add duplicates [all...] |
/external/sepolicy/tools/ |
check_seapp.c | 624 "-s - enable strict checking of duplicates. This causes the program to exit on a duplicate entry with a non-zero exit status\n" 861 /* if is_strict is set, then don't allow duplicates */ 870 /* Allow duplicates, just drop the entry*/
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
DialerDatabaseHelper.java | 959 final Set<ContactMatch> duplicates = new HashSet<ContactMatch>(); local [all...] |
/art/runtime/base/ |
hash_set.h | 250 // Insert an element, allows duplicates.
|
/art/runtime/gc/space/ |
malloc_space.cc | 103 // Start at the most recently freed object and work our way back since there may be duplicates
|
/external/chromium_org/chrome/browser/history/ |
expire_history_backend.h | 95 // and not contain any duplicates.
|
visit_database.h | 156 // duplicates should be very rare, and we don't actually care which one we
|