/external/swiftshader/third_party/LLVM/unittests/ |
Makefile.unittest | 23 # Note that these flags are duplicated when building GoogleTest itself in
|
/external/syslinux/core/lwip/src/netif/ppp/ |
auth.h | 41 * duplicated in all such forms and that any documentation,
|
pap.h | 41 * duplicated in all such forms and that any documentation,
|
/external/tcpdump/ |
slcompress.h | 9 * duplicated in all such forms and that any documentation,
|
/external/valgrind/coregrind/ |
pub_core_deduppoolalloc.h | 3 /*--- A pool (memory) allocator that avoids duplicated copies. ---*/
|
/external/webrtc/webrtc/base/ |
thread_checker_unittest.cc | 19 // Duplicated from base/threading/thread_checker.h so that we can be
|
/external/zlib/src/contrib/delphi/ |
readme.txt | 42 duplicated code, or not using the ZLib unit at all.
|
/frameworks/av/services/audiopolicy/common/include/ |
Volume.h | 80 // - one A2DP device + another device: happens with duplicated output. In this case
|
/frameworks/base/test-runner/src/junit/textui/ |
ResultPrinter.java | 101 * Duplicated from BaseTestRunner. Fix it.
|
/frameworks/base/tools/aapt/ |
CacheUpdater.h | 24 * mirror cache where the source tree is duplicated and filled with processed
|
/frameworks/base/tools/aapt2/optimize/ |
ResourceDeduper.cpp | 29 * Remove duplicated key-value entries from dominated resources.
|
/frameworks/native/services/surfaceflinger/ |
Android.bp | 189 // locally duplicated from their original location
|
/libcore/ojluni/src/main/java/java/util/ |
Enumeration.java | 44 * NOTE: The functionality of this interface is duplicated by the Iterator
|
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
dialer_phone_number.proto | 61 // normalized_number, but this information is duplicated here for convenience.
|
/system/extras/simpleperf/ |
SampleComparator.h | 63 BUILD_COMPARE_VALUE_FUNCTION(CompareCallGraphDuplicated, callchain.duplicated);
|
/toolchain/binutils/binutils-2.27/zlib/contrib/delphi/ |
readme.txt | 42 duplicated code, or not using the ZLib unit at all.
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
SandboxConfigDump.java | 81 // Turn off some of the invocation level options that would be duplicated in the
|
/system/libvintf/ |
parse_xml.cpp | 358 *error = "Duplicated elements <" + conv.elementName() + "> in element <" + 493 *error += "Duplicated instance '" + e + "' in " + intf->name(); 506 *error += "Duplicated regex-instance '" + e + "' in " + intf->name(); 539 *error = "Duplicated interface entry \"" + res.first->first + 687 *error = "Duplicated interface entry \"" + res.first->first + [all...] |
/external/llvm/lib/CodeGen/ |
TailDuplicator.cpp | 34 STATISTIC(NumTails, "Number of tails duplicated"); 35 STATISTIC(NumTailDups, "Number of tail duplicated blocks"); 139 // which duplicated TailBB. Add the predecessors as sources to the PHI 417 /// After FromBB is tail duplicated into its predecessor blocks, the successors 545 // Non-duplicable things shouldn't be tail-duplicated. 549 // Convergent instructions can be duplicated only if doing so doesn't add 808 // If TailBB was duplicated into all its predecessors except for the prior 863 // Handle the nasty case in that we duplicated a block that is part of a loop [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cfg-flags.def | 67 /* Set on block that was duplicated. */ 68 DEF_BASIC_BLOCK_FLAG(DUPLICATED, 7)
|
/external/gemmlowp/meta/generators/ |
quantized_mul_kernels_common.py | 31 duplicated = [] 34 duplicated.append(values[0]) 36 duplicated.append(registers.QuadRegister()) 38 emitter.EmitVDup('32', duplicated[i], 41 return duplicated 54 """Load parameters and prepare duplicated registers."""
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Internal.java | 373 final ByteBuffer duplicated = bytes.duplicate(); local 374 duplicated.clear(); 376 while (duplicated.remaining() > 0) { 377 final int length = duplicated.remaining() <= bufferSize ? 378 duplicated.remaining() : bufferSize; 379 duplicated.get(buffer, 0, length);
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
ClassItem.kt | 536 // val duplicated = method.duplicate(this) 537 // methods.add(duplicated) 564 val duplicated = field.duplicate(clz) 565 if (predicate.test(duplicated)) { 566 fields.remove(duplicated) 567 fields.add(duplicated)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
TailDuplication.cpp | 34 STATISTIC(NumTails , "Number of tails duplicated"); 35 STATISTIC(NumTailDups , "Number of tail duplicated blocks"); 205 // which duplicated TailBB. Add the predecessors as sources to the PHI 438 /// UpdateSuccessorsPHIs - After FromBB is tail duplicated into its predecessor 566 // Non-duplicable things shouldn't be tail-duplicated. 819 // If TailBB was duplicated into all its predecessors except for the prior 882 // Handle the nasty case in that we duplicated a block that is part of a loop [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
EdbSymbol.c | 694 // Check duplicated File
700 DEBUG ((DEBUG_ERROR, "Unload Duplicated Symbol File Error!\n"));
[all...] |