Searched defs:Proxy (Results 1 - 25 of 30) sorted by relevance

12

/external/javassist/src/main/javassist/tools/rmi/
H A DProxy.java23 public interface Proxy { interface
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dproxy.py53 class Proxy(object): class in inherits:object
152 return Proxy(
/external/clang/test/CodeCompletion/
H A Dmember-access.cpp23 class Proxy { class
28 void test(const Proxy &p) {
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DProxy.java26 * <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 { class in inherits:Serializable
56 protected Proxy(InvocationHandler h) { method in class:Proxy
62 private static class ProxyImpl extends Proxy {
72 return ((Proxy)proxy).h;
/external/libbrillo/brillo/glib/
H A Ddbus.cc17 bool CallPtrArray(const Proxy& proxy,
109 bool RetrieveProperties(const Proxy& proxy,
126 Proxy::Proxy() function in class:brillo::dbus::Proxy
132 Proxy::Proxy(const BusConnection& connection, function in class:brillo::dbus::Proxy
141 // Equivalent to Proxy(connection, name, path, interface, false).
142 Proxy::Proxy(const BusConnection& connection, function in class:brillo::dbus::Proxy
150 Proxy function in class:brillo::dbus::Proxy
156 Proxy::Proxy(const Proxy& x) function in class:brillo::dbus::Proxy
[all...]
H A Ddbus.h67 friend class Proxy;
81 // \brief Proxy manages the ref-count for a ::DBusGProxy*.
83 // Proxy has reference semantics and represents a connection to on object on
88 class BRILLO_EXPORT Proxy { class in namespace:brillo::dbus
92 Proxy();
96 Proxy(const BusConnection& connection,
102 // Equivalent to Proxy(connection, name, path, interface, false).
103 Proxy(const BusConnection& connection,
109 Proxy(const BusConnection& connection,
113 Proxy(cons
[all...]
/external/skia/include/core/
H A DSkImageFilter.h108 class Proxy { class in class:SkImageFilter
110 virtual ~Proxy() {}
122 class DeviceProxy : public Proxy {
151 bool filterImageDeprecated(Proxy*, const SkBitmap& src, const Context&,
191 virtual bool filterImageGPUDeprecated(Proxy*, const SkBitmap& src, const Context&,
273 bool filterInputGPUDeprecated(int index, SkImageFilter::Proxy* proxy,
348 virtual bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&,
386 bool filterInputDeprecated(int index, Proxy*, const SkBitmap& src, const Context&,
417 bool applyCropRectDeprecated(const Context&, Proxy* proxy, const SkBitmap& src,
/external/opencv3/modules/highgui/src/
H A Dagile_wrl.h53 __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) argument
55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy)
59 return GetProxyImpl(*reinterpret_cast<IUnknown**>(&ObjectIn), __uuidof(T*), ContextCallBack, reinterpret_cast<IUnknown**>(Proxy));
61 return GetProxyImpl(*reinterpret_cast<IUnknown**>(&const_cast<T*>(ObjectIn)), __uuidof(T*), ContextCallBack, reinterpret_cast<IUnknown**>(Proxy));
/external/opencv3/modules/videoio/src/
H A Dagile_wrl.hpp53 __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) argument
55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy)
59 return GetProxyImpl(*reinterpret_cast<IUnknown**>(&ObjectIn), __uuidof(T*), ContextCallBack, reinterpret_cast<IUnknown**>(Proxy));
61 return GetProxyImpl(*reinterpret_cast<IUnknown**>(&const_cast<T*>(ObjectIn)), __uuidof(T*), ContextCallBack, reinterpret_cast<IUnknown**>(Proxy));
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_structures.h67 struct Proxy;
75 struct Proxy *proxies_head;
76 struct Proxy *proxies_tail;
103 struct Proxy struct
110 struct Proxy *next;
111 struct Proxy *prev;
134 struct Proxy * proxy;
286 free_proxy(struct Proxy *proxy);
/external/iproute2/doc/
H A Dip-cref.tex2859 \section{Proxy ARP/NDISC}
/external/libmicrohttpd/src/spdy2http/
H A Dproxy.c159 struct Proxy struct
412 struct Proxy *proxy = (struct Proxy *)SPDY_get_cls_from_request(request);
447 struct Proxy *proxy = (struct Proxy *)cls;
483 cleanup(struct Proxy *proxy)
513 struct Proxy *proxy = (struct Proxy *)cls;
531 struct Proxy *proxy = (struct Proxy *)user
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/include/
H A Dv8.h95 class Proxy;
1746 * an Proxy for an array.
1960 * Returns true if this value is a JavaScript Proxy.
3389 * An instance of the built-in Proxy constructor (ECMA-262, 6th Edition,
3392 class V8_EXPORT Proxy : public Object { class in namespace:v8
3402 static MaybeLocal<Proxy> New(Local<Context> context,
3406 V8_INLINE static Proxy* Cast(Value* obj);
3409 Proxy();
8092 Proxy* Proxy
[all...]
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 858 milliseconds

12