| /third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
| D | constants.h | 119 std::unique_ptr<Constant> Copy() const override { in Copy() function 139 std::unique_ptr<Constant> Copy() const override { in Copy() function 157 std::unique_ptr<Constant> Copy() const override { in Copy() function 209 std::unique_ptr<Constant> Copy() const override { in Copy() function 238 std::unique_ptr<Constant> Copy() const override { in Copy() function 266 std::unique_ptr<Constant> Copy() const override { in Copy() function 282 std::unique_ptr<Constant> Copy() const override { in Copy() function
|
| /third_party/skia/third_party/externals/tint/tools/src/list/ |
| D | list.go | 38 Copy(dst, src, count int) methodSpec 67 func Copy(l List) List { func 108 func (l list) Copy(dst, src, count int) { func
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineCopyPropagation.cpp | 166 auto &Copy = I.first->second; in trackCopy() local 316 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local 350 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant() 386 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy() 401 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy() 492 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg(), *TRI); in forwardUses() local 770 MachineInstr *Copy = in propagateDefs() local 854 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | constants.h | 219 std::unique_ptr<Constant> Copy() const override { in Copy() function 239 std::unique_ptr<Constant> Copy() const override { in Copy() function 278 std::unique_ptr<Constant> Copy() const override { in Copy() function 337 std::unique_ptr<Constant> Copy() const override { in Copy() function 365 std::unique_ptr<Constant> Copy() const override { in Copy() function 398 std::unique_ptr<Constant> Copy() const override { in Copy() function 424 std::unique_ptr<Constant> Copy() const override { in Copy() function 440 std::unique_ptr<Constant> Copy() const override { in Copy() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | constants.h | 219 std::unique_ptr<Constant> Copy() const override { in Copy() function 239 std::unique_ptr<Constant> Copy() const override { in Copy() function 278 std::unique_ptr<Constant> Copy() const override { in Copy() function 337 std::unique_ptr<Constant> Copy() const override { in Copy() function 365 std::unique_ptr<Constant> Copy() const override { in Copy() function 398 std::unique_ptr<Constant> Copy() const override { in Copy() function 424 std::unique_ptr<Constant> Copy() const override { in Copy() function 440 std::unique_ptr<Constant> Copy() const override { in Copy() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64CleanupLocalDynamicTLSPass.cpp | 104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local 125 MachineInstr *Copy = in setRegister() local
|
| /third_party/libnl/tools/ |
| D | build_release.sh | 46 Copy() { function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZLDCleanup.cpp | 119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local 139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
|
| /third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
| D | xds.h | 40 std::unique_ptr<AttributeInterface> Copy() const override { in Copy() function
|
| /third_party/skia/src/gpu/ |
| D | GrSurfaceProxyView.h | 98 static GrSurfaceProxyView Copy(GrRecordingContext* context, in Copy() function 114 static GrSurfaceProxyView Copy(GrRecordingContext* rContext, in Copy() function
|
| D | GrSurfaceProxy.cpp | 257 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* rContext, in Copy() function in GrSurfaceProxy 331 sk_sp<GrSurfaceProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy() function in GrSurfaceProxy
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ByteArray.cs | 50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() method in Google.Protobuf.ByteArray
|
| /third_party/grpc/include/grpcpp/support/ |
| D | channel_arguments_impl.h | 134 static void* Copy(void* in) { return in; } in Copy() function
|
| D | channel_arguments.h | 130 static void* Copy(void* in) { return in; } in Copy() function
|
| /third_party/grpc/src/core/ext/filters/client_channel/ |
| D | server_address.h | 124 std::unique_ptr<AttributeInterface> Copy() const override { in Copy() function
|
| /third_party/cef/libcef/common/ |
| D | process_message_impl.cc | 52 CefRefPtr<CefProcessMessage> CefProcessMessageImpl::Copy() { in Copy() function in CefProcessMessageImpl
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | process_message_ctocpp.cc | 74 CefRefPtr<CefProcessMessage> CefProcessMessageCToCpp::Copy() { in Copy() function in CefProcessMessageCToCpp
|
| D | binary_value_ctocpp.cc | 118 CefRefPtr<CefBinaryValue> CefBinaryValueCToCpp::Copy() { in Copy() function in CefBinaryValueCToCpp
|
| /third_party/grpc/src/core/ext/filters/client_channel/lb_policy/ |
| D | address_filtering.cc | 39 std::unique_ptr<AttributeInterface> Copy() const override { in Copy() function in grpc_core::__anon6bb02ae80111::HierarchicalPathAttribute
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | module.cc | 89 void Module::Copy(CloneContext* ctx, const Module* src) { in Copy() function in tint::ast::Module
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | BitVector.h | 217 BitWord Copy = Bits[i]; in find_first_in() local 247 BitWord Copy = Bits[CurrentWord]; in find_last_in() local 277 BitWord Copy = Bits[i]; in find_first_unset_in() local 309 BitWord Copy = Bits[CurrentWord]; in find_last_unset_in() local
|
| /third_party/gn/src/gn/ |
| D | function_get_target_outputs_unittest.cc | 60 TEST_F(GetTargetOutputsTest, Copy) { in TEST_F() argument
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrSurfaceProxy.cpp | 345 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, in Copy() function in GrSurfaceProxy 396 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrRecordingContext* context, GrSurfaceProxy* src, in Copy() function in GrSurfaceProxy
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeIndex.h | 199 TypeIndex Copy = *this; variable 216 TypeIndex Copy = *this; variable
|
| /third_party/re2/re2/ |
| D | simplify.cc | 210 Regexp* CoalesceWalker::Copy(Regexp* re) { in Copy() function in re2::CoalesceWalker 435 Regexp* SimplifyWalker::Copy(Regexp* re) { in Copy() function in re2::SimplifyWalker
|