Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dplatform_thread.cc24 PlatformThread::Delegate* delegate = in ThreadFunc() local
31 bool PlatformThread::Create(Delegate* delegate, in Create()
/third_party/python/Lib/idlelib/
Ddelegator.py3 def __init__(self, delegate=None): argument
26 def setdelegate(self, delegate): argument
/third_party/node/src/inspector/
Dworker_inspector.cc39 void Report(const std::unique_ptr<WorkerDelegate>& delegate, in Report()
83 std::unique_ptr<inspector::InspectorSessionDelegate> delegate, in Connect()
98 for (const auto& delegate : delegates_) { in WorkerStarted() local
119 const auto& delegate = delegates_[id]; in SetAutoAttach() local
Dmain_thread_interface.cc142 void Connect(std::unique_ptr<InspectorSessionDelegate> delegate) { in Connect()
163 std::unique_ptr<InspectorSessionDelegate> delegate, in CrossThreadInspectorSession()
188 (InspectorSessionDelegate* delegate) { in SendMessageToFrontend()
299 std::unique_ptr<InspectorSessionDelegate> delegate, in Connect()
323 std::unique_ptr<InspectorSessionDelegate> delegate) { in MakeDelegateThreadSafe()
Dworker_agent.cc105 std::unique_ptr<AgentWorkerInspectorDelegate> delegate( in enable() local
131 auto delegate = thread_->MakeDelegateThreadSafe( in WorkerCreated() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapField.java288 private final Map<K, V> delegate; field in MapField.MutatabilityAwareMap
290 MutatabilityAwareMap(MutabilityOracle mutabilityOracle, Map<K, V> delegate) { in MutatabilityAwareMap()
383 private final Collection<E> delegate; field in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
385 MutatabilityAwareCollection(MutabilityOracle mutabilityOracle, Collection<E> delegate) { in MutatabilityAwareCollection()
480 private final Set<E> delegate; field in MapField.MutatabilityAwareMap.MutatabilityAwareSet
482 MutatabilityAwareSet(MutabilityOracle mutabilityOracle, Set<E> delegate) { in MutatabilityAwareSet()
577 private final Iterator<E> delegate; field in MapField.MutatabilityAwareMap.MutatabilityAwareIterator
579 MutatabilityAwareIterator(MutabilityOracle mutabilityOracle, Iterator<E> delegate) { in MutatabilityAwareIterator()
/third_party/gn/src/base/posix/
Dfile_descriptor_shuffle.cc17 InjectionDelegate* delegate) { in PerformInjectiveMultimapDestructive()
82 InjectionDelegate* delegate) { in PerformInjectiveMultimap()
Dfile_descriptor_shuffle.h76 FileDescriptorTableInjection delegate; in ShuffleFileDescriptors() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormatServiceShim.java44 private NumberFormatFactory delegate; field in NumberFormatServiceShim.NFFactory
46 NFFactory(NumberFormatFactory delegate) { in NFFactory()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNumberFormatServiceShim.java45 private NumberFormatFactory delegate; field in NumberFormatServiceShim.NFFactory
47 NFFactory(NumberFormatFactory delegate) { in NFFactory()
/third_party/vk-gl-cts/external/amber/src/src/
Dparser.cc21 Parser::Parser(Delegate* delegate) in Parser()
Damber.cc85 Amber::Amber(Delegate* delegate) : delegate_(delegate) {} in Amber()
115 Delegate* delegate, in CreateEngineAndCheckRequirements()
Dexecutor.cc61 Delegate* delegate) { in Execute()
/third_party/typescript/tests/cases/compiler/
DcontextualTypeAppliedToVarArgs.ts1 function delegate(instance: any, method: (...args: any[]) => any, data?: any): (...args: any[]) => … function
/third_party/node/deps/zlib/google/
Dzip_reader.cc350 bool ZipReader::ExtractCurrentEntry(WriterDelegate* delegate, in ExtractCurrentEntry()
439 bool ZipReader::ExtractCurrentEntry(WriterDelegate* delegate, in ExtractCurrentEntry()
446 WriterDelegate* delegate, in ExtractCurrentEntryWithListener()
/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc73 void Run(JobDelegate* delegate) override { in Run()
95 void RunImpl(JobDelegate* delegate) { in RunImpl()
144 JobDelegate* delegate) { in PerformFreeMemoryOnQueuedNonRegularChunks()
153 MemoryAllocator::Unmapper::FreeMode mode, JobDelegate* delegate) { in PerformFreeMemoryOnQueuedChunks()
Dconservative-stack-visitor.cc15 RootVisitor* delegate) in ConservativeStackVisitor()
Dmemory-measurement.h42 std::unique_ptr<v8::MeasureMemoryDelegate> delegate; member
/third_party/node/src/
Dinspector_socket.cc665 InspectorSocket::Delegate* ProtocolHandler::delegate() { in delegate() function in node::inspector::ProtocolHandler
691 TcpHolder::TcpHolder(InspectorSocket::DelegatePointer delegate) in TcpHolder()
699 InspectorSocket::DelegatePointer delegate) { in Accept()
737 InspectorSocket::Delegate* TcpHolder::delegate() { in delegate() function in node::inspector::TcpHolder
787 DelegatePointer delegate) { in Accept()
Djs_native_api_v8_inspector.cc261 void Connect(std::unique_ptr<InspectorSessionDelegate> delegate) { in Connect()
282 std::unique_ptr<InspectorSessionDelegate> delegate, in CrossThreadInspectorSession()
307 (InspectorSessionDelegate* delegate) { in SendMessageToFrontend()
406 std::unique_ptr<InspectorSessionDelegate> delegate, in Connect()
815 std::unique_ptr<InspectorIoDelegate> delegate( in ThreadMain() local
895 std::unique_ptr<InspectorSessionDelegate> delegate, in ChannelImpl()
1106 int connectFrontend(std::unique_ptr<InspectorSessionDelegate> delegate, in connectFrontend()
1338 std::unique_ptr<InspectorSessionDelegate> delegate, in Connect()
/third_party/glfw/src/
Dcocoa_platform.h75 id delegate; member
90 id delegate; member
/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc44 void Run(JobDelegate* delegate) final { in Run()
400 void LazyCompileDispatcher::DoBackgroundWork(JobDelegate* delegate) { in DoBackgroundWork()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java201 CollatorFactory delegate; in TestRegisterFactory() field in CollationServiceTest.TestFactoryWrapper
203 TestFactoryWrapper(CollatorFactory delegate) { in TestRegisterFactory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationServiceTest.java204 CollatorFactory delegate; in TestRegisterFactory() field in CollationServiceTest.TestFactoryWrapper
206 TestFactoryWrapper(CollatorFactory delegate) { in TestRegisterFactory()
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc604 std::unique_ptr<DiscardedSamplesDelegate> delegate) { in StartProfiling()
610 std::unique_ptr<DiscardedSamplesDelegate> delegate) { in StartProfiling()
628 std::unique_ptr<DiscardedSamplesDelegate> delegate) { in StartProfiling()

1234