/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | platform_thread.cc | 24 PlatformThread::Delegate* delegate = in ThreadFunc() 25 static_cast<PlatformThread::Delegate*>(params); in ThreadFunc() 31 bool PlatformThread::Create(Delegate* delegate, in Create() 58 PlatformThread::Delegate* delegate = 59 static_cast<PlatformThread::Delegate*>(params); 65 bool PlatformThread::Create(Delegate* delegate,
|
H A D | platform_thread.h | 45 class Delegate { class in sfntly::PlatformThread 47 virtual ~Delegate() {} in ~Delegate() 60 // the Delegate object outlives the thread. 61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
|
H A D | lock_test.cc | 27 class BasicLockTestThread : public PlatformThread::Delegate { 104 class TryLockTestThread : public PlatformThread::Delegate { 163 class MutexLockTestThread : public PlatformThread::Delegate {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolDeserializer.h | 55 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate, in SymbolDeserializer() argument 57 : Delegate(Delegate), Container(Container) {} in SymbolDeserializer() 86 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0; in visitKnownRecordImpl() 92 SymbolVisitorDelegate *Delegate; member in llvm::codeview::SymbolDeserializer
|
/third_party/vk-gl-cts/external/amber/src/include/amber/ |
H A D | amber.h | 85 /// Delegate class for various hook functions 86 class Delegate { class 88 virtual ~Delegate(); 138 explicit Amber(Delegate* delegate); 164 Delegate* GetDelegate() const { return delegate_; } in GetDelegate() 167 Delegate* delegate_;
|
/third_party/node/deps/v8/include/ |
H A D | v8-value-serializer.h | 37 class V8_EXPORT Delegate { class in v8::ValueSerializer 39 virtual ~Delegate() = default; 81 * be passed to ValueDeserializer::Delegate::GetSharedValueFromId as 110 ValueSerializer(Isolate* isolate, Delegate* delegate); 142 * i.e. pass them to Delegate::WriteHostObject. This should not be 143 * called when no Delegate was passed. 152 * binary copy. For use during an override of Delegate::WriteHostObject. 173 class V8_EXPORT Delegate { class in v8::ValueDeserializer 175 virtual ~Delegate() = default; 186 * by ValueSerializer::Delegate [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value-serializer.h | 40 * ValueSerializer::Delegate via ValueSerializer::SetSharedValueConveyor. 67 class V8_EXPORT Delegate { class in v8::ValueSerializer 69 virtual ~Delegate() = default; 80 * with Delegate::IsHostObject. 154 ValueSerializer(Isolate* isolate, Delegate* delegate); 186 * i.e. pass them to Delegate::WriteHostObject. This should not be 187 * called when no Delegate was passed. 196 * binary copy. For use during an override of Delegate::WriteHostObject. 217 class V8_EXPORT Delegate { class in v8::ValueDeserializer 219 virtual ~Delegate() [all...] |
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 2008 Delegate(kAdc, &Assembler::adc, cond, size, rd, rn, operand); in adc() 2096 Delegate(kAdcs, &Assembler::adcs, cond, size, rd, rn, operand); in adcs() 2313 Delegate(kAdd, &Assembler::add, cond, size, rd, rn, operand); in add() 2345 Delegate(kAdd, &Assembler::add, cond, rd, operand); in add() 2482 Delegate(kAdds, &Assembler::adds, cond, size, rd, rn, operand); in adds() 2499 Delegate(kAdds, &Assembler::adds, rd, operand); in adds() 2535 Delegate(kAddw, &Assembler::addw, cond, rd, rn, operand); in addw() 2660 Delegate(kAdr, &Assembler::adr, cond, size, rd, location); in adr() 2782 Delegate(kAnd, &Assembler::and_, cond, size, rd, rn, operand); in and_() 2870 Delegate(kAnd in ands() [all...] |
H A D | macro-assembler-aarch32.cc | 677 void MacroAssembler::Delegate(InstructionType type, 699 Assembler::Delegate(type, instruction, cond, rn, operand); 703 void MacroAssembler::Delegate(InstructionType type, 811 Assembler::Delegate(type, instruction, cond, size, rn, operand); 815 void MacroAssembler::Delegate(InstructionType type, 961 Assembler::Delegate(type, instruction, cond, rd, rn, operand); 965 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::MacroAssembler 985 Assembler::Delegate(type, instruction, cond, size, rd, location); in Delegate() 1012 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::MacroAssembler 1221 Assembler::Delegate(typ in Delegate() 1225 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 1335 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 1366 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 1512 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 1657 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 1696 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 1720 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 1917 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 2114 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 2187 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 2260 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 2282 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler 2305 void MacroAssembler::Delegate(InstructionType type, Delegate() function in vixl::MacroAssembler [all...] |
H A D | assembler-aarch32.h | 642 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 661 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 672 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 680 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 694 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 704 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 714 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 723 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 733 virtual void Delegate(InstructionType type, in Delegate() function in vixl::aarch32::Assembler 744 virtual void Delegate(InstructionTyp in Delegate() function in vixl::aarch32::Assembler 753 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 762 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 770 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 778 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 785 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 795 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 808 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 838 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 846 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 860 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 872 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 885 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 897 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 910 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 922 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 932 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 942 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 964 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 973 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 982 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 993 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1001 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1009 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1018 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1027 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1037 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1047 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1057 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1067 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1078 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1087 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1112 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1134 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1148 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1165 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1180 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1191 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1206 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1218 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1229 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1245 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1261 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1271 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1282 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1293 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1305 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1317 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1329 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1341 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1352 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1363 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1374 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1385 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1397 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1408 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1419 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1430 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1441 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1451 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1461 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1471 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1481 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1493 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1505 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1517 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1527 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1539 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1551 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1561 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1571 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1581 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1591 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1602 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1613 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1625 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1637 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1648 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1657 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1666 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1676 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1686 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1697 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1708 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1718 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1728 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1738 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1748 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1758 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1767 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1776 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1788 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1800 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1812 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1821 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1830 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1843 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1853 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1863 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler 1874 virtual void Delegate(InstructionType type, Delegate() function in vixl::aarch32::Assembler [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelChangeObserver.h | 39 /// point and won't be if the MachineFunction::Delegate is calling it. This is 65 class GISelObserverWrapper : public MachineFunction::Delegate, 99 // API for MachineFunction::Delegate 109 MachineFunction::Delegate *Delegate; member in llvm::RAIIDelegateInstaller 112 RAIIDelegateInstaller(MachineFunction &MF, MachineFunction::Delegate *Del);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelChangeObserver.cpp | 33 MachineFunction::Delegate *Del) in RAIIDelegateInstaller() 34 : MF(MF), Delegate(Del) { in RAIIDelegateInstaller() 40 RAIIDelegateInstaller::~RAIIDelegateInstaller() { MF.resetDelegate(Delegate); } in ~RAIIDelegateInstaller()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 45 class LiveRangeEdit : private MachineRegisterInfo::Delegate { 48 class Delegate { class in llvm::LiveRangeEdit 52 virtual ~Delegate() = default; 76 Delegate *const TheDelegate; 140 Delegate *delegate = nullptr, in LiveRangeEdit()
|
H A D | MachineFunction.h | 371 class Delegate { class in llvm::MachineFunction 375 virtual ~Delegate() = default; 398 Delegate *TheDelegate = nullptr; 431 void resetDelegate(Delegate *delegate) { 439 void setDelegate(Delegate *delegate) {
|
/third_party/node/src/ |
H A D | inspector_socket.h | 20 class Delegate { class in node::inspector::InspectorSocket 28 virtual ~Delegate() = default; 31 using DelegatePointer = std::unique_ptr<Delegate>;
|
H A D | inspector_socket_server.cc | 182 class Delegate : public InspectorSocket::Delegate { class in node::inspector::SocketSession 184 Delegate(InspectorSocketServer* server, int session_id) in Delegate() function in node::inspector::SocketSession::Delegate 186 ~Delegate() override { 486 new SocketSession::Delegate(this, session->id())); in Accept() 517 void SocketSession::Delegate::OnHttpGet(const std::string& host, in OnHttpGet() 523 void SocketSession::Delegate::OnSocketUpgrade(const std::string& host, in OnSocketUpgrade() 530 void SocketSession::Delegate::OnWsFrame(const std::vector<char>& data) { in OnWsFrame()
|
H A D | node_serdes.cc | 33 public ValueSerializer::Delegate { 67 public ValueDeserializer::Delegate { 132 return ValueSerializer::Delegate::GetSharedArrayBufferId( in GetSharedArrayBufferId() 157 return ValueSerializer::Delegate::WriteHostObject(isolate, input); in WriteHostObject() 303 return ValueDeserializer::Delegate::ReadHostObject(isolate); in ReadHostObject()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
H A D | MethodInfoExtensions.cs | 39 // .NET Core (at least netstandard1.0) doesn't have Delegate.CreateDelegate, and .NET 3.5 doesn't have 43 internal static Delegate CreateDelegate(this MethodInfo method, Type type) => in CreateDelegate() 44 Delegate.CreateDelegate(type, method); in CreateDelegate()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | parser.h | 40 explicit Parser(Delegate* delegate); 43 Delegate* delegate_ = nullptr;
|
H A D | amber.cc | 83 Delegate::~Delegate() = default; 85 Amber::Amber(Delegate* delegate) : delegate_(delegate) {} in Amber() 115 Delegate* delegate, in CreateEngineAndCheckRequirements()
|
H A D | parser.cc | 21 Parser::Parser(Delegate* delegate) in Parser()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 219 class Delegate : public amber::Delegate class 222 Delegate (tcu::TestContext& testCtx); 228 void Log (const std::string& /*message*/) override { DE_FATAL("amber::Delegate::Log unimplemented"); } 235 deUint64 GetTimestampNs (void) const override { DE_FATAL("amber::Delegate::GetTimestampNs unimplemented"); return 0; } 246 Delegate::Delegate (tcu::TestContext& testCtx) in Delegate() function in vkt::cts_amber::Delegate 255 amber::Result Delegate::LoadBufferData (const std::string file_name, in LoadBufferData() 292 Delegate delegate (m_testCtx); in parse()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 218 class Delegate : public amber::Delegate class 221 Delegate (tcu::TestContext& testCtx); 227 void Log (const std::string& /*message*/) override { DE_FATAL("amber::Delegate::Log unimplemented"); } 234 deUint64 GetTimestampNs (void) const override { DE_FATAL("amber::Delegate::GetTimestampNs unimplemented"); return 0; } 245 Delegate::Delegate (tcu::TestContext& testCtx) in Delegate() function in vkt::cts_amber::Delegate 254 amber::Result Delegate::LoadBufferData (const std::string file_name, in LoadBufferData() 291 Delegate delegate (m_testCtx); in parse()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.h | 48 Delegate* delegate, 93 Result LoadVulkanPointers(PFN_vkGetInstanceProcAddr, Delegate* delegate);
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.h | 50 ValueSerializer(Isolate* isolate, v8::ValueSerializer::Delegate* delegate); 90 * i.e. pass them to Delegate::WriteHostObject. This should not be 91 * called when no Delegate was passed. 168 v8::ValueSerializer::Delegate* const delegate_; 194 v8::ValueDeserializer::Delegate* delegate); 323 v8::ValueDeserializer::Delegate* const delegate_;
|