/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/python/cpython2/PC/VS7.1/ |
D | python20.wse | 362 Dialog=Select Destination Directory 542 Name=Select Destination Directory 586 Text=Select Destination Directory 609 Title=Select Destination Directory 778 Text=Backup File Destination Directory 794 Destination Dialog=1 811 Destination Dialog=2 860 Title=Select Destination Directory 1021 Destination Dialog=1 1388 Value=Select Destination Directory [all …]
|
D | Uninstal.wse | 52 Destination=%UNINSTALL_PATH% 59 Destination=%UNINSTALL_PATH% 95 Destination=%UNINSTALL_LANG% 119 Destination=%UNINSTALL_LANG% 143 Destination=%UNINSTALL_LANG% 167 Destination=%UNINSTALL_LANG% 191 Destination=%UNINSTALL_LANG% 215 Destination=%UNINSTALL_LANG% 239 Destination=%UNINSTALL_LANG% 263 Destination=%UNINSTALL_LANG% [all …]
|
/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 | 57 typedef B<Width/2, Depth> Destination; in test() typedef 59 Destination *b = nullptr; in test() 62 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a); in test()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCDwarf.h | 237 MachineLocation Destination; variable 245 : Operation(Op), Label(L), Destination(Register) { in MCCFIInstruction() 250 : Operation(Move), Label(L), Destination(D), Source(S) { in MCCFIInstruction() 254 : Operation(Op), Label(L), Destination(D), Source(S) { in MCCFIInstruction() 259 const MachineLocation &getDestination() const { return Destination; } in getDestination()
|
D | MachineLocation.h | 82 MachineLocation Destination, Source; variable 88 : Label(label), Destination(D), Source(S) {} in MachineMove() 92 const MachineLocation &getDestination() const { return Destination; } in getDestination()
|
/external/llvm/unittests/Support/ |
D | ErrorOrTest.cpp | 81 struct Destination { in TEST() struct 82 Destination(const Source&) {} in TEST() argument 83 Destination(Source&&) = delete; in TEST() 86 ErrorOr<Destination> x = s; 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 37 char volatile *Destination, // NOLINT 41 short volatile *Destination, // NOLINT 46 long long volatile *Destination, // NOLINT 50 void *volatile *Destination, 55 long volatile *Destination, // NOLINT
|
/external/clang/include/clang/Tooling/ |
D | FixIt.h | 62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement() argument 64 return FixItHint::CreateReplacement(internal::getSourceRange(Destination), in createReplacement()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceUtils.h | 32 D Destination; in bitCopy() local 34 memcpy(&Destination, reinterpret_cast<const void *>(&Source), sizeof(D)); in bitCopy() 35 return Destination; in bitCopy()
|
/external/llvm/test/Transforms/GCOVProfiling/ |
D | return-block.ll | 77 ; RETURN-LAST: Destination Edges 78 ; RETURN-SECOND-NOT: Destination Edges 81 ; RETURN-LAST-NOT: Destination Edges 82 ; 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() 799 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 155 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local 160 if (isa<LoadInst>(Destination)) in findStoreToLoadDependences() 161 LoadsWithUnknownDepedence.insert(Destination); in findStoreToLoadDependences() 169 std::swap(Source, Destination); in findStoreToLoadDependences() 176 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/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 | 281 BranchFixups.back().Destination == nullptr) in popNullFixups() 332 if (Fixup.Destination == nullptr) continue; in ResolveAllBranchFixups() 350 if (!CasesAdded.insert(Fixup.Destination).second) in ResolveAllBranchFixups() 354 Fixup.Destination); in ResolveAllBranchFixups() 395 if (Fixup.Destination != Block) continue; in ResolveBranchFixups() 397 Fixup.Destination = nullptr; in ResolveBranchFixups() 866 if (!Fixup.Destination) continue; in PopCleanupBlock() 1024 Fixup.Destination = Dest.getBlock(); in EmitBranchThroughCleanup()
|
/external/iptables/extensions/ |
D | libip6t_dst.man | 1 This module matches the parameters in Destination Options header
|
/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
|