/external/clang/test/SemaObjC/ |
D | class-conforming-protocol-2.m | 9 - (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{previous definition is here… 18 …(void)setDelegate:(id <IBStringsTableWindowDelegate>)delegate { // expected-warning {{conflicting …
|
D | compatible-protocol-qualified-types.m | 47 - (void)setDelegate:(id <NSTextStorageDelegate>)delegate; // expected-note{{passing argument to par… 72 …[_contents setDelegate:self]; // expected-warning {{sending 'SKTText *' to parameter of incompatib…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | class-conforming-protocol-2.m | 9 - (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{previous definition is here… 18 …(void)setDelegate:(id <IBStringsTableWindowDelegate>)delegate { // expected-warning {{conflicting …
|
D | compatible-protocol-qualified-types.m | 47 - (void)setDelegate:(id <NSTextStorageDelegate>)delegate; // expected-note{{passing argument to par… 72 …[_contents setDelegate:self]; // expected-warning {{sending 'SKTText *' to parameter of incompatib…
|
/external/dagger2/java/dagger/internal/ |
D | DelegateFactory.java | 43 setDelegate(this, delegate); in setDelegatedProvider() 52 public static <T> void setDelegate(Provider<T> delegateFactory, Provider<T> delegate) { in setDelegate() method in DelegateFactory
|
/external/clang/test/Analysis/ |
D | pr_2542_rdar_6793404.m | 30 - (void)setDelegate:(id)delegate; 47 // 'animation' when it is sent the message 'setDelegate:'. 52 [animation setDelegate:self];
|
/external/llvm-project/clang/test/Analysis/ |
D | pr_2542_rdar_6793404.m | 30 - (void)setDelegate:(id)delegate; 47 // 'animation' when it is sent the message 'setDelegate:'. 52 [animation setDelegate:self];
|
/external/dagger2/java/dagger/producers/internal/ |
D | DelegateProducer.java | 42 setDelegate(this, delegate); in setDelegatedProducer() 51 public static <T> void setDelegate(Producer<T> delegateProducer, Producer<T> delegate) { in setDelegate() method in DelegateProducer
|
/external/clang/test/Analysis/inlining/ |
D | RetainCountExamples.m | 82 - (void) setDelegate: (id) d; 108 - (void) setDelegate: (id) d { 124 [obj4 setDelegate: d];
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | RetainCountExamples.m | 82 - (void) setDelegate: (id) d; 108 - (void) setDelegate: (id) d { 124 [obj4 setDelegate: d];
|
/external/emma/core/java12/com/vladium/util/ |
D | IProperties.java | 120 ((PropertiesImpl) result).getLastProperties ().setDelegate ((PropertiesImpl) base); in combine() 201 scan.setDelegate (_delegateClone); in copy() 345 void setDelegate (final PropertiesImpl delegate) in setDelegate() method in IProperties.Factory.PropertiesImpl
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/manager/ |
D | ImageAssetManager.java | 47 setDelegate(delegate); in ImageAssetManager() 50 public void setDelegate(@Nullable ImageAssetDelegate assetDelegate) { in setDelegate() method in ImageAssetManager
|
/external/skia/tools/sk_app/mac/ |
D | main_mac.mm | 75 [NSApp setDelegate:appDelegate]; 106 [NSApp setDelegate:nil];
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | ExceptionHandler.java | 55 public void setDelegate(ExceptionHandler exceptionHandler) { in setDelegate() method in ExceptionHandler.DefaultExceptionHandler
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | GISelChangeObserver.cpp | 37 MF.setDelegate(Del); in RAIIDelegateInstaller()
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | ForwardingTimeout.kt | 29 fun setDelegate(delegate: Timeout): ForwardingTimeout { in setDelegate() method in okio.ForwardingTimeout
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | GISelChangeObserver.cpp | 37 MF.setDelegate(Del); in RAIIDelegateInstaller()
|
/external/guice/core/src/com/google/inject/internal/ |
D | DelegatingInvocationHandler.java | 60 void setDelegate(T delegate) { in setDelegate() method in DelegatingInvocationHandler
|
D | ConstructionContext.java | 91 handler.setDelegate(delegate); in setProxyDelegates()
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | ForwardingTimeout.java | 37 public final ForwardingTimeout setDelegate(Timeout delegate) { in setDelegate() method in ForwardingTimeout
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | ForwardingTimeout.java | 35 public final ForwardingTimeout setDelegate(Timeout delegate) { in setDelegate() method in ForwardingTimeout
|
/external/okio/okio/src/jvmTest/java/okio/ |
D | ForwardingTimeoutTest.java | 37 assertThat(forwardingTimeout.setDelegate(timeout2)).isEqualTo(forwardingTimeout); in getAndSetDelegate()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAssetInputStream.java | 27 slais.setDelegate(delegateInputStream); in createAssetInputStream()
|
D | ShadowLegacyAssetInputStream.java | 27 void setDelegate(InputStream delegate) { in setDelegate() method in ShadowLegacyAssetInputStream
|
/external/webrtc/examples/objc/AppRTCMobile/mac/ |
D | main.m | 19 [NSApp setDelegate:delegate];
|