Home
last modified time | relevance | path

Searched refs:setDelegate (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/SemaObjC/
Dclass-conforming-protocol-2.m9 - (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{previous definition is here…
18 …(void)setDelegate:(id <IBStringsTableWindowDelegate>)delegate { // expected-warning {{conflicting …
Dcompatible-protocol-qualified-types.m47 - (void)setDelegate:(id <NSTextStorageDelegate>)delegate; // expected-note{{passing argument to par…
72 …[_contents setDelegate:self]; // expected-warning {{sending 'SKTText *' to parameter of incompatib…
Dinterface-scope-2.m66 - (void)setDelegate:(id)delegate {
/external/clang/test/Analysis/
Dpr_2542_rdar_6793404.m30 - (void)setDelegate:(id)delegate;
47 // 'animation' when it is sent the message 'setDelegate:'.
52 [animation setDelegate:self];
/external/clang/test/Analysis/inlining/
DRetainCountExamples.m82 - (void) setDelegate: (id) d;
108 - (void) setDelegate: (id) d {
124 [obj4 setDelegate: d];
/external/emma/core/java12/com/vladium/util/
DIProperties.java120 ((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/okhttp/okio/okio/src/main/java/okio/
DForwardingTimeout.java35 public final ForwardingTimeout setDelegate(Timeout delegate) { in setDelegate() method in ForwardingTimeout
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstitutableLoggerTest.java53 log.setDelegate(proxyLogger); in testDelegate()
/external/jmdns/src/javax/jmdns/
DJmDNS.java431 public abstract Delegate setDelegate(Delegate value); in setDelegate() method in JmDNS
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h122 MRI.setDelegate(this); in Parent()
DMachineRegisterInfo.h144 void setDelegate(Delegate *delegate) { in setDelegate() function
/external/jmdns/src/javax/jmdns/impl/
DJmmDNSImpl.java342 ((ServiceInfoImpl) info).setDelegate(this); in registerService()
357 ((ServiceInfoImpl) info).setDelegate(null); in unregisterService()
DServiceInfoImpl.java1320 void setDelegate(Delegate delegate) { in setDelegate() method in ServiceInfoImpl
DJmDNSImpl.java2217 public Delegate setDelegate(Delegate delegate) { in setDelegate() method in JmDNSImpl
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRReaderStream.m107 // [iStream setDelegate:self];
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DLoggerFactory.java189 subLogger.setDelegate(getLogger(subLogger.getName())); in fixSubstitutedLoggers()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DSubstituteLogger.java325 public void setDelegate(Logger delegate) { in setDelegate() method in SubstituteLogger
/external/clang/test/ARCMT/
Dchecking.m76 … on the result of a 'delegate' message; the object that was passed to 'setDelegate:' may not be pr…
78 … on the result of a 'delegate' message; the object that was passed to 'setDelegate:' may not be pr…
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java276 timeout.setDelegate(Timeout.NONE); in detachTimeout()