HomeSort by relevance Sort by last modified time
    Searched defs:Proxy (Results 1 - 17 of 17) sorted by null

  /external/javassist/src/main/javassist/tools/rmi/
Proxy.java 19 * An interface implemented by proxy classes.
23 public interface Proxy {
  /external/chromium_org/cc/trees/
proxy.cc 5 #include "cc/trees/proxy.h"
13 base::SingleThreadTaskRunner* Proxy::MainThreadTaskRunner() const {
17 bool Proxy::HasImplThread() const { return !!impl_task_runner_.get(); }
19 base::SingleThreadTaskRunner* Proxy::ImplThreadTaskRunner() const {
23 bool Proxy::IsMainThread() const {
38 bool Proxy::IsImplThread() const {
51 void Proxy::SetCurrentThreadIsImplThread(bool is_impl_thread) {
56 bool Proxy::IsMainThreadBlocked() const {
65 void Proxy::SetMainThreadBlocked(bool is_main_thread_blocked) {
70 Proxy::Proxy(scoped_refptr<base::SingleThreadTaskRunner> main_task_runner
    [all...]
proxy.h 39 class CC_EXPORT Proxy {
54 virtual ~Proxy();
90 // Must be called before using the proxy.
92 virtual void Stop() = 0; // Must be called before deleting the proxy.
115 Proxy(scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
132 DISALLOW_COPY_AND_ASSIGN(Proxy);
138 explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) : proxy_(proxy) {
147 Proxy* proxy_
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
ProxyTest.java 20 import android.net.Proxy;
26 new Proxy();
32 int defaultPort = Proxy.getDefaultPort();
33 if(null == Proxy.getDefaultHost()) {
  /external/clang/test/CodeCompletion/
member-access.cpp 23 class Proxy {
28 void test(const Proxy &p) {
  /external/chromium_org/third_party/skia/include/core/
SkImageFilter.h 78 class Proxy {
80 virtual ~Proxy() {};
83 // returns true if the proxy can handle this filter natively
85 // returns true if the proxy handled the filter itself. if this returns
105 bool filterImage(Proxy*, const SkBitmap& src, const Context&,
133 virtual bool filterImageGPU(Proxy*, const SkBitmap& src, const Context&,
185 bool getInputResultGPU(SkImageFilter::Proxy* proxy, const SkBitmap& src, const Context&,
260 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
288 bool applyCropRect(const Context&, Proxy* proxy, const SkBitmap& src, SkIPoint* srcOffset
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Proxy.java 16 package org.mockito.cglib.proxy;
26 * <code>java.lang.reflect.Proxy</code> under JDK 1.2. There are some known
37 * @version $Id: Proxy.java,v 1.6 2004/06/24 21:15:19 herbyderby Exp $
39 public class Proxy implements Serializable {
56 protected Proxy(InvocationHandler h) {
62 private static class ProxyImpl extends Proxy {
68 public static InvocationHandler getInvocationHandler(Object proxy) {
69 if (!(proxy instanceof ProxyImpl)) {
70 throw new IllegalArgumentException("Object is not a proxy");
72 return ((Proxy)proxy).h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMBreakpointsSidebarPane.js 372 * @return {!WebInspector.DOMBreakpointsSidebarPane.Proxy}
376 var proxy = new WebInspector.DOMBreakpointsSidebarPane.Proxy(this, panel);
379 this._proxies.push(proxy);
380 return proxy;
398 WebInspector.DOMBreakpointsSidebarPane.Proxy = function(pane, panel)
400 WebInspector.View.__assert(!pane.titleElement.firstChild, "Cannot create proxy for a sidebar pane with a toolbar");
412 WebInspector.DOMBreakpointsSidebarPane.Proxy.prototype = {
  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceWithClient.java 19 * Proxy class for interfaces with a client.
21 interface Proxy<CI extends Interface> extends Interface.Proxy, InterfaceWithClient<CI> {
25 * Base implementation of Proxy.
30 implements Proxy<CI> {
48 "Setting the client on a proxy is not supported");
56 * @param <P> the type of the proxy the manager can handle. To be noted, P always extends I.
59 abstract class Manager<I extends InterfaceWithClient<CI>, P extends Proxy<CI>,
76 * Returns a Proxy that will send messages to the given |handle|. This implies that the
86 P proxy = super.attachProxy(handle.getCore(), router) local
101 P proxy = attachProxy(handles.first, client); local
    [all...]
Interface.java 28 * A proxy to a mojo interface. This is base class for all generated proxies. It implements the
32 public interface Proxy extends Interface {
42 * Base implementation of {@link Proxy}.
44 abstract class AbstractProxy implements Proxy {
88 * @see Proxy#setErrorHandler(ConnectionErrorHandler)
172 * @param <P> the type of the proxy the manager can handle. To be noted, P always extends I.
174 abstract class Manager<I extends Interface, P extends Proxy> {
187 // itself when the connected handle is closed and the proxy receives the connection
202 * Returns a Proxy that will send messages to the given |handle|. This implies that the
207 P proxy = attachProxy(handle.getCore(), router) local
222 P proxy = attachProxy(handles.first); local
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_client_mdns.cc 20 class ServiceDiscoveryClientMdns::Proxy {
22 typedef base::WeakPtr<Proxy> WeakPtr;
24 explicit Proxy(ServiceDiscoveryClientMdns* client)
31 virtual ~Proxy() {
52 // Runs callback using this method to abort callback if instance of |Proxy|
95 base::WeakPtrFactory<Proxy> weak_ptr_factory_;
98 DISALLOW_COPY_AND_ASSIGN(Proxy);
140 class ProxyBase : public ServiceDiscoveryClientMdns::Proxy, public T {
145 : Proxy(client) {
225 static void OnCallback(const WeakPtr& proxy,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 318 milliseconds