Home
last modified time | relevance | path

Searched defs:Proxy (Results 1 – 15 of 15) sorted by relevance

/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.h103 struct Proxy struct
110 struct Proxy *next; argument
111 struct Proxy *prev; argument
134 struct Proxy * proxy; argument
/external/libmicrohttpd/src/spdy2http/
Dproxy.c159 struct Proxy struct
161 char *url;
162 struct SPDY_Request *request;
163 struct SPDY_Response *response;
164 CURL *curl_handle;
165 struct curl_slist *curl_headers;
166 struct SPDY_NameValue *headers;
167 char *version;
168 char *status_msg;
169 void *http_body;
[all …]
/external/libbrillo/brillo/glib/
Ddbus.cc126 Proxy::Proxy() in Proxy() function in brillo::dbus::Proxy
132 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy
142 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy
150 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy
156 Proxy::Proxy(const Proxy& x) in Proxy() function in brillo::dbus::Proxy
Ddbus.h67 friend class Proxy; variable
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DProxy.java39 public class Proxy implements Serializable { class
56 protected Proxy(InvocationHandler h) { in Proxy() method in Proxy
/external/javassist/src/main/javassist/tools/rmi/
DProxy.java23 public interface Proxy { interface
/external/clang/test/CodeCompletion/
Dmember-access.cpp23 class Proxy { class
/external/chromium-trace/catapult/third_party/Paste/paste/
Dproxy.py53 class Proxy(object): class
/external/skia/gm/
Dimagefiltersbase.cpp37 bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&, in onFilterImageDeprecated() argument
79 bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&, in onFilterImageDeprecated() argument
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java188 "Use Proxy"); in setReason()
/external/skia/tests/
DPDFPrimitivesTest.cpp369 bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&, in onFilterImageDeprecated() argument
DImageFilterTest.cpp56 bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context& ctx, in onFilterImageDeprecated() argument
/external/skia/src/core/
DSkImageFilter.cpp305 bool SkImageFilter::onFilterImageDeprecated(Proxy*, const SkBitmap&, const Context&, in onFilterImageDeprecated() argument
/external/v8/include/
Dv8.h97 class Proxy; variable
/external/v8/test/cctest/
Dtest-api.cc25234 TEST(Proxy) { in TEST() argument