/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
unique_copy.h | 85 // Check for length without duplicates
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-inline.h | 81 to duplicates created within the function we inline into. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
unique_copy.h | 85 // Check for length without duplicates
|
/prebuilts/go/darwin-x86/src/go/ast/ |
import.go | 137 // Remove duplicates, when possible without data loss.
|
/prebuilts/go/linux-x86/src/go/ast/ |
import.go | 137 // Remove duplicates, when possible without data loss.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/ |
TODO.TXT | 31 * INCOMPLETE - US 38: Duplicates §17.3.16
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
dead_branch_elim_pass.h | 61 // returns and kills. If the successor vector contain duplicates
|
/system/core/libziparchive/ |
zip_archive_common.h | 121 // The local file header for a given entry. This duplicates information
|
/system/tools/hidl/docs/src/parser/ |
config.kt | 123 //consolidate duplicates
|
/toolchain/binutils/binutils-2.27/ld/scripttempl/ |
elf32cr16.sc | 40 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
|
elf32crx.sc | 42 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
message.py | 284 """Return the total number of headers, including duplicates."""
330 message, or were added to the message, and may contain duplicates.
340 message, or were added to the message, and may contain duplicates.
350 message, or were added to the message, and may contain duplicates.
376 message, and may contain duplicates. Any fields deleted and
|
/external/python/cpython2/Lib/email/ |
message.py | 284 """Return the total number of headers, including duplicates.""" 330 message, or were added to the message, and may contain duplicates. 340 message, or were added to the message, and may contain duplicates. 350 message, or were added to the message, and may contain duplicates. 376 message, and may contain duplicates. Any fields deleted and
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
quantize_nodes.cc | 188 // Analyzes all the nodes in the graph to figure out which ones are duplicates 192 // the need for any O(n^2) algorithms when identifying duplicates. 202 // Keep running the merging until no more duplicates are found. 211 // otherwise ignore it when looking for duplicates. 219 // duplicates and can be removed, unless they're stateful. [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
message.py | 284 """Return the total number of headers, including duplicates.""" 330 message, or were added to the message, and may contain duplicates. 340 message, or were added to the message, and may contain duplicates. 350 message, or were added to the message, and may contain duplicates. 376 message, and may contain duplicates. Any fields deleted and
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
message.py | 284 """Return the total number of headers, including duplicates.""" 330 message, or were added to the message, and may contain duplicates. 340 message, or were added to the message, and may contain duplicates. 350 message, or were added to the message, and may contain duplicates. 376 message, and may contain duplicates. Any fields deleted and
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
swt.go | 592 // so checking for duplicates can be done solely by value. 597 // Can't check for duplicates that aren't constants, per the spec. Issue 15896. 621 // Duplicates are only duplicates if they have the same type and the same value. 872 // We have checked for duplicates already,
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
swt.go | 592 // so checking for duplicates can be done solely by value. 597 // Can't check for duplicates that aren't constants, per the spec. Issue 15896. 621 // Duplicates are only duplicates if they have the same type and the same value. 872 // We have checked for duplicates already,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 284 """Return the total number of headers, including duplicates.""" 330 message, or were added to the message, and may contain duplicates. 340 message, or were added to the message, and may contain duplicates. 350 message, or were added to the message, and may contain duplicates. 376 message, and may contain duplicates. Any fields deleted and
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 284 """Return the total number of headers, including duplicates.""" 330 message, or were added to the message, and may contain duplicates. 340 message, or were added to the message, and may contain duplicates. 350 message, or were added to the message, and may contain duplicates. 376 message, and may contain duplicates. Any fields deleted and
|
/build/make/core/ |
version_defaults.mk | 127 # Build a list of all active code names. Avoid duplicates, and stop when we 141 # Build a list of all untargeted code names. Avoid duplicates.
|
/external/autotest/client/site_tests/graphics_dEQP/scripts/ |
process_logs.py | 156 # Figure out duplicates and move them to Flaky result set/list. 158 """Figure out duplicates and move them to Flaky result set/list."""
|
/external/boringssl/src/crypto/fipsmodule/ |
FIPS.md | 96 1. It duplicates each global symbol with a local symbol that has `_local_target` appended to the name. References to the global symbols are rewritten to use these duplicates instead. Otherwise, although the generated code uses IP-relative references, relocations are emitted for global symbols in case they are overridden by a different object file during the link.
|
/external/boringssl/src/ssl/ |
ssl_file.cc | 167 // Check for duplicates. 225 // Check for duplicates.
|
/external/fio/lib/ |
pattern.c | 315 * dup_pattern() - Duplicates part of the pattern all over the buffer. 448 * into it and then duplicates pattern all over the buffer size.
|