/external/chromium_org/components/omnibox/ |
autocomplete_result_unittest.cc | 277 // Tests that matches with empty destination URLs aren't treated as duplicates 407 // and also duplicates of the 4th match got copied. [all...] |
/external/chromium_org/third_party/icu/source/tools/gencnval/ |
gencnval.c | 647 /* TODO: We could try to unlist exact duplicates. */ 708 * (alias, standard) duplicates are harmless if they map to the same converter. [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 194 // run, skip duplicates in copy mode: 443 // run, skip duplicates in copy mode: [all...] |
/external/fonttools/Lib/fontTools/ |
merge.py | 367 # TODO handle duplicates. 452 assert (table is not None and table is not NotImplemented), "Have duplicates to resolve for font %d but no GSUB" % (i + 1)
|
/external/guava/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 838 * duplicates and follow the insertion ordering, this method returns a {@link 920 * duplicates and follow the insertion ordering, this method returns a {@link [all...] |
Ordering.java | 504 * elements that are duplicates according to the comparator. The sort 522 * elements that are duplicates according to the comparator. The sort
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
LinkedListMultimap.java | 834 * duplicates and follow the insertion ordering, this method returns a {@link 916 * duplicates and follow the insertion ordering, this method returns a {@link
|
/external/icu/icu4c/source/tools/gencnval/ |
gencnval.c | 647 /* TODO: We could try to unlist exact duplicates. */ 708 * (alias, standard) duplicates are harmless if they map to the same converter. [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPUtilsImpl.java | 709 // Merge other arrays by item values. Don't worry about order or duplicates. Source 795 // "rightNode", ignoring order, duplicates, [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 293 // and eliminating duplicates 305 // Parse out 'network=' decls so we can ignore duplicates [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Workspace.java | [all...] |
/external/chromium_org/components/search_engines/ |
template_url_service.cc | 131 std::map<std::string, int> duplicates; local 136 duplicates[keyword]++; 139 // Count the keywords with duplicates. 141 for (std::map<std::string, int>::const_iterator it = duplicates.begin(); 142 it != duplicates.end(); ++it) { [all...] |
/external/valgrind/main/exp-sgcheck/ |
sg_main.c | 139 It also means there are no duplicates anywhere, which could be 267 /* Now get rid of any exact duplicates. */ 311 pass would have removed the duplicates. And they 320 remove-duplicates stage. The assertion guarantees 702 insert exact duplicates; they do appear for some reason [all...] |
/external/proguard/docs/manual/ |
troubleshooting.html | 178 though, so it's advisable to remove the duplicates. A convenient way to do 202 some problem though, so it's advisable to remove the duplicates. A 366 duplicates of classes that are already present in the Android run-time [all...] |
/external/chromium_org/chrome/browser/history/ |
thumbnail_database.cc | 467 // conflict-resolution to handle duplicates, so the indices are [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
language_options.js | 491 // we should avoid having duplicates in the new list. [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_manager.cc | 517 // typically obfuscated, which makes detecting duplicates hard. Since 518 // duplicates only tend to be a problem when filling address forms [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
simpletz.cpp | 397 // duplicates the test that occurs in the 7-argument getOffset(), 417 // duplicates a test that occurs in the 9-argument getOffset(), [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
scale_common.cc | [all...] |
scale_win.cc | 882 // Reads 16 pixels, duplicates them and writes 32 pixels. [all...] |
/external/chromium_org/third_party/libyuv/source/ |
scale_common.cc | [all...] |
scale_win.cc | 882 // Reads 16 pixels, duplicates them and writes 32 pixels. [all...] |
/external/clang/lib/Sema/ |
DeclSpec.cpp | 744 // Duplicates are permitted in C99 onwards, but are not permitted in C89 or 770 // intended, we will always warn, similar to duplicates of type qualifiers. [all...] |
/external/icu/icu4c/source/i18n/ |
simpletz.cpp | 397 // duplicates the test that occurs in the 7-argument getOffset(), 417 // duplicates a test that occurs in the 9-argument getOffset(), [all...] |
/external/jdiff/src/jdiff/ |
RootDocToXML.java | 242 // this duplicates classes, so we have to be able to disable it. [all...] |