/external/icu/icu4c/packaging/ |
D | distrelease.ps1 | 38 Copy-Item -Path "$icuDir\lib64" -Destination $source -Recurse 39 Copy-Item -Path "$icuDir\include" -Destination $source -Recurse 40 Copy-Item -Path "$icuDir\bin64" -Destination $source -Recurse 41 Copy-Item -Path "$icuDir\APIChangeReport.html" -Destination $source -Recurse 42 Copy-Item -Path "$icuDir\icu4c.css" -Destination $source -Recurse 43 Copy-Item -Path "$icuDir\LICENSE" -Destination $source -Recurse 44 Copy-Item -Path "$icuDir\readme.html" -Destination $source -Recurse
|
/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 …
|
/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/swiftshader/third_party/llvm-7.0/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/llvm/unittests/Support/ |
D | ErrorOrTest.cpp | 81 struct Destination { in TEST() struct 82 Destination(const Source&) {} in TEST() function 83 Destination(Source&&) = delete; in TEST() 86 ErrorOr<Destination> x = s; in TEST()
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_transfer_info.proto | 55 enum Destination { enum 67 // Destination of graph transfer 68 Destination destination = 7;
|
/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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 136 unsigned Destination; member 140 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() 141 : Source(Source), Destination(Destination), Type(Type) {} in Dependence() 758 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GCOVProfiling/ |
D | return-block.ll | 78 ; RETURN-LAST: Destination Edges 79 ; RETURN-SECOND-NOT: Destination Edges 82 ; RETURN-LAST-NOT: Destination Edges 83 ; 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 186 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local 191 if (isa<LoadInst>(Destination)) in findStoreToLoadDependences() 192 LoadsWithUnknownDepedence.insert(Destination); in findStoreToLoadDependences() 200 std::swap(Source, Destination); in findStoreToLoadDependences() 207 auto *Load = dyn_cast<LoadInst>(Destination); in findStoreToLoadDependences()
|
/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/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | ee78c10ff7ca0582ea5f817046d67dbf.000026c6.honggfuzz.cov | 5 …Destination:…
|