Home
last modified time | relevance | path

Searched refs:Delegate (Results 1 – 25 of 98) sorted by relevance

1234

/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc93 class AlarmTimer::Delegate class in timers::AlarmTimer
94 : public base::RefCountedThreadSafe<AlarmTimer::Delegate>,
99 explicit Delegate(base::Closure on_timer_fired_callback);
123 friend class base::RefCountedThreadSafe<Delegate>;
124 ~Delegate() override;
159 DISALLOW_COPY_AND_ASSIGN(Delegate);
162 AlarmTimer::Delegate::Delegate(base::Closure on_timer_fired_callback) in Delegate() function in timers::AlarmTimer::Delegate
173 AlarmTimer::Delegate::~Delegate() { in ~Delegate()
178 bool AlarmTimer::Delegate::CanWakeFromSuspend() { in CanWakeFromSuspend()
182 void AlarmTimer::Delegate::Reset(base::TimeDelta delay) { in Reset()
[all …]
/external/libchrome/base/threading/
Dsimple_thread.h59 class BASE_EXPORT SimpleThread : public PlatformThread::Delegate {
127 class BASE_EXPORT Delegate {
129 Delegate() { } in Delegate() function
130 virtual ~Delegate() { } in ~Delegate()
134 DelegateSimpleThread(Delegate* delegate,
136 DelegateSimpleThread(Delegate* delegate,
144 Delegate* delegate_;
157 : public DelegateSimpleThread::Delegate {
159 typedef DelegateSimpleThread::Delegate Delegate; typedef
174 void AddWork(Delegate* work, int repeat_count);
[all …]
Dplatform_thread.h118 class BASE_EXPORT Delegate {
123 virtual ~Delegate() {} in ~Delegate()
161 Delegate* delegate, in Create()
169 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
176 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
Dplatform_thread_posix.cc42 PlatformThread::Delegate* delegate;
48 PlatformThread::Delegate* delegate = nullptr; in ThreadFunc()
82 PlatformThread::Delegate* delegate, in CreateThread()
187 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority()
195 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
Dsimple_thread_unittest.cc15 class SetIntRunner : public DelegateSimpleThread::Delegate {
27 class WaitEventRunner : public DelegateSimpleThread::Delegate {
41 class SeqRunner : public DelegateSimpleThread::Delegate {
53 class VerifyPoolRunner : public DelegateSimpleThread::Delegate {
/external/jcommander/src/test/java/com/beust/jcommander/
DParametersDelegateTest.java124 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/libchrome/base/message_loop/
Dmessage_pump_mac.h92 void Run(Delegate* delegate) override;
93 virtual void DoRun(Delegate* delegate) = 0;
107 void SetDelegate(Delegate* delegate);
187 Delegate* delegate_;
226 void DoRun(Delegate* delegate) override;
245 void DoRun(Delegate* delegate) override;
268 void DoRun(Delegate* delegate) override;
273 virtual void Attach(Delegate* delegate);
288 void DoRun(Delegate* delegate) override;
Dmessage_pump.h20 class BASE_EXPORT Delegate {
22 virtual ~Delegate() {} in ~Delegate()
108 virtual void Run(Delegate* delegate) = 0;
/external/sfntly/cpp/src/test/
Dplatform_thread.cc24 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,
Dplatform_thread.h45 class Delegate {
47 virtual ~Delegate() {} in ~Delegate()
61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolVisitor.h24 CVSymbolVisitor(SymbolVisitorDelegate *Delegate) : Delegate(Delegate) {} in CVSymbolVisitor() argument
53 uint32_t RecordOffset = Delegate ? Delegate->getRecordOffset(Data) : 0; in visitSymbolRecord()
95 SymbolVisitorDelegate *Delegate;
/external/pdfium/core/fxcodec/codec/
Dicodec_pngmodule.h19 class Delegate {
40 Delegate* GetDelegate() const { return m_pDelegate; } in GetDelegate()
41 void SetDelegate(Delegate* delegate) { m_pDelegate = delegate; } in SetDelegate()
44 Delegate* m_pDelegate;
Dicodec_bmpmodule.h19 class Delegate {
44 Delegate* GetDelegate() const { return m_pDelegate; } in GetDelegate()
45 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate()
48 Delegate* m_pDelegate;
Dicodec_gifmodule.h20 class Delegate {
61 Delegate* GetDelegate() const { return m_pDelegate; } in GetDelegate()
62 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate()
65 Delegate* m_pDelegate;
/external/pdfium/testing/
Dembedder_test.h32 class Delegate {
34 virtual ~Delegate() {} in ~Delegate()
72 void SetDelegate(Delegate* delegate) { in SetDelegate()
117 Delegate* delegate_;
118 std::unique_ptr<Delegate> default_delegate_;
/external/vixl/src/aarch32/
Dassembler-aarch32.cc1883 Delegate(kAdc, &Assembler::adc, cond, size, rd, rn, operand); in adc()
1971 Delegate(kAdcs, &Assembler::adcs, cond, size, rd, rn, operand); in adcs()
2188 Delegate(kAdd, &Assembler::add, cond, size, rd, rn, operand); in add()
2220 Delegate(kAdd, &Assembler::add, cond, rd, operand); in add()
2357 Delegate(kAdds, &Assembler::adds, cond, size, rd, rn, operand); in adds()
2374 Delegate(kAdds, &Assembler::adds, rd, operand); in adds()
2410 Delegate(kAddw, &Assembler::addw, cond, rd, rn, operand); in addw()
2525 Delegate(kAdr, &Assembler::adr, cond, size, rd, label); in adr()
2609 Delegate(kAnd, &Assembler::and_, cond, size, rd, rn, operand); in and_()
2693 Delegate(kAnds, &Assembler::ands, cond, size, rd, rn, operand); in ands()
[all …]
Dmacro-assembler-aarch32.cc958 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler
980 Assembler::Delegate(type, instruction, cond, rn, operand); in Delegate()
984 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler
1092 Assembler::Delegate(type, instruction, cond, size, rn, operand); in Delegate()
1096 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler
1242 Assembler::Delegate(type, instruction, cond, rd, rn, operand); in Delegate()
1246 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler
1266 Assembler::Delegate(type, instruction, cond, size, rd, label); in Delegate()
1293 void MacroAssembler::Delegate(InstructionType type, in Delegate() function in vixl::aarch32::MacroAssembler
1502 Assembler::Delegate(type, instruction, cond, size, rd, rn, operand); in Delegate()
[all …]
/external/clang/test/CodeGenObjC/
Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/external/libmojo/mojo/edk/system/
Dchannel.h185 class Delegate {
187 virtual ~Delegate() {} in ~Delegate()
205 Delegate* delegate,
233 explicit Channel(Delegate* delegate);
283 Delegate* delegate_;
Dnode_channel.h34 public Channel::Delegate
40 class Delegate {
42 virtual ~Delegate() {} in ~Delegate()
89 Delegate* delegate,
163 NodeChannel(Delegate* delegate,
184 Delegate* const delegate_;
/external/libmojo/base/message_loop/
Dmessage_pump_android.cc28 base::MessagePump::Delegate* delegate = in DoRunLoopOnce()
29 reinterpret_cast<base::MessagePump::Delegate*>(native_delegate); in DoRunLoopOnce()
95 void MessagePumpForUI::Run(Delegate* delegate) { in Run()
100 void MessagePumpForUI::Start(Delegate* delegate) { in Start()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h37 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
40 class Delegate {
57 virtual ~Delegate() {} in ~Delegate()
67 Delegate *const TheDelegate;
128 Delegate *delegate = nullptr,
/external/jmdns/src/javax/jmdns/
DJmDNS.java25 public static interface Delegate { interface in JmDNS
422 public abstract Delegate getDelegate(); in getDelegate()
431 public abstract Delegate setDelegate(Delegate value); in setDelegate()
/external/clang/test/Analysis/inlining/
DRetainCountExamples.m73 @interface Delegate : NSObject interface
77 Delegate *myDel;
87 + (void)test: (Delegate *)d;
89 @property (assign) Delegate* myDel; argument
116 + (void) test: (Delegate *)d { argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeEdit.h36 struct Delegate { struct
51 virtual ~Delegate() {} in ~Delegate() argument
57 Delegate *const delegate_;
98 Delegate *delegate = 0,

1234