/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | RewriteRuleSubtreeStream.cs | 87 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
D | RewriteRuleNodeStream.cs | 73 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
|
D | RewriteRuleTokenStream.cs | 90 protected override object Dup(object el) { in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
|
D | RewriteRuleElementStream.cs | 193 protected abstract object Dup(object el); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | RewriteRuleSubtreeStream.cs | 94 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
D | RewriteRuleNodeStream.cs | 74 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
|
D | RewriteRuleTokenStream.cs | 81 protected override object Dup( object el ) in Dup() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
|
D | RewriteRuleElementStream.cs | 207 protected abstract object Dup( object el ); in Dup() method in Antlr.Runtime.Tree.RewriteRuleElementStream
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1719 __ Dup(i.OutputSimd128Register().V4S(), i.InputSimd128Register(0).S(), 0); in AssembleArchInstruction() local 1767 __ Dup(i.OutputSimd128Register().V4S(), i.InputRegister32(0)); in AssembleArchInstruction() local 1827 __ Dup(i.OutputSimd128Register().V8H(), i.InputRegister32(0)); in AssembleArchInstruction() local 1924 __ Dup(i.OutputSimd128Register().V16B(), i.InputRegister32(0)); in AssembleArchInstruction() local 2023 __ Dup(dst.V4S(), src.V4S(), index); in AssembleArchInstruction() local 2026 __ Dup(dst.V8H(), src.V8H(), index); in AssembleArchInstruction() local 2029 __ Dup(dst.V16B(), src.V16B(), index); in AssembleArchInstruction() local
|
/external/boringssl/src/ssl/ |
D | ssl_cert.cc | 758 UniquePtr<DC> DC::Dup() { in Dup() function in DC
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1028 void Dup(const VRegister& vd, const VRegister& vn, int index) { in Dup() function 1032 void Dup(const VRegister& vd, const Register& rn) { in Dup() function
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2452 inline Def* Def::Dup(const void* owner) const { in Dup() function 2503 inline FieldDef* FieldDef::Dup(const void* owner) const { in Dup() function 2721 inline MessageDef* MessageDef::Dup(const void *owner) const { in Dup() function 2890 inline EnumDef* EnumDef::Dup(const void* owner) const { in Dup() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineLICM.cpp | 1178 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1369 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1239 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE() local
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_netbsd_arm.go | 546 func Dup(fd int) (nfd int, err error) { func
|
D | zsyscall_netbsd_amd64.go | 546 func Dup(fd int) (nfd int, err error) { func
|
D | zsyscall_netbsd_386.go | 546 func Dup(fd int) (nfd int, err error) { func
|
D | zsyscall_openbsd_386.go | 544 func Dup(fd int) (nfd int, err error) { func
|
D | zsyscall_dragonfly_amd64.go | 563 func Dup(fd int) (nfd int, err error) { func
|
D | zsyscall_openbsd_amd64.go | 544 func Dup(fd int) (nfd int, err error) { func
|
D | zsyscall_openbsd_arm.go | 544 func Dup(fd int) (nfd int, err error) { func
|
D | zsyscall_darwin_amd64.go | 609 func Dup(fd int) (nfd int, err error) { func
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 23677 __ Dup(v16.V16B(), v0.B(), 0); in TEST() local 23678 __ Dup(v17.V8H(), v1.H(), 7); in TEST() local 23679 __ Dup(v18.V4S(), v1.S(), 3); in TEST() local 23680 __ Dup(v19.V2D(), v0.D(), 0); in TEST() local 23682 __ Dup(v20.V8B(), v0.B(), 0); in TEST() local 23683 __ Dup(v21.V4H(), v1.H(), 7); in TEST() local 23684 __ Dup(v22.V2S(), v1.S(), 3); in TEST() local 23686 __ Dup(v23.B(), v0.B(), 0); in TEST() local 23687 __ Dup(v24.H(), v1.H(), 7); in TEST() local 23688 __ Dup(v25.S(), v1.S(), 3); in TEST() local [all …]
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 1602 function Dup(const O: IANTLRInterface): IANTLRInterface; in Dup() function 3657 function TRewriteRuleSubtreeStream.Dup( in TRewriteRuleSubtreeStream.Dup() function
|