/external/parameter-framework/upstream/utility/ |
D | BinaryCopy.hpp | 54 template <class Destination, class Source> 55 typename std::remove_reference<Destination>::type binaryCopy(const Source source) in binaryCopy() 57 static_assert(sizeof(Source) == sizeof(Destination), in binaryCopy() 60 using Destination_ = decltype(binaryCopy<Destination>(source)); in binaryCopy()
|
/external/tcpdump/tests/ |
D | ahcp-vv.out | 2 …Hopcount 1, Original Hopcount 1, Nonce 0x7ce31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 11 …Hopcount 1, Original Hopcount 1, Nonce 0x9dccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination … 21 …Hopcount 1, Original Hopcount 1, Nonce 0x7de31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 30 …Hopcount 1, Original Hopcount 1, Nonce 0x9eccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination … 40 …Hopcount 1, Original Hopcount 1, Nonce 0x7ee31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 49 …Hopcount 1, Original Hopcount 1, Nonce 0x9fccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination … 59 …Hopcount 1, Original Hopcount 1, Nonce 0x7fe31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 68 …Hopcount 1, Original Hopcount 1, Nonce 0xa0ccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination …
|
D | babel1v.out | 33 …Hopcount 1, Original Hopcount 1, Nonce 0xde3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 36 …Hopcount 2, Original Hopcount 2, Nonce 0xdf3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 39 …Hopcount 1, Original Hopcount 1, Nonce 0xc9b83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination … 42 …Hopcount 1, Original Hopcount 1, Nonce 0xe03e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 45 …Hopcount 1, Original Hopcount 2, Nonce 0xdf3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 52 …Hopcount 2, Original Hopcount 2, Nonce 0xcab83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination … 55 …Hopcount 1, Original Hopcount 1, Nonce 0xe13e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 65 …Hopcount 1, Original Hopcount 1, Nonce 0xcbb83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination …
|
D | rpl-26-senddaovv.out | 1 …4) fe80::216:3eff:fe11:3424 > ff02::1: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
|
D | rpl-14-daovvv.out | 1 …4) fe80::216:3eff:fe11:3424 > ff02::1: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
|
D | rpl-19-pickdag.out | 1 …:fe11:3424 > fe80::216:3eff:fe11:3424: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
|
D | rpl-19-pickdagvvv.out | 1 …:fe11:3424 > fe80::216:3eff:fe11:3424: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
|
/external/libcxxabi/test/ |
D | dynamic_cast_stress.pass.cpp | 55 typedef B<Width/2, Depth> Destination; in test() typedef 57 Destination *b = nullptr; in test() 60 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a); in test()
|
/external/clang/test/CodeGen/ |
D | ms-intrinsics.c | 29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer() argument 31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand); in test_InterlockedCompareExchangePointer()
|
/external/llvm/test/Transforms/GCOVProfiling/ |
D | return-block.ll | 69 ; RETURN-LAST: Destination Edges 70 ; RETURN-SECOND-NOT: Destination Edges 73 ; RETURN-LAST-NOT: Destination Edges 74 ; RETURN-SECOND: Destination Edges
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 167 unsigned Destination; member 171 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() 172 : Source(Source), Destination(Destination), Type(Type) {} in Dependence() 716 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 37 short volatile *Destination, // NOLINT 42 long long volatile *Destination, // NOLINT 46 void *volatile *Destination, 51 long volatile *Destination, // NOLINT
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 141 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local 146 if (isa<LoadInst>(Destination)) in findStoreToLoadDependences() 147 LoadsWithUnknownDepedence.insert(Destination); in findStoreToLoadDependences() 155 std::swap(Source, Destination); in findStoreToLoadDependences() 162 auto *Load = dyn_cast<LoadInst>(Destination); in findStoreToLoadDependences()
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 720 IN OUT VOID *Destination, in Decompress() argument 761 Dst = Destination; in Decompress() 884 IN OUT VOID *Destination, in EfiDecompress() argument 918 Destination, in EfiDecompress() 968 IN OUT VOID *Destination, in TianoDecompress() argument 1002 Destination, in TianoDecompress()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
D | copybot.cfg | 42 # Source bucket and Destination Bucket, obviously. 43 # If the Destination bucket does not exist, it will
|
/external/zlib/src/as400/ |
D | zlib.inc | 114 D dest 65535 options(*varsize) Destination buffer 115 D destLen 10U 0 Destination length 120 D dest 65535 options(*varsize) Destination buffer 121 D destLen 10U 0 Destination length 130 D dest 65535 options(*varsize) Destination buffer 131 D destLen 10U 0 Destination length 325 D dest like(z_stream) Destination stream 372 D dest like(z_stream) Destination stream
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 264 BranchFixups.back().Destination == nullptr) in popNullFixups() 315 if (Fixup.Destination == nullptr) continue; in ResolveAllBranchFixups() 333 if (!CasesAdded.insert(Fixup.Destination).second) in ResolveAllBranchFixups() 337 Fixup.Destination); in ResolveAllBranchFixups() 378 if (Fixup.Destination != Block) continue; in ResolveBranchFixups() 380 Fixup.Destination = nullptr; in ResolveBranchFixups() 837 if (!Fixup.Destination) continue; in PopCleanupBlock() 995 Fixup.Destination = Dest.getBlock(); in EmitBranchThroughCleanup()
|
/external/iptables/extensions/ |
D | libip6t_dst.man | 1 This module matches the parameters in Destination Options header
|
D | libxt_udp.man | 11 Destination port or port range specification.
|
/external/libxml2/test/schemas/ |
D | 570702_0.xsd | 8 <xs:documentation>Destination Number Length</xs:documentation>
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc.h | 60 #error Destination should be single precision or double precision!
|
D | fp_extend.h | 72 #error Destination should be single, double, or quad precision!
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-promote-const.ll | 16 ; Destination registers are defined by the ABI 25 ; Destination registers are defined by the ABI 45 ; Destination register is defined by ABI 56 ; Destination register is defined by ABI
|
/external/e2fsprogs/util/ |
D | install-symlink.in | 49 echo $DEST: Destination pathname must be absolute
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
D | response.py | 709 class Destination(ResponseElement): class 714 DestinationList = MemberList(Destination) 718 Destination = Element(Destination) variable in Subscription 732 Destination = Element(PhysicalDestination=Element()) variable in OrderReferenceDetails
|