/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 49 static inline int xf_proxy_cmd_exec(xf_proxy_t *proxy, xf_user_msg_t *msg) in xf_proxy_cmd_exec() 96 static inline u32 xf_client_alloc(xf_proxy_t *proxy, xf_handle_t *handle) in xf_client_alloc() 113 static inline void xf_client_free(xf_proxy_t *proxy, xf_handle_t *handle) in xf_client_free() 125 static inline xf_handle_t * xf_client_lookup(xf_proxy_t *proxy, u32 client) in xf_client_lookup() 138 static inline int xf_client_register(xf_proxy_t *proxy, xf_handle_t *handle, xf_id_t id, u32 core) in xf_client_register() 167 static inline int xf_client_unregister(xf_proxy_t *proxy, xf_handle_t *handle) in xf_client_unregister() 192 static inline int xf_proxy_buffer_alloc(xf_proxy_t *proxy, u32 length, void **buffer) in xf_proxy_buffer_alloc() 221 static inline int xf_proxy_buffer_free(xf_proxy_t *proxy, void *buffer, u32 length) in xf_proxy_buffer_free() 249 xf_proxy_t *proxy = arg; in xf_proxy_thread() local 313 int xf_proxy_init(xf_proxy_t *proxy, u32 core, void *p_shmem) in xf_proxy_init() [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/ |
D | xf-shmem.h | 120 #define __XF_PROXY_READ_cmd_write_idx(proxy) \ argument 123 #define __XF_PROXY_READ_cmd_read_idx(proxy) \ argument 126 #define __XF_PROXY_READ_rsp_write_idx(proxy) \ argument 129 #define __XF_PROXY_READ_rsp_read_idx(proxy) \ argument 133 #define __XF_PROXY_WRITE_cmd_write_idx(proxy, v) \ argument 136 #define __XF_PROXY_WRITE_cmd_read_idx(proxy, v) \ argument 139 #define __XF_PROXY_WRITE_rsp_read_idx(proxy, v) \ argument 142 #define __XF_PROXY_WRITE_rsp_write_idx(proxy, v) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | weakrefobject.c | 274 PyWeakReference *ref, *proxy; in weakref___new__() local 379 proxy_checkref(PyWeakReference *proxy) in proxy_checkref() 463 proxy_setattr(PyWeakReference *proxy, PyObject *name, PyObject *value) in proxy_setattr() 471 proxy_compare(PyObject *proxy, PyObject *v) in proxy_compare() 536 proxy_slice(PyWeakReference *proxy, Py_ssize_t i, Py_ssize_t j) in proxy_slice() 544 proxy_ass_slice(PyWeakReference *proxy, Py_ssize_t i, Py_ssize_t j, PyObject *value) in proxy_ass_slice() 552 proxy_contains(PyWeakReference *proxy, PyObject *value) in proxy_contains() 563 proxy_length(PyWeakReference *proxy) in proxy_length() 587 proxy_iter(PyWeakReference *proxy) in proxy_iter() 595 proxy_iternext(PyWeakReference *proxy) in proxy_iternext() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | weakrefobject.c | 285 PyWeakReference *ref, *proxy; in weakref___new__() local 390 proxy_checkref(PyWeakReference *proxy) in proxy_checkref() 474 proxy_setattr(PyWeakReference *proxy, PyObject *name, PyObject *value) in proxy_setattr() 482 proxy_compare(PyObject *proxy, PyObject *v) in proxy_compare() 547 proxy_slice(PyWeakReference *proxy, Py_ssize_t i, Py_ssize_t j) in proxy_slice() 555 proxy_ass_slice(PyWeakReference *proxy, Py_ssize_t i, Py_ssize_t j, PyObject *value) in proxy_ass_slice() 563 proxy_contains(PyWeakReference *proxy, PyObject *value) in proxy_contains() 574 proxy_length(PyWeakReference *proxy) in proxy_length() 598 proxy_iter(PyWeakReference *proxy) in proxy_iter() 606 proxy_iternext(PyWeakReference *proxy) in proxy_iternext() [all …]
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-proxy.h | 118 xf_proxy_t *proxy; member 190 static inline u32 xf_proxy_id(xf_proxy_t *proxy) in xf_proxy_id() 196 static inline void xf_proxy_lock(xf_proxy_t *proxy) in xf_proxy_lock() 202 static inline void xf_proxy_unlock(xf_proxy_t *proxy) in xf_proxy_unlock() 208 static inline void * xf_proxy_a2b(xf_proxy_t *proxy, u32 address) in xf_proxy_a2b() 214 static inline u32 xf_proxy_b2a(xf_proxy_t *proxy, void *b) in xf_proxy_b2a() 220 static inline int xf_proxy_response_put(xf_proxy_t *proxy, xf_proxy_msg_t *msg) in xf_proxy_response_put() 226 static inline int xf_proxy_response_get(xf_proxy_t *proxy, xf_proxy_msg_t *msg) in xf_proxy_response_get() 241 xf_proxy_t *proxy; member
|
D | xaf-structs.h | 66 xf_proxy_t proxy; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | sumtree.py | 14 def sumtree(proxy): argument
|
D | cvslib.py | 100 def getremote(self, proxy = None): argument 199 def setproxy(self, proxy): argument 241 def getremotefiles(self, proxy = None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_mailbox.py | 1606 def _test_read(self, proxy): argument 1619 def _test_readline(self, proxy): argument 1634 def _test_readlines(self, proxy): argument 1649 def _test_iteration(self, proxy): argument 1656 def _test_seek_and_tell(self, proxy): argument 1670 def _test_close(self, proxy): argument
|
D | test_weakref.py | 105 def check(proxy): argument 276 def check_proxy(self, o, proxy): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | smtpd.py | 550 proxy = class_((options.localhost, options.localport), variable
|
D | urllib2.py | 628 def _parse_proxy(proxy): argument 714 def proxy_open(self, req, proxy, type): argument
|
D | urllib.py | 216 def open_unknown_proxy(self, proxy, fullurl, data=None): argument
|