Home
last modified time | relevance | path

Searched defs:Proxy (Results 1 – 13 of 13) 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/javassist/src/main/javassist/tools/rmi/
DProxy.java23 public interface Proxy { interface
/external/tensorflow/tensorflow/core/kernels/
Dstrided_slice_op_impl.h85 typedef typename proxy_type<Device, T>::type Proxy; in HandleStridedSliceCase() typedef
134 typedef typename proxy_type<Device, T>::type Proxy; in HandleStridedSliceGradCase() typedef
147 typedef typename proxy_type<Device, T>::type Proxy; in operator() typedef
174 typedef typename proxy_type<Device, T>::type Proxy; in operator() typedef
/external/clang/test/CodeCompletion/
Dmember-access.cpp23 class Proxy { class
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java42 public interface Proxy extends Interface { interface
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java188 "Use Proxy"); in setReason()
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py26 class Proxy(object): class
/external/python/cpython2/Lib/test/
Dtest_descr.py1851 class Proxy(object): class
4303 class Proxy(object): class
4342 class Proxy(object): class
/external/python/cpython3/Lib/test/
Dtest_descr.py2027 class Proxy(object): class
4126 class Proxy(object): class
4165 class Proxy(object): class
/external/v8/include/
Dv8.h95 class Proxy; variable