/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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 28 short volatile *Destination, // NOLINT 33 long long volatile *Destination, // NOLINT 37 void *volatile *Destination, 42 long volatile *Destination, // NOLINT
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 158 unsigned Destination; member 162 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() 163 : Source(Source), Destination(Destination), Type(Type) {} in Dependence()
|
D | DependenceAnalysis.h | 73 Instruction *Destination) : in Dependence() argument 75 Dst(Destination), in Dependence()
|
/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/tcpdump/tests/ |
D | dio.out | 1 …24) fe80::1000:ff:fe64:6423 > ff02::1: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 250 BranchFixups.back().Destination == nullptr) in popNullFixups() 288 if (Fixup.Destination == nullptr) continue; in ResolveAllBranchFixups() 306 if (!CasesAdded.insert(Fixup.Destination).second) in ResolveAllBranchFixups() 310 Fixup.Destination); in ResolveAllBranchFixups() 351 if (Fixup.Destination != Block) continue; in ResolveBranchFixups() 353 Fixup.Destination = nullptr; in ResolveBranchFixups() 815 if (!Fixup.Destination) continue; in PopCleanupBlock() 948 Fixup.Destination = Dest.getBlock(); in EmitBranchThroughCleanup()
|
D | EHScopeStack.h | 47 llvm::BasicBlock *Destination; member
|
/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/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.
|
D | libip6t_ipv6header.man | 16 Destination Options header
|
D | libxt_tcp.man | 16 Destination port or port range specification. The flag
|
/external/libxml2/test/schemas/ |
D | 570702_0.xsd | 8 <xs:documentation>Destination Number Length</xs:documentation>
|
/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/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/e2fsprogs/util/ |
D | install-symlink.in | 49 echo $DEST: Destination pathname must be absolute
|
/external/vboot_reference/utility/include/ |
D | eficompress.h | 82 IN OUT VOID *Destination,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
D | messages.properties | 73 RSSFeedWatcherTask.ErrorDestinationFileIsADirectory=Error\! Destination file exists as a directory\…
|
/external/libexif/po/ |
D | en_AU.po | 2774 msgid "Reference For Latitude of Destination" 2775 msgstr "Reference For Latitude of Destination" 2788 msgid "Latitude of Destination" 2789 msgstr "Latitude of Destination" 2808 msgid "Reference for Longitude of Destination" 2809 msgstr "Reference for Longitude of Destination" 2820 msgid "Longitude of Destination" 2821 msgstr "Longitude of Destination" 2840 msgid "Reference for Bearing of Destination" 2841 msgstr "Reference for Bearing of Destination" [all …]
|
D | en_GB.po | 2774 msgid "Reference For Latitude of Destination" 2775 msgstr "Reference For Latitude of Destination" 2788 msgid "Latitude of Destination" 2789 msgstr "Latitude of Destination" 2808 msgid "Reference for Longitude of Destination" 2809 msgstr "Reference for Longitude of Destination" 2820 msgid "Longitude of Destination" 2821 msgstr "Longitude of Destination" 2840 msgid "Reference for Bearing of Destination" 2841 msgstr "Reference for Bearing of Destination" [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 76 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() local 88 Builder.CreateBr(Destination); in ConstantFoldTerminator()
|