/external/libchrome/base/threading/ |
D | simple_thread.h | 60 class BASE_EXPORT SimpleThread : public PlatformThread::Delegate { 163 class BASE_EXPORT Delegate { 165 virtual ~Delegate() = default; 169 DelegateSimpleThread(Delegate* delegate, 171 DelegateSimpleThread(Delegate* delegate, 179 Delegate* delegate_; 194 : public DelegateSimpleThread::Delegate { 196 typedef DelegateSimpleThread::Delegate Delegate; typedef 211 void AddWork(Delegate* work, int repeat_count); 212 void AddWork(Delegate* work) { in AddWork() [all …]
|
D | platform_thread.h | 124 class BASE_EXPORT Delegate { 129 virtual ~Delegate() = default; 167 Delegate* delegate, in Create() 175 static bool CreateWithPriority(size_t stack_size, Delegate* delegate, 182 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate); 187 Delegate* delegate,
|
D | platform_thread_posix.cc | 48 PlatformThread::Delegate* delegate; 54 PlatformThread::Delegate* delegate = nullptr; in ThreadFunc() 88 PlatformThread::Delegate* delegate, in CreateThread() 197 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority() 205 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() 212 Delegate* delegate, in CreateNonJoinableWithPriority()
|
D | simple_thread.cc | 84 DelegateSimpleThread::DelegateSimpleThread(Delegate* delegate, in DelegateSimpleThread() 88 DelegateSimpleThread::DelegateSimpleThread(Delegate* delegate, in DelegateSimpleThread() 103 Delegate* delegate = delegate_; in Run() 146 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) { in AddWork() 156 Delegate* work = nullptr; in Run()
|
D | simple_thread_unittest.cc | 19 class SetIntRunner : public DelegateSimpleThread::Delegate { 36 class ControlledRunner : public DelegateSimpleThread::Delegate { 69 class WaitEventRunner : public DelegateSimpleThread::Delegate { 86 class SeqRunner : public DelegateSimpleThread::Delegate { 101 class VerifyPoolRunner : public DelegateSimpleThread::Delegate {
|
/external/libchrome/base/ |
D | run_loop.cc | 20 LazyInstance<ThreadLocalPointer<RunLoop::Delegate>>::Leaky tls_delegate = 36 RunLoop::Delegate::Delegate() { in Delegate() function in base::RunLoop::Delegate 42 RunLoop::Delegate::~Delegate() { in ~Delegate() 51 bool RunLoop::Delegate::ShouldQuitWhenIdle() { in ShouldQuitWhenIdle() 56 void RunLoop::RegisterDelegateForCurrentThread(Delegate* delegate) { in RegisterDelegateForCurrentThread() 179 Delegate* delegate = tls_delegate.Get().Get(); in IsRunningOnCurrentThread() 185 Delegate* delegate = tls_delegate.Get().Get(); in IsNestedOnCurrentThread() 191 Delegate* delegate = tls_delegate.Get().Get(); in AddNestingObserverOnCurrentThread() 198 Delegate* delegate = tls_delegate.Get().Get(); in RemoveNestingObserverOnCurrentThread() 206 Delegate* delegate = tls_delegate.Get().Get(); in QuitCurrentDeprecated() [all …]
|
D | run_loop.h | 152 class BASE_EXPORT Delegate { 154 Delegate(); 155 virtual ~Delegate(); 210 DISALLOW_COPY_AND_ASSIGN(Delegate); 216 static void RegisterDelegateForCurrentThread(Delegate* delegate); 243 Delegate* current_delegate_; 272 Delegate* delegate_;
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | ParametersDelegateTest.java | 124 class Delegate { in commandTest() class 130 public Delegate delegate = new Delegate(); in commandTest() 144 class Delegate { in mainParametersTest() class 150 public Delegate delegate = new Delegate(); in mainParametersTest() 183 class Delegate { in duplicateDelegateThrowDuplicateOptionException() class 189 public Delegate d1 = new Delegate(); in duplicateDelegateThrowDuplicateOptionException() 191 public Delegate d2 = new Delegate(); in duplicateDelegateThrowDuplicateOptionException()
|
/external/sfntly/cpp/src/test/ |
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,
|
D | platform_thread.h | 45 class Delegate { 47 virtual ~Delegate() {} in ~Delegate() 61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolVisitor.h | 24 CVSymbolVisitor(SymbolVisitorDelegate *Delegate) : Delegate(Delegate) {} in CVSymbolVisitor() argument 53 uint32_t RecordOffset = Delegate ? Delegate->getRecordOffset(Data) : 0; in visitSymbolRecord() 95 SymbolVisitorDelegate *Delegate;
|
/external/perfetto/src/traced/probes/filesystem/ |
D | file_scanner.h | 32 class Delegate { 39 virtual ~Delegate(); 43 Delegate* delegate, 48 FileScanner(std::vector<std::string> root_directories, Delegate* delegate); 62 Delegate* delegate_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDeserializer.h | 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate, in SymbolDeserializer() argument 58 : Delegate(Delegate), Container(Container) {} in SymbolDeserializer() 87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0; in visitKnownRecordImpl() 93 SymbolVisitorDelegate *Delegate; variable
|
/external/vixl/src/aarch32/ |
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() 2658 Delegate(kAdr, &Assembler::adr, cond, size, rd, location); in adr() 2780 Delegate(kAnd, &Assembler::and_, cond, size, rd, rn, operand); in and_() 2868 Delegate(kAnds, &Assembler::ands, cond, size, rd, rn, operand); in ands() [all …]
|
D | macro-assembler-aarch32.cc | 662 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 684 Assembler::Delegate(type, instruction, cond, rn, operand); in Delegate() 688 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 796 Assembler::Delegate(type, instruction, cond, size, rn, operand); in Delegate() 800 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 946 Assembler::Delegate(type, instruction, cond, rd, rn, operand); in Delegate() 950 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 970 Assembler::Delegate(type, instruction, cond, size, rd, location); in Delegate() 997 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler 1206 Assembler::Delegate(type, instruction, cond, size, rd, rn, operand); in Delegate() [all …]
|
/external/libchrome/mojo/core/ |
D | channel.h | 244 class Delegate { 246 virtual ~Delegate() {} in ~Delegate() 264 Delegate* delegate, 300 explicit Channel(Delegate* delegate); 303 Delegate* delegate() const { return delegate_; } in delegate() 358 Delegate* delegate_;
|
D | node_channel.h | 30 public Channel::Delegate { 32 class Delegate { 34 virtual ~Delegate() {} in ~Delegate() 80 Delegate* delegate, 155 NodeChannel(Delegate* delegate, 169 Delegate* const delegate_;
|
/external/libchrome/base/message_loop/ |
D | message_loop_perftest.cc | 69 class Delegate final : public PlatformThread::Delegate { class in base::__anon97d2d4d30111::PostingThread 71 Delegate(PostingThread* outer, std::unique_ptr<Action> action) in Delegate() function in base::__anon97d2d4d30111::PostingThread::Delegate 77 ~Delegate() override = default; 89 DISALLOW_COPY_AND_ASSIGN(Delegate); 112 Delegate delegate_;
|
D | message_pump.h | 20 class BASE_EXPORT Delegate { 22 virtual ~Delegate() = default; 108 virtual void Run(Delegate* delegate) = 0;
|
/external/perfetto/include/perfetto/protozero/ |
D | scattered_stream_writer.h | 46 class PERFETTO_EXPORT Delegate { 48 virtual ~Delegate(); 52 explicit ScatteredStreamWriter(Delegate* delegate); 120 Delegate* const delegate_;
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars-private.m | 13 @interface Delegate : NSObject<Protocol> { interface 18 @interface Delegate(NSObject) interface in NSObject 22 @implementation Delegate(NSObject) implementation in NSObject 26 @implementation Delegate { implementation
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
D | GpuDelegateHelper.java | 18 import org.tensorflow.lite.Delegate; 39 public static Delegate createGpuDelegate() { in createGpuDelegate() 42 .asSubclass(Delegate.class) in createGpuDelegate()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 37 class LiveRangeEdit : private MachineRegisterInfo::Delegate { 40 class Delegate { 57 virtual ~Delegate() {} in ~Delegate() 67 Delegate *const TheDelegate; 128 Delegate *delegate = nullptr,
|
/external/pdfium/testing/ |
D | embedder_test.h | 35 class Delegate { 37 virtual ~Delegate() {} in ~Delegate() 75 void SetDelegate(Delegate* delegate) { in SetDelegate() 170 Delegate* delegate_; 171 std::unique_ptr<Delegate> default_delegate_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 46 class LiveRangeEdit : private MachineRegisterInfo::Delegate { 49 class Delegate { 53 virtual ~Delegate() = default; 77 Delegate *const TheDelegate; 141 Delegate *delegate = nullptr,
|