/external/libnl/lib/fib_lookup/ |
D | request.c | 38 struct flnl_request *req = REQUEST_CAST(obj); in request_free_data() local 94 void flnl_request_set_fwmark(struct flnl_request *req, uint64_t fwmark) in flnl_request_set_fwmark() 100 uint64_t flnl_request_get_fwmark(struct flnl_request *req) in flnl_request_get_fwmark() 108 void flnl_request_set_tos(struct flnl_request *req, int tos) in flnl_request_set_tos() 114 int flnl_request_get_tos(struct flnl_request *req) in flnl_request_get_tos() 122 void flnl_request_set_scope(struct flnl_request *req, int scope) in flnl_request_set_scope() 128 int flnl_request_get_scope(struct flnl_request *req) in flnl_request_get_scope() 136 void flnl_request_set_table(struct flnl_request *req, int table) in flnl_request_set_table() 142 int flnl_request_get_table(struct flnl_request *req) in flnl_request_get_table() 150 int flnl_request_set_addr(struct flnl_request *req, struct nl_addr *addr) in flnl_request_set_addr() [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | http_server.c | 44 struct http_request *req = cookie; in http_request_cb() local 64 struct http_request *req; in http_request_init() local 91 void http_request_deinit(struct http_request *req) in http_request_deinit() 121 static void http_request_free_all(struct http_request *req) in http_request_free_all() 132 void http_request_send(struct http_request *req, struct wpabuf *resp) in http_request_send() 155 void http_request_send_and_deinit(struct http_request *req, in http_request_send_and_deinit() 163 enum httpread_hdr_type http_request_get_type(struct http_request *req) in http_request_get_type() 169 char * http_request_get_uri(struct http_request *req) in http_request_get_uri() 175 char * http_request_get_hdr(struct http_request *req) in http_request_get_hdr() 181 char * http_request_get_data(struct http_request *req) in http_request_get_data() [all …]
|
/external/boringssl/src/crypto/x509/ |
D | x509_req.c | 112 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req) in X509_REQ_get_pubkey() 217 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid() 250 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions() 257 int X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count() 262 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, in X509_REQ_get_attr_by_NID() 268 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj, in X509_REQ_get_attr_by_OBJ() 274 X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc) in X509_REQ_get_attr() 279 X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc) in X509_REQ_delete_attr() 284 int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr) in X509_REQ_add1_attr() 290 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req, in X509_REQ_add1_attr_by_OBJ() [all …]
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
D | descriptors.py | 41 def fget(req): argument 43 def fset(req, val): argument 47 def fget(req): argument 49 def fset(req, val): argument 55 def fdel(req): argument 67 def fget(req): argument 69 def fset(req, val): argument 73 def fget(req): argument 75 def fset(req, val): argument 81 def fdel(req): argument [all …]
|
D | static.py | 36 def __call__(self, req): argument 136 def __call__(self, req): argument 157 def index(self, req, path): argument
|
/external/libdrm/nouveau/ |
D | abi16.c | 41 struct drm_nouveau_channel_alloc req = {nv04->vram, nv04->gart}; in abi16_chan_nv04() local 61 struct drm_nouveau_channel_alloc req = {}; in abi16_chan_nvc0() local 82 struct drm_nouveau_channel_alloc req = {}; in abi16_chan_nve0() local 107 struct drm_nouveau_grobj_alloc req = { in abi16_engobj() local 127 struct drm_nouveau_notifierobj_alloc req = { in abi16_ntfy() local 183 struct drm_nouveau_gem_new req = {}; in abi16_bo_init() local
|
/external/libdrm/exynos/ |
D | exynos_drm.c | 95 struct drm_exynos_gem_create req = { in exynos_bo_create() local 149 struct drm_exynos_gem_info req = { in exynos_bo_get_info() local 180 struct drm_gem_close req = { in exynos_bo_destroy() local 207 struct drm_gem_open req = { in exynos_bo_from_name() local 249 struct drm_gem_flink req = { in exynos_bo_get_name() local 286 struct drm_exynos_gem_mmap req = { in exynos_bo_map() local 356 struct drm_exynos_vidi_connection req = { in exynos_vidi_connection() local
|
/external/mesa3d/src/glx/ |
D | dri2.c | 224 xDRI2QueryVersionReq *req; in DRI2QueryVersion() local 271 xDRI2ConnectReq *req; in DRI2Connect() local 339 xDRI2AuthenticateReq *req; in DRI2Authenticate() local 367 xDRI2CreateDrawableReq *req; in DRI2CreateDrawable() local 384 xDRI2DestroyDrawableReq *req; in DRI2DestroyDrawable() local 406 xDRI2GetBuffersReq *req; in DRI2GetBuffers() local 465 xDRI2GetBuffersReq *req; in DRI2GetBuffersWithFormat() local 522 xDRI2CopyRegionReq *req; in DRI2CopyRegion() local 544 load_swap_req(xDRI2SwapBuffersReq *req, CARD64 target, CARD64 divisor, in load_swap_req() 565 xDRI2SwapBuffersReq *req; in DRI2SwapBuffers() local [all …]
|
D | XF86dri.c | 121 xXF86DRIQueryVersionReq *req; in XF86DRIQueryVersion() local 151 xXF86DRIQueryDirectRenderingCapableReq *req; in XF86DRIQueryDirectRenderingCapable() local 180 xXF86DRIOpenConnectionReq *req; in XF86DRIOpenConnection() local 226 xXF86DRIAuthConnectionReq *req; in XF86DRIAuthConnection() local 255 xXF86DRICloseConnectionReq *req; in XF86DRICloseConnection() local 281 xXF86DRIGetClientDriverNameReq *req; in XF86DRIGetClientDriverName() local 329 xXF86DRICreateContextReq *req; in XF86DRICreateContextWithConfig() local 367 xXF86DRIDestroyContextReq *req; in XF86DRIDestroyContext() local 390 xXF86DRICreateDrawableReq *req; in XF86DRICreateDrawable() local 424 xXF86DRIDestroyDrawableReq *req; in XF86DRIDestroyDrawable() local [all …]
|
D | indirect_glx.c | 73 xGLXMakeCurrentReq *req; in SendMakeCurrentRequest() local 91 xGLXMakeContextCurrentReq *req; in SendMakeCurrentRequest() local 103 xGLXMakeCurrentReadSGIReq *req; in SendMakeCurrentRequest() local 185 xGLXWaitGLReq *req; in indirect_wait_gl() local 204 xGLXWaitXReq *req; in indirect_wait_x() local 223 xGLXUseXFontReq *req; in indirect_use_x_font() local 248 xGLXVendorPrivateReq *req; in indirect_bind_tex_image() local 299 xGLXVendorPrivateReq *req; in indirect_release_tex_image() local
|
/external/lzma/Asm/x86/ |
D | 7zCrcOpt.asm | 23 CRC macro op:req, dest:req, src:req, t:req 27 CRC_XOR macro dest:req, src:req, t:req 31 CRC_MOV macro dest:req, src:req, t:req 45 MY_PROLOG macro crc_end:req 69 MY_EPILOG macro crc_end:req
|
D | AesOpt.asm | 21 MY_PROLOG macro reg:req 63 LOAD_OP macro op:req, offs:req 67 LOAD_OP_W macro op:req, offs:req 81 DECODE macro op:req 133 ENCODE macro op:req
|
/external/libdrm/omap/ |
D | omap_drm.c | 138 struct drm_omap_param req = { in omap_get_param() local 156 struct drm_omap_param req = { in omap_set_param() local 181 struct drm_gem_close req = { in bo_from_handle() local 200 struct drm_omap_gem_new req = { in omap_bo_new_impl() local 270 struct drm_omap_gem_info req = { in get_buffer_info() local 291 struct drm_gem_open req = { in omap_bo_from_name() local 325 struct drm_prime_handle req = { in omap_bo_from_dmabuf() local 371 struct drm_gem_close req = { in omap_bo_del() local 389 struct drm_gem_flink req = { in omap_bo_get_name() local 418 struct drm_prime_handle req = { in omap_bo_dmabuf() local [all …]
|
/external/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 122 xXF86DRIQueryVersionReq *req; local 154 xXF86DRIQueryDirectRenderingCapableReq *req; local 186 xXF86DRIOpenConnectionReq *req; local 234 xXF86DRIAuthConnectionReq *req; local 265 xXF86DRICloseConnectionReq *req; local 294 xXF86DRIGetClientDriverNameReq *req; local 344 xXF86DRICreateContextReq *req; local 387 xXF86DRIDestroyContextReq *req; in uniDRIDestroyContext() local 411 xXF86DRICreateDrawableReq *req; in uniDRICreateDrawable() local 440 xXF86DRIDestroyDrawableReq *req; in uniDRIDestroyDrawable() local [all …]
|
/external/libdrm/rockchip/ |
D | rockchip_drm.c | 95 struct drm_rockchip_gem_create req = { in rockchip_bo_create() local 171 struct drm_gem_close req = { in rockchip_bo_destroy() local 198 struct drm_gem_open req = { in rockchip_bo_from_name() local 240 struct drm_gem_flink req = { in rockchip_bo_get_name() local 277 struct drm_rockchip_gem_map_off req = { in rockchip_bo_map() local
|
/external/mesa3d/src/glx/apple/ |
D | appledri.c | 157 xAppleDRIQueryVersionReq *req; local 189 xAppleDRIQueryDirectRenderingCapableReq *req; local 219 xAppleDRIAuthConnectionReq *req; local 255 xAppleDRICreateSurfaceReq *req; local 290 xAppleDRIDestroySurfaceReq *req; local 313 xAppleDRICreateSharedBufferReq *req; in XAppleDRICreateSharedBuffer() local 360 xAppleDRISwapBuffersReq *req; in XAppleDRISwapBuffers() local 382 xAppleDRICreatePixmapReq *req; in XAppleDRICreatePixmap() local 437 xAppleDRIDestroyPixmapReq *req; in XAppleDRIDestroyPixmap() local
|
/external/libdrm/freedreno/kgsl/ |
D | kgsl_bo.c | 39 struct drm_kgsl_gem_memtype req = { in set_memtype() local 52 struct drm_kgsl_gem_alloc req = { in bo_alloc() local 137 struct drm_kgsl_gem_create req = { in kgsl_bo_new_handle() local 195 struct kgsl_map_user_mem req = { in fd_bo_from_fbdev() local 225 struct drm_kgsl_gem_bufinfo req = { in kgsl_bo_gpuaddr() local 274 struct drm_kgsl_gem_active req = { in kgsl_bo_set_timestamp() local 293 struct drm_kgsl_gem_bufinfo req = { in kgsl_bo_get_timestamp() local
|
D | kgsl_pipe.c | 62 struct kgsl_device_waittimestamp req = { in kgsl_pipe_wait() local 80 struct kgsl_cmdstream_readtimestamp req = { in kgsl_pipe_timestamp() local 96 struct kgsl_drawctxt_destroy req = { in kgsl_pipe_destroy() local 189 struct kgsl_device_getproperty req = { in getprop() local 210 struct kgsl_drawctxt_create req = { in kgsl_pipe_new() local
|
/external/libdrm/freedreno/msm/ |
D | msm_bo.c | 39 struct drm_msm_gem_info req = { in bo_allocate() local 73 struct drm_msm_gem_cpu_prep req = { in msm_bo_cpu_prep() local 85 struct drm_msm_gem_cpu_fini req = { in msm_bo_cpu_fini() local 110 struct drm_msm_gem_new req = { in msm_bo_new_handle() local
|
/external/llvm/test/MC/AsmParser/ |
D | macro-qualifier.s | 3 .macro required parameter:req 10 .macro required_with_default parameter:req=0
|
D | macro-qualifier-diagnostics.s | 21 .macro pointless_default parameter:req=default 28 .macro missing_required_parameter parameter:req
|
/external/libdrm/freedreno/ |
D | freedreno_bo.c | 67 struct drm_gem_close req = { in bo_from_handle() local 226 struct drm_prime_handle req = { in fd_bo_from_dmabuf() local 244 struct drm_gem_open req = { in fd_bo_from_name() local 333 struct drm_gem_close req = { in bo_del() local 348 struct drm_gem_flink req = { in fd_bo_get_name() local 376 struct drm_prime_handle req = { in fd_bo_dmabuf() local
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | test_check_utf8_size.proto | 42 required string req = 1; field 48 required bytes req = 1; field
|
D | test_check_utf8.proto | 41 required string req = 1; field 47 required bytes req = 1; field
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | modpython.py | 63 def __init__(self, req): argument 89 def __init__(self, req): argument 108 def __init__(self, req): argument 206 def handler(req): argument
|