/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
CharsTrieTest.java | 49 errln("CharsTrieBuilder.add() did not detect duplicates"); 543 // of each string, and no string duplicates from the truncation. [all...] |
/external/mesa3d/src/compiler/glsl/ |
ast_type.cpp | 186 * It deals with duplicates within a single layout qualifier, among multiple 247 * qualifiers currently don't allow duplicates.
|
/external/squashfs-tools/ |
CHANGES | 344 duplicates after the first phase are checksummed and cached in 585 the unchanged files will be detected as duplicates.
|
/external/v8/tools/release/ |
common_includes.py | 118 # Don't include duplicates. 159 # Filter duplicates, sort, stringify.
|
/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...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/ |
core.go | 841 // in strictly increasing order (no duplicates) between 1 and the length of 907 // in strictly increasing order (no duplicates) between 1 and the length of
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/ |
core.go | 841 // in strictly increasing order (no duplicates) between 1 and the length of 907 // in strictly increasing order (no duplicates) between 1 and the length of
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiFeatureInfo.cpp | 658 set<string> duplicates; local [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | [all...] |
/external/valgrind/exp-sgcheck/ |
sg_main.c | 138 It also means there are no duplicates anywhere, which could be 266 /* Now get rid of any exact duplicates. */ 310 pass would have removed the duplicates. And they 319 remove-duplicates stage. The assertion guarantees 701 insert exact duplicates; they do appear for some reason [all...] |
/external/deqp/external/vulkancts/scripts/ |
gen_framework.py | 698 duplicates = OrderedDict() 701 duplicates[handle.alias] = handle 704 return listOfUniqueHandles, duplicates [all...] |
/external/proguard/docs/manual/ |
troubleshooting.html | 222 though, so it's advisable to remove the duplicates. A convenient way to do 246 some problem though, so it's advisable to remove the duplicates. A 418 duplicates of classes that are already present in the Android run-time [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
HalDeviceManager.java | 116 * It is safe to re-register the same callback object - duplicates are detected and only a [all...] |
/art/compiler/optimizing/ |
graph_checker.cc | 63 // Note: Counting duplicates with a sorted vector uses up to 6x less memory 86 // Note: Counting duplicates with a sorted vector uses up to 6x less memory [all...] |
/external/clang/lib/Sema/ |
DeclSpec.cpp | 782 // Duplicates are permitted in C99 onwards, but are not permitted in C89 or 809 // intended, we will always warn, similar to duplicates of type qualifiers. [all...] |
/external/icu/icu4c/source/i18n/ |
simpletz.cpp | 399 // duplicates the test that occurs in the 7-argument getOffset(), 419 // duplicates a test that occurs in the 9-argument getOffset(), [all...] |
/external/jdiff/src/jdiff/ |
RootDocToXML.java | 243 // this duplicates classes, so we have to be able to disable it. [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_common.cc | [all...] |
scale_win.cc | 957 // Reads 16 pixels, duplicates them and writes 32 pixels. [all...] |
/external/libyuv/files/source/ |
scale_common.cc | [all...] |
scale_win.cc | 966 // Reads 16 pixels, duplicates them and writes 32 pixels. [all...] |
/external/llvm/docs/ |
MergeFunctions.rst | 99 case, since usually we *do* have duplicates. And it would be good to get rid of 100 them. But how to detect such a duplicates? The idea is next: we split functions
|
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 552 // string, because it duplicates the name and rrtype we already display, so we compute the 797 // All IPv6 packets should just be duplicates of the v4 packets. [all...] |
/external/pdfium/third_party/lcms/src/ |
cmslut.c | [all...] |
/external/python/cpython3/Doc/library/ |
dis.rst | 310 Duplicates the reference on top of the stack. 315 Duplicates the two references on top of the stack, leaving them in the
|