Home
last modified time | relevance | path

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

12

/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);
Dlock_test.cc27 class BasicLockTestThread : public PlatformThread::Delegate {
104 class TryLockTestThread : public PlatformThread::Delegate {
163 class MutexLockTestThread : public PlatformThread::Delegate {
/external/pdfium/testing/
Dembedder_test.h27 class Delegate {
29 virtual ~Delegate() { } in ~Delegate()
53 void SetDelegate(Delegate* delegate) { in SetDelegate()
82 Delegate* delegate_;
83 Delegate* default_delegate_;
Dembedder_test_mock_delegate.h11 class EmbedderTestMockDelegate : public EmbedderTest::Delegate {
Dembedder_test_timer_handling_delegate.h13 class EmbedderTestTimerHandlingDelegate : public EmbedderTest::Delegate {
Dembedder_test.cpp135 default_delegate_ = new EmbedderTest::Delegate(); in EmbedderTest()
/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/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h37 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
40 class Delegate {
57 virtual ~Delegate() {} in ~Delegate()
67 Delegate *const TheDelegate;
117 Delegate *delegate = nullptr)
DMachineRegisterInfo.h34 class Delegate {
39 virtual ~Delegate() {} in ~Delegate()
44 Delegate *TheDelegate;
135 void resetDelegate(Delegate *delegate) { in resetDelegate()
144 void setDelegate(Delegate *delegate) { in setDelegate()
/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/skia/experimental/iOSSampleApp/iPad/
DSkUISplitViewController.mm22 //Table View Delegate Methods
30 //Split View Controller Delegate
/external/skia/experimental/iOSSampleApp/iPhone/
DSkUINavigationController.mm22 //Table View Delegate Methods
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h77 …virtual bool EnableHardwareWatchpoint0 (uint32_t hw_break_index, bool Delegate, bool al…
78 …virtual bool DisableHardwareWatchpoint0 (uint32_t hw_break_index, bool Delegate, bool a…
DDNBArchImpl.cpp990 DNBArchMachARM::EnableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) in EnableHardwareWatchpoint0() argument
1000 if (Delegate && LoHi[hw_index]) { in EnableHardwareWatchpoint0()
1025 DNBArchMachARM::DisableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) in DisableHardwareWatchpoint0() argument
1035 if (Delegate && LoHi[hw_index]) { in DisableHardwareWatchpoint0()
/external/skia/experimental/iOSSampleApp/Shared/
DSkUIRootViewController.mm30 //Table View Delegate Methods
/external/deqp/framework/platform/ios/
DtcuIOSAppDelegate.m21 * \brief iOS Application Delegate.
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java66 private Delegate _delegate;
68 public static interface Delegate { interface in ServiceInfoImpl
1312 Delegate getDelegate() { in getDelegate()
1320 void setDelegate(Delegate delegate) { in setDelegate()
DJmDNSImpl.java104 private volatile Delegate _delegate;
2212 public Delegate getDelegate() { in getDelegate()
2217 public Delegate setDelegate(Delegate delegate) { in setDelegate()
2218 Delegate previous = this._delegate; in setDelegate()
DJmmDNSImpl.java41 public class JmmDNSImpl implements JmmDNS, NetworkTopologyListener, ServiceInfoImpl.Delegate {
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp32 void LiveRangeEdit::Delegate::anchor() { } in anchor()
DMachineRegisterInfo.cpp24 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
/external/llvm/lib/Target/X86/
DX86CallingConv.td366 // Delegate to fastcall to handle integer types.
532 // Delegate to fastcall to handle integer types.
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m404 // Text Field Delegate Methods

12