/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);
|
D | lock_test.cc | 27 class BasicLockTestThread : public PlatformThread::Delegate { 104 class TryLockTestThread : public PlatformThread::Delegate { 163 class MutexLockTestThread : public PlatformThread::Delegate {
|
/external/pdfium/testing/ |
D | embedder_test.h | 27 class Delegate { 29 virtual ~Delegate() { } in ~Delegate() 53 void SetDelegate(Delegate* delegate) { in SetDelegate() 82 Delegate* delegate_; 83 Delegate* default_delegate_;
|
D | embedder_test_mock_delegate.h | 11 class EmbedderTestMockDelegate : public EmbedderTest::Delegate {
|
D | embedder_test_timer_handling_delegate.h | 13 class EmbedderTestTimerHandlingDelegate : public EmbedderTest::Delegate {
|
D | embedder_test.cpp | 135 default_delegate_ = new EmbedderTest::Delegate(); in EmbedderTest()
|
/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/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; 117 Delegate *delegate = nullptr)
|
D | MachineRegisterInfo.h | 34 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/ |
D | JmDNS.java | 25 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/ |
D | RetainCountExamples.m | 73 @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/ |
D | SkUISplitViewController.mm | 22 //Table View Delegate Methods 30 //Split View Controller Delegate
|
/external/skia/experimental/iOSSampleApp/iPhone/ |
D | SkUINavigationController.mm | 22 //Table View Delegate Methods
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.h | 77 …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…
|
D | DNBArchImpl.cpp | 990 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/ |
D | SkUIRootViewController.mm | 30 //Table View Delegate Methods
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSAppDelegate.m | 21 * \brief iOS Application Delegate.
|
/external/jmdns/src/javax/jmdns/impl/ |
D | ServiceInfoImpl.java | 66 private Delegate _delegate; 68 public static interface Delegate { interface in ServiceInfoImpl 1312 Delegate getDelegate() { in getDelegate() 1320 void setDelegate(Delegate delegate) { in setDelegate()
|
D | JmDNSImpl.java | 104 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()
|
D | JmmDNSImpl.java | 41 public class JmmDNSImpl implements JmmDNS, NetworkTopologyListener, ServiceInfoImpl.Delegate {
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 32 void LiveRangeEdit::Delegate::anchor() { } in anchor()
|
D | MachineRegisterInfo.cpp | 24 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 366 // Delegate to fastcall to handle integer types. 532 // Delegate to fastcall to handle integer types.
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 404 // Text Field Delegate Methods
|