Searched defs:Proxy (Results 1 - 25 of 26) sorted by last modified time

12

/external/v8/include/
H A Dv8.h95 class Proxy;
1991 * an Proxy for an array.
2187 * Returns true if this value is a JavaScript Proxy.
3904 * An instance of the built-in Proxy constructor (ECMA-262, 6th Edition,
3907 class V8_EXPORT Proxy : public Object { class in namespace:v8
3915 * Creates a new Proxy for the target object.
3917 static MaybeLocal<Proxy> New(Local<Context> context,
3921 V8_INLINE static Proxy* Cast(Value* obj);
3924 Proxy();
9488 Proxy* Prox
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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.1.2_r1-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.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/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/ ...
/external/python/cpython2/Lib/test/
H A Dtest_descr.py1851 class Proxy(object): class in function:.test_specials
1865 return "Proxy:%s" % self.x
1867 return "Proxy(%r)" % self.x
1870 p0 = Proxy(0)
1871 p1 = Proxy(1)
1872 p_1 = Proxy(-1)
1883 self.assertEqual(str(p0), "Proxy:0")
1884 self.assertEqual(repr(p0), "Proxy(0)")
1885 p10 = Proxy(range(10))
4303 class Proxy(objec class in function:.test_isinst_isclass
4342 class Proxy(object): class in function:.test_proxy_super
[all...]
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterface.java34 public interface Proxy extends Interface { interface in interface:Interface
81 * Base implementation of {@link Proxy}.
83 abstract class AbstractProxy implements Proxy {
87 protected static class HandlerImpl implements Proxy.Handler, ConnectionErrorHandler {
165 * @see Interface.Proxy.Handler#passHandle()
240 * @see Proxy#getProxyHandler()
316 abstract class Manager<I extends Interface, P extends Proxy> {
349 * Returns a Proxy that will send messages to the given |handle|. This implies that the
387 * Returns a Proxy that will send messages to the given |router|.
404 * Constructs a Proxy forwardin
[all...]
/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/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/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/javassist/src/main/javassist/tools/rmi/
H A DProxy.java23 public interface Proxy { interface
/external/iproute2/doc/
H A Dip-cref.tex2859 \section{Proxy ARP/NDISC}
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/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/fmtlib/fmt/
H A Dposix.h102 // It is private to make it impossible call operator Proxy directly.
103 struct Proxy { struct in class:fmt::BufferedFile
109 BufferedFile(Proxy p) FMT_NOEXCEPT : file_(p.file) {}
117 BufferedFile &operator=(Proxy p) {
133 operator Proxy() FMT_NOEXCEPT {
134 Proxy p = {file_};
208 // It is private to make it impossible call operator Proxy directly.
209 struct Proxy { struct in class:fmt::File
215 File(Proxy p) FMT_NOEXCEPT : fd_(p.fd) {}
223 File &operator=(Proxy
[all...]

Completed in 1154 milliseconds

12