Searched defs:delegate (Results 176 - 200 of 1356) sorted by last modified time

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DForwardingScrollStepStrategy.java28 * forwarding calls to all methods of {@link ScrollStepStrategy} to delegate.
35 * Returns the backing delegate instance that methods are forwarded to.
37 protected abstract ScrollStepStrategy delegate(); method in class:ForwardingScrollStepStrategy
40 return delegate().scroll(driver, containerFinder, direction);
45 return delegate().getDirectionConverter();
51 delegate().beginScrolling(driver, containerFinder, itemFinder, direction);
57 delegate().endScrolling(driver, containerFinder, itemFinder, direction);
62 delegate().doScroll(container, direction);
H A DScrollers.java34 * Augments the delegate {@link ScrollStepStrategy) - after a successful
47 /** Convenience method to wrap {@code delegate} with this class */
48 public static ScrollStepStrategy wrap(final ScrollStepStrategy delegate) { argument
51 protected ScrollStepStrategy delegate() {
52 return delegate;
/external/easymock/src/org/easymock/internal/
H A DObjectMethodsFilter.java34 private final MockInvocationHandler delegate; field in class:ObjectMethodsFilter
38 public ObjectMethodsFilter(Class<?> toMock, MockInvocationHandler delegate, argument
57 this.delegate = delegate;
72 return delegate.invoke(proxy, method, args);
87 return delegate;
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jar ... stubbing.Answer delegatesTo (java.lang.Object) Object delegate public static org.mockito.stubbing.Answer returnsElementsOf ...
/external/chromium_org/v8/src/
H A Dapi.cc3995 i::Handle<i::Object> delegate; local
3997 isolate, obj).ToHandle(&delegate);
3999 fun = i::Handle<i::JSFunction>::cast(delegate);
4034 i::Handle<i::Object> delegate; local
4036 isolate, obj).ToHandle(&delegate);
4038 if (!delegate->IsUndefined()) {
4039 i::Handle<i::JSFunction> fun = i::Handle<i::JSFunction>::cast(delegate);
4045 DCHECK(!delegate->IsUndefined());
H A Dbootstrapper.cc1310 // Set up the call-as-function delegate.
1314 Handle<JSFunction> delegate = factory->NewFunction( local
1316 native_context()->set_call_as_function_delegate(*delegate);
1317 delegate->shared()->DontAdaptArguments();
1321 // Set up the call-as-constructor delegate.
1325 Handle<JSFunction> delegate = factory->NewFunction( local
1327 native_context()->set_call_as_constructor_delegate(*delegate);
1328 delegate->shared()->DontAdaptArguments();
H A Druntime.cc2695 Handle<Object> delegate; local
2697 isolate, delegate,
2700 callable = JSFunction::cast(*delegate);
2715 Handle<Object> delegate; local
2717 isolate, delegate,
2720 callable = JSFunction::cast(*delegate);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dplatform_thread.cc24 PlatformThread::Delegate* delegate = local
26 delegate->ThreadMain();
31 bool PlatformThread::Create(Delegate* delegate, argument
34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL);
58 PlatformThread::Delegate* delegate =
60 delegate->ThreadMain();
65 bool PlatformThread::Create(Delegate* delegate,
72 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCAppClient.h55 @property(nonatomic, weak) id<APPRTCAppClientDelegate> delegate; variable
57 - (instancetype)initWithDelegate:(id<APPRTCAppClientDelegate>)delegate
H A DAPPRTCConnectionManager.h54 // Abstracts the network connection aspect of AppRTC. The delegate will receive
58 @property(nonatomic, weak) id<APPRTCConnectionManagerDelegate> delegate; variable
61 - (instancetype)initWithDelegate:(id<APPRTCConnectionManagerDelegate>)delegate
H A DGAEChannelClient.h47 @property(nonatomic, weak) id<GAEMessageHandler> delegate; variable
50 delegate:(id<GAEMessageHandler>)delegate;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCDataChannel.h101 @property(nonatomic, weak) id<RTCDataChannelDelegate> delegate; variable
H A DRTCEAGLVideoView.h45 @property(nonatomic, weak) id<RTCEAGLVideoViewDelegate> delegate; variable
H A DRTCMediaStreamTrack.h46 @property(nonatomic, weak) id<RTCMediaStreamTrackDelegate> delegate; variable
H A DRTCNSGLVideoView.h46 @property(nonatomic, weak) id<RTCNSGLVideoViewDelegate> delegate; variable
H A DRTCPeerConnection.h48 @property(nonatomic, weak) id<RTCPeerConnectionDelegate> delegate; variable
81 - (void)createOfferWithDelegate:(id<RTCSessionDescriptionDelegate>)delegate
86 - (void)createAnswerWithDelegate:(id<RTCSessionDescriptionDelegate>)delegate
92 setLocalDescriptionWithDelegate:(id<RTCSessionDescriptionDelegate>)delegate
98 setRemoteDescriptionWithDelegate:(id<RTCSessionDescriptionDelegate>)delegate
115 - (BOOL)getStatsWithDelegate:(id<RTCStatsDelegate>)delegate
H A DRTCVideoRenderer.h52 @property(nonatomic, weak) id<RTCVideoRendererDelegate> delegate; variable
54 // Initialize the renderer. Requires a delegate which does the actual drawing
56 - (instancetype)initWithDelegate:(id<RTCVideoRendererDelegate>)delegate;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp247 // should go in a function- ucol_initDelegate(delegate)
253 result->delegate = col;
615 CFactory(CollatorFactory* delegate, UErrorCode& status) argument
616 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
617 , _delegate(delegate)
H A Dnumfmt.cpp852 NFFactory(NumberFormatFactory* delegate) argument
853 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
854 , _delegate(delegate)

Completed in 412 milliseconds

1234567891011>>