/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 38 llvm::Value* Add(Args&&... args) { in Add() 43 llvm::LoadInst* AlignedLoad(Args&&... args) { in AlignedLoad() 48 llvm::StoreInst* AlignedStore(Args&&... args) { in AlignedStore() 53 llvm::AllocaInst* Alloca(Args&&... args) { in Alloca() 58 llvm::Value* And(Args&&... args) { in And() 63 llvm::Value* AtomicCmpXchg(Args&&... args) { in AtomicCmpXchg() 68 llvm::Value* AtomicRMW(Args&&... args) { in AtomicRMW() 73 llvm::Value* BitCast(Args&&... args) { in BitCast() 78 llvm::Value* Br(Args&&... args) { in Br() 98 llvm::BranchInst* CondBr(Args&&... args) { in CondBr() [all …]
|
/external/virglrenderer/src/venus/ |
D | vkr_command_buffer.c | 14 #define VKR_CMD_CALL(cmd_name, args, ...) \ argument 26 struct vn_command_vkCreateCommandPool *args) in vkr_dispatch_vkCreateCommandPool() 37 struct vn_command_vkDestroyCommandPool *args) in vkr_dispatch_vkDestroyCommandPool() 51 struct vn_command_vkResetCommandPool *args) in vkr_dispatch_vkResetCommandPool() 62 struct vn_command_vkTrimCommandPool *args) in vkr_dispatch_vkTrimCommandPool() 73 struct vn_command_vkAllocateCommandBuffers *args) in vkr_dispatch_vkAllocateCommandBuffers() 94 struct vn_command_vkFreeCommandBuffers *args) in vkr_dispatch_vkFreeCommandBuffers() 111 struct vn_command_vkResetCommandBuffer *args) in vkr_dispatch_vkResetCommandBuffer() 122 struct vn_command_vkBeginCommandBuffer *args) in vkr_dispatch_vkBeginCommandBuffer() 133 struct vn_command_vkEndCommandBuffer *args) in vkr_dispatch_vkEndCommandBuffer() [all …]
|
D | vkr_image.c | 13 struct vn_command_vkCreateImage *args) in vkr_dispatch_vkCreateImage() 39 struct vn_command_vkDestroyImage *args) in vkr_dispatch_vkDestroyImage() 47 struct vn_command_vkGetImageMemoryRequirements *args) in vkr_dispatch_vkGetImageMemoryRequirements() 59 struct vn_command_vkGetImageMemoryRequirements2 *args) in vkr_dispatch_vkGetImageMemoryRequirements2() 71 struct vn_command_vkGetImageSparseMemoryRequirements *args) in vkr_dispatch_vkGetImageSparseMemoryRequirements() 85 struct vn_command_vkGetImageSparseMemoryRequirements2 *args) in vkr_dispatch_vkGetImageSparseMemoryRequirements2() 98 struct vn_command_vkBindImageMemory *args) in vkr_dispatch_vkBindImageMemory() 110 struct vn_command_vkBindImageMemory2 *args) in vkr_dispatch_vkBindImageMemory2() 122 struct vn_command_vkGetImageSubresourceLayout *args) in vkr_dispatch_vkGetImageSubresourceLayout() 135 struct vn_command_vkGetImageDrmFormatModifierPropertiesEXT *args) in vkr_dispatch_vkGetImageDrmFormatModifierPropertiesEXT() [all …]
|
/external/zstd/contrib/pzstd/test/ |
D | OptionsTest.cpp | 84 std::array<const char *, sizeof...(Args) + 1> makeArray(Args... args) { in makeArray() 91 auto args = makeArray("--processes", "5", "-o", "x", "y", "-f"); in TEST() local 99 auto args = makeArray("-p", "1", "input", "-19"); in TEST() local 107 auto args = in TEST() local 116 auto args = makeArray("--processes", "100", "hello.zst", "--decompress", in TEST() local 125 auto args = makeArray("x", "-dp", "1", "-c"); in TEST() local 133 auto args = makeArray("x", "-dp", "1", "--stdout"); in TEST() local 141 auto args = makeArray("-p", "1", "x", "-5", "-fo", "-", "--ultra", "-d"); in TEST() local 149 auto args = makeArray("silesia.tar", "-o", "silesia.tar.pzstd", "-p", "2"); in TEST() local 166 auto args = makeArray("x", "-p", "1"); in TEST() local [all …]
|
/external/python/cpython2/Modules/ |
D | puremodule.c | 63 call_voidarg_function(VoidArgFunc func, PyObject *self, PyObject *args) in call_voidarg_function() 75 call_stringarg_function(StringArgFunc func, PyObject *self, PyObject *args) in call_stringarg_function() 88 call_stringorint_function(StringArgFunc func, PyObject *self, PyObject *args) in call_stringorint_function() 116 call_printfish_function(PrintfishFunc func, PyObject *self, PyObject *args) in call_printfish_function() 133 call_intasaddr_function(StringArgFunc func, PyObject *self, PyObject *args) in call_intasaddr_function() 147 PyObject *args) in call_stringandint_function() 175 pure_pure_logfile_printf(PyObject* self, PyObject* args) in pure_pure_logfile_printf() 181 pure_pure_printf(PyObject* self, PyObject* args) in pure_pure_printf() 187 pure_pure_printf_with_banner(PyObject* self, PyObject* args) in pure_pure_printf_with_banner() 236 pure_purify_all_inuse(PyObject *self, PyObject *args) in pure_purify_all_inuse() [all …]
|
D | glmodule.c | 63 gl_qread(PyObject *self, PyObject *args) in gl_qread() 92 gl_varray(PyObject *self, PyObject *args) in gl_varray() 171 gl_nvarray(PyObject *self, PyObject *args) in gl_nvarray() 178 gl_vnarray(PyObject *self, PyObject *args) in gl_vnarray() 187 gen_nvarray(PyObject *args, int inorm) in gen_nvarray() 236 gl_nurbssurface(PyObject *self, PyObject *args) in gl_nurbssurface() 322 gl_nurbscurve(PyObject *self, PyObject *args) in gl_nurbscurve() 382 gl_pwlcurve(PyObject *self, PyObject *args) in gl_pwlcurve() 426 pick_select(PyObject *args, void (*func)()) in pick_select() 483 static PyObject *gl_pick(PyObject *self, PyObject *args) in gl_pick() [all …]
|
D | flmodule.c | 145 generic_set_call_back(genericobject *g, PyObject *args) in generic_set_call_back() 237 generic_set_object_shortcut(genericobject *g, PyObject *args) in generic_set_object_shortcut() 406 call_forms_INf (void (*func)(FL_OBJECT *, float), FL_OBJECT *obj, PyObject *args) in call_forms_INf() 420 call_forms_INfINf (void (*func)(FL_OBJECT *, float, float), FL_OBJECT *obj, PyObject *args) in call_forms_INfINf() 434 call_forms_INi (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INi() 448 call_forms_INc (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INc() 462 call_forms_INstr (void (*func)(FL_OBJECT *, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INstr() 477 call_forms_INiINstr (void (*func)(FL_OBJECT *, int, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INiINstr() 493 call_forms_INiINi (void (*func)(FL_OBJECT *, int, int), FL_OBJECT *obj, PyObject *args) in call_forms_INiINi() 569 set_browser_topline(genericobject *g, PyObject *args) in set_browser_topline() [all …]
|
D | almodule.c | 47 va_list args; in ErrorHandler() local 246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int)) in SetConfig() 261 GetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig)) in GetConfig() 278 alc_SetWidth(alcobject *self, PyObject *args) in alc_SetWidth() 288 alc_GetWidth(alcobject *self, PyObject *args) in alc_GetWidth() 299 alc_SetSampFmt(alcobject *self, PyObject *args) in alc_SetSampFmt() 310 alc_GetSampFmt(alcobject *self, PyObject *args) in alc_GetSampFmt() 320 alc_SetChannels(alcobject *self, PyObject *args) in alc_SetChannels() 330 alc_GetChannels(alcobject *self, PyObject *args) in alc_GetChannels() 340 alc_SetFloatMax(alcobject *self, PyObject *args) in alc_SetFloatMax() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/c/ |
D | pjrt_c_api_wrapper_impl.cc | 60 void PJRT_Error_Destroy(PJRT_Error_Destroy_Args* args) { in PJRT_Error_Destroy() 72 void PJRT_Error_Message(PJRT_Error_Message_Args* args) { in PJRT_Error_Message() 86 PJRT_Error* PJRT_Error_GetCode(PJRT_Error_GetCode_Args* args) { in PJRT_Error_GetCode() 96 PJRT_Error* PJRT_Client_Destroy(PJRT_Client_Destroy_Args* args) { in PJRT_Client_Destroy() 104 PJRT_Error* PJRT_Client_ProcessIndex(PJRT_Client_ProcessIndex_Args* args) { in PJRT_Client_ProcessIndex() 112 PJRT_Error* PJRT_Client_PlatformName(PJRT_Client_PlatformName_Args* args) { in PJRT_Client_PlatformName() 123 PJRT_Client_PlatformVersion_Args* args) { in PJRT_Client_PlatformVersion() 133 PJRT_Error* PJRT_Client_Devices(PJRT_Client_Devices_Args* args) { in PJRT_Client_Devices() 143 PJRT_Client_AddressableDevices_Args* args) { in PJRT_Client_AddressableDevices() 152 PJRT_Error* PJRT_Client_LookupDevice(PJRT_Client_LookupDevice_Args* args) { in PJRT_Client_LookupDevice() [all …]
|
/external/python/cpython2/Lib/bsddb/ |
D | dbobj.py | 39 def __init__(self, *args, **kwargs): 42 def close(self, *args, **kwargs): 44 def open(self, *args, **kwargs): 46 def remove(self, *args, **kwargs): 48 def set_shm_key(self, *args, **kwargs): 50 def set_cachesize(self, *args, **kwargs): 52 def set_data_dir(self, *args, **kwargs): 54 def set_flags(self, *args, **kwargs): 56 def set_lg_bsize(self, *args, **kwargs): 58 def set_lg_dir(self, *args, **kwargs): [all …]
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_command_buffer.h | 2574 …CommandBuffers_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkAllocateCommandBuffers *ar… in vn_decode_vkAllocateCommandBuffers_args_temp() 2597 …oid vn_replace_vkAllocateCommandBuffers_args_handle(struct vn_command_vkAllocateCommandBuffers *ar… in vn_replace_vkAllocateCommandBuffers_args_handle() 2605 …eCommandBuffers_reply(struct vn_cs_encoder *enc, const struct vn_command_vkAllocateCommandBuffers … in vn_encode_vkAllocateCommandBuffers_reply() 2621 …eeCommandBuffers_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkFreeCommandBuffers *args) in vn_decode_vkFreeCommandBuffers_args_temp() 2638 …line void vn_replace_vkFreeCommandBuffers_args_handle(struct vn_command_vkFreeCommandBuffers *args) in vn_replace_vkFreeCommandBuffers_args_handle() 2649 …reeCommandBuffers_reply(struct vn_cs_encoder *enc, const struct vn_command_vkFreeCommandBuffers *a… in vn_encode_vkFreeCommandBuffers_reply() 2659 …ginCommandBuffer_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkBeginCommandBuffer *args) in vn_decode_vkBeginCommandBuffer_args_temp() 2672 …line void vn_replace_vkBeginCommandBuffer_args_handle(struct vn_command_vkBeginCommandBuffer *args) in vn_replace_vkBeginCommandBuffer_args_handle() 2679 …eginCommandBuffer_reply(struct vn_cs_encoder *enc, const struct vn_command_vkBeginCommandBuffer *a… in vn_encode_vkBeginCommandBuffer_reply() 2688 …vkEndCommandBuffer_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkEndCommandBuffer *args) in vn_decode_vkEndCommandBuffer_args_temp() [all …]
|
D | vn_protocol_renderer_transport.h | 130 …andStreamMESA_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkSetReplyCommandStreamMESA *… in vn_decode_vkSetReplyCommandStreamMESA_args_temp() 142 …vn_replace_vkSetReplyCommandStreamMESA_args_handle(struct vn_command_vkSetReplyCommandStreamMESA *… in vn_replace_vkSetReplyCommandStreamMESA_args_handle() 148 …mandStreamMESA_reply(struct vn_cs_encoder *enc, const struct vn_command_vkSetReplyCommandStreamMES… in vn_encode_vkSetReplyCommandStreamMESA_reply() 155 …ndStreamMESA_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkSeekReplyCommandStreamMESA *… in vn_decode_vkSeekReplyCommandStreamMESA_args_temp() 160 …_replace_vkSeekReplyCommandStreamMESA_args_handle(struct vn_command_vkSeekReplyCommandStreamMESA *… in vn_replace_vkSeekReplyCommandStreamMESA_args_handle() 165 …andStreamMESA_reply(struct vn_cs_encoder *enc, const struct vn_command_vkSeekReplyCommandStreamMES… in vn_encode_vkSeekReplyCommandStreamMESA_reply() 172 …ndStreamsMESA_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkExecuteCommandStreamsMESA *… in vn_decode_vkExecuteCommandStreamsMESA_args_temp() 208 …vn_replace_vkExecuteCommandStreamsMESA_args_handle(struct vn_command_vkExecuteCommandStreamsMESA *… in vn_replace_vkExecuteCommandStreamsMESA_args_handle() 224 …andStreamsMESA_reply(struct vn_cs_encoder *enc, const struct vn_command_vkExecuteCommandStreamsMES… in vn_encode_vkExecuteCommandStreamsMESA_reply() 236 …ode_vkCreateRingMESA_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreateRingMESA *args) in vn_decode_vkCreateRingMESA_args_temp() [all …]
|
D | vn_protocol_renderer_event.h | 74 …vn_decode_vkCreateEvent_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreateEvent *args) in vn_decode_vkCreateEvent_args_temp() 100 static inline void vn_replace_vkCreateEvent_args_handle(struct vn_command_vkCreateEvent *args) in vn_replace_vkCreateEvent_args_handle() 109 …_encode_vkCreateEvent_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreateEvent *args) in vn_encode_vkCreateEvent_reply() 121 …_decode_vkDestroyEvent_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkDestroyEvent *args) in vn_decode_vkDestroyEvent_args_temp() 132 static inline void vn_replace_vkDestroyEvent_args_handle(struct vn_command_vkDestroyEvent *args) in vn_replace_vkDestroyEvent_args_handle() 139 …ncode_vkDestroyEvent_reply(struct vn_cs_encoder *enc, const struct vn_command_vkDestroyEvent *args) in vn_encode_vkDestroyEvent_reply() 148 …ode_vkGetEventStatus_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkGetEventStatus *args) in vn_decode_vkGetEventStatus_args_temp() 154 static inline void vn_replace_vkGetEventStatus_args_handle(struct vn_command_vkGetEventStatus *args) in vn_replace_vkGetEventStatus_args_handle() 160 …de_vkGetEventStatus_reply(struct vn_cs_encoder *enc, const struct vn_command_vkGetEventStatus *arg… in vn_encode_vkGetEventStatus_reply() 169 … void vn_decode_vkSetEvent_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkSetEvent *args) in vn_decode_vkSetEvent_args_temp() [all …]
|
D | vn_protocol_renderer_fence.h | 161 …vn_decode_vkCreateFence_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreateFence *args) in vn_decode_vkCreateFence_args_temp() 187 static inline void vn_replace_vkCreateFence_args_handle(struct vn_command_vkCreateFence *args) in vn_replace_vkCreateFence_args_handle() 196 …_encode_vkCreateFence_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreateFence *args) in vn_encode_vkCreateFence_reply() 208 …_decode_vkDestroyFence_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkDestroyFence *args) in vn_decode_vkDestroyFence_args_temp() 219 static inline void vn_replace_vkDestroyFence_args_handle(struct vn_command_vkDestroyFence *args) in vn_replace_vkDestroyFence_args_handle() 226 …ncode_vkDestroyFence_reply(struct vn_cs_encoder *enc, const struct vn_command_vkDestroyFence *args) in vn_encode_vkDestroyFence_reply() 235 …vn_decode_vkResetFences_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkResetFences *args) in vn_decode_vkResetFences_args_temp() 251 static inline void vn_replace_vkResetFences_args_handle(struct vn_command_vkResetFences *args) in vn_replace_vkResetFences_args_handle() 261 …_encode_vkResetFences_reply(struct vn_cs_encoder *enc, const struct vn_command_vkResetFences *args) in vn_encode_vkResetFences_reply() 271 …ode_vkGetFenceStatus_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkGetFenceStatus *args) in vn_decode_vkGetFenceStatus_args_temp() [all …]
|
D | vn_protocol_renderer_private_data_slot.h | 74 …PrivateDataSlot_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreatePrivateDataSlot *ar… in vn_decode_vkCreatePrivateDataSlot_args_temp() 100 … void vn_replace_vkCreatePrivateDataSlot_args_handle(struct vn_command_vkCreatePrivateDataSlot *ar… in vn_replace_vkCreatePrivateDataSlot_args_handle() 109 …ePrivateDataSlot_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreatePrivateDataSlot … in vn_encode_vkCreatePrivateDataSlot_reply() 121 …rivateDataSlot_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkDestroyPrivateDataSlot *ar… in vn_decode_vkDestroyPrivateDataSlot_args_temp() 132 …oid vn_replace_vkDestroyPrivateDataSlot_args_handle(struct vn_command_vkDestroyPrivateDataSlot *ar… in vn_replace_vkDestroyPrivateDataSlot_args_handle() 139 …PrivateDataSlot_reply(struct vn_cs_encoder *enc, const struct vn_command_vkDestroyPrivateDataSlot … in vn_encode_vkDestroyPrivateDataSlot_reply() 148 …ode_vkSetPrivateData_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkSetPrivateData *args) in vn_decode_vkSetPrivateData_args_temp() 157 static inline void vn_replace_vkSetPrivateData_args_handle(struct vn_command_vkSetPrivateData *args) in vn_replace_vkSetPrivateData_args_handle() 166 …de_vkSetPrivateData_reply(struct vn_cs_encoder *enc, const struct vn_command_vkSetPrivateData *arg… in vn_encode_vkSetPrivateData_reply() 178 …ode_vkGetPrivateData_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkGetPrivateData *args) in vn_decode_vkGetPrivateData_args_temp() [all …]
|
D | vn_protocol_renderer_command_pool.h | 76 …CreateCommandPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreateCommandPool *args) in vn_decode_vkCreateCommandPool_args_temp() 102 …inline void vn_replace_vkCreateCommandPool_args_handle(struct vn_command_vkCreateCommandPool *args) in vn_replace_vkCreateCommandPool_args_handle() 111 …kCreateCommandPool_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreateCommandPool *a… in vn_encode_vkCreateCommandPool_reply() 123 …stroyCommandPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkDestroyCommandPool *args) in vn_decode_vkDestroyCommandPool_args_temp() 134 …line void vn_replace_vkDestroyCommandPool_args_handle(struct vn_command_vkDestroyCommandPool *args) in vn_replace_vkDestroyCommandPool_args_handle() 141 …estroyCommandPool_reply(struct vn_cs_encoder *enc, const struct vn_command_vkDestroyCommandPool *a… in vn_encode_vkDestroyCommandPool_reply() 150 …vkResetCommandPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkResetCommandPool *args) in vn_decode_vkResetCommandPool_args_temp() 157 …c inline void vn_replace_vkResetCommandPool_args_handle(struct vn_command_vkResetCommandPool *args) in vn_replace_vkResetCommandPool_args_handle() 164 …vkResetCommandPool_reply(struct vn_cs_encoder *enc, const struct vn_command_vkResetCommandPool *ar… in vn_encode_vkResetCommandPool_reply() 174 …e_vkTrimCommandPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkTrimCommandPool *args) in vn_decode_vkTrimCommandPool_args_temp() [all …]
|
D | vn_protocol_renderer_query_pool.h | 80 …e_vkCreateQueryPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreateQueryPool *args) in vn_decode_vkCreateQueryPool_args_temp() 106 …tic inline void vn_replace_vkCreateQueryPool_args_handle(struct vn_command_vkCreateQueryPool *args) in vn_replace_vkCreateQueryPool_args_handle() 115 …e_vkCreateQueryPool_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreateQueryPool *ar… in vn_encode_vkCreateQueryPool_reply() 127 …vkDestroyQueryPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkDestroyQueryPool *args) in vn_decode_vkDestroyQueryPool_args_temp() 138 …c inline void vn_replace_vkDestroyQueryPool_args_handle(struct vn_command_vkDestroyQueryPool *args) in vn_replace_vkDestroyQueryPool_args_handle() 145 …vkDestroyQueryPool_reply(struct vn_cs_encoder *enc, const struct vn_command_vkDestroyQueryPool *ar… in vn_encode_vkDestroyQueryPool_reply() 154 …QueryPoolResults_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkGetQueryPoolResults *arg… in vn_decode_vkGetQueryPoolResults_args_temp() 173 …ine void vn_replace_vkGetQueryPoolResults_args_handle(struct vn_command_vkGetQueryPoolResults *arg… in vn_replace_vkGetQueryPoolResults_args_handle() 185 …tQueryPoolResults_reply(struct vn_cs_encoder *enc, const struct vn_command_vkGetQueryPoolResults *… in vn_encode_vkGetQueryPoolResults_reply() 205 …ode_vkResetQueryPool_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkResetQueryPool *args) in vn_decode_vkResetQueryPool_args_temp() [all …]
|
D | vn_protocol_renderer_pipeline_cache.h | 86 …atePipelineCache_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreatePipelineCache *arg… in vn_decode_vkCreatePipelineCache_args_temp() 112 …ine void vn_replace_vkCreatePipelineCache_args_handle(struct vn_command_vkCreatePipelineCache *arg… in vn_replace_vkCreatePipelineCache_args_handle() 121 …eatePipelineCache_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreatePipelineCache *… in vn_encode_vkCreatePipelineCache_reply() 133 …oyPipelineCache_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkDestroyPipelineCache *arg… in vn_decode_vkDestroyPipelineCache_args_temp() 144 …e void vn_replace_vkDestroyPipelineCache_args_handle(struct vn_command_vkDestroyPipelineCache *arg… in vn_replace_vkDestroyPipelineCache_args_handle() 151 …royPipelineCache_reply(struct vn_cs_encoder *enc, const struct vn_command_vkDestroyPipelineCache *… in vn_encode_vkDestroyPipelineCache_reply() 160 …pelineCacheData_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkGetPipelineCacheData *arg… in vn_decode_vkGetPipelineCacheData_args_temp() 182 …e void vn_replace_vkGetPipelineCacheData_args_handle(struct vn_command_vkGetPipelineCacheData *arg… in vn_replace_vkGetPipelineCacheData_args_handle() 190 …ipelineCacheData_reply(struct vn_cs_encoder *enc, const struct vn_command_vkGetPipelineCacheData *… in vn_encode_vkGetPipelineCacheData_reply() 207 …gePipelineCaches_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkMergePipelineCaches *arg… in vn_decode_vkMergePipelineCaches_args_temp() [all …]
|
/external/doclava/test/doclava/ |
D | ApiCheckTest.java | 41 String[] args = { "test/api/medium.xml", "test/api/medium.xml" }; in testEquivalentApi() local 48 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; in testMethodReturnTypeChanged() local 56 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; in testMethodParameterChanged() local 70 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; in testConstructorParameterChanged() local 83 String[] args = { "test/api/simple.xml", "test/api/added-class.xml" }; in testAddedClass() local 91 String[] args = { "test/api/added-class.xml", "test/api/simple.xml" }; in testRemovedClass() local 99 String[] args = { "test/api/added-deprecated-class.xml", "test/api/simple.xml" }; in testRemovedDeprecatedClass() local 107 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; in testChangedSuper() local 115 String[] args = { in testChangedAssignableReturn() local 126 String[] args = { "test/api/inserted-super-1.xml", "test/api/inserted-super-2.xml" }; in testInsertedSuper() local [all …]
|
/external/oj-libjdwp/src/share/back/ |
D | log_messages.h | 44 #define _LOG(flavor,args) \ argument 50 #define LOG_JVM(args) \ argument 52 #define LOG_JNI(args) \ argument 54 #define LOG_JVMTI(args) \ argument 56 #define LOG_MISC(args) \ argument 58 #define LOG_STEP(args) \ argument 60 #define LOG_LOC(args) \ argument 62 #define LOG_CB(args) \ argument 64 #define LOG_ERROR(args) \ argument 76 #define LOG_JVM(args) LOG_NULL argument [all …]
|
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 37 va_list args; in _fprintf() local 83 #define FFI_CALL(cif,fn,args,retaddr) \ argument 154 /*const*/ void* args[] = { &i1 }; in int_tests() local 173 /*const*/ void* args[] = { &i1, &i2 }; in int_tests() local 192 /*const*/ void* args[] = { &i1, &i2, &i3, &i4 }; in int_tests() local 211 /*const*/ void* args[] = { &i1, &i2, &i3, &i4, &i5, &i6, &i7, &i8 }; in int_tests() local 230 …/*const*/ void* args[] = { &i1, &i2, &i3, &i4, &i5, &i6, &i7, &i8, &i9, &i10, &i11, &i12, &i13, &i… in int_tests() local 256 /*const*/ void* args[] = { &f1 }; in float_tests() local 274 /*const*/ void* args[] = { &f1, &f2 }; in float_tests() local 292 /*const*/ void* args[] = { &f1, &f2, &f3, &f4 }; in float_tests() local [all …]
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | method_impl_tester.h | 169 constexpr bool Pass(const std::tuple<Args...>& args) const { in Pass() 187 const std::tuple<Args...>& args) const { in AsyncUnaryMethod() 196 const std::tuple<Args...>& args) const { in StaticAsyncUnaryMethod() 205 const std::tuple<Args...>& args) const { in ServerStreamingMethod() 214 const std::tuple<Args...>& args) const { in StaticServerStreamingMethod() 223 const std::tuple<Args...>& args) const { in ClientStreamingMethod() 232 const std::tuple<Args...>& args) const { in StaticClientStreamingMethod() 241 const std::tuple<Args...>& args) const { in BidirectionalStreamingMethod() 250 const std::tuple<Args...>& args) const { in StaticBidirectionalStreamingMethod() 264 const std::tuple<Args...>& args) { in Call()
|
/external/kmod/testsuite/ |
D | test-modprobe.c | 31 const char *const args[] = { in modprobe_show_depends() local 53 const char *const args[] = { in modprobe_show_depends2() local 76 const char *const args[] = { in modprobe_show_alias_to_none() local 104 const char *const args[] = { in modprobe_show_exports() local 127 const char *const args[] = { in modprobe_builtin() local 146 const char *const args[] = { in modprobe_builtin_lookup_only() local 168 const char *const args[] = { in modprobe_softdep_loop() local 193 const char *const args[] = { in modprobe_install_cmd_loop() local 219 const char *const args[] = { in modprobe_param_kcmdline_show_deps() local 243 const char *const args[] = { in modprobe_param_kcmdline() local [all …]
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | evaluate_args_test.cc | 32 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 42 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 48 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 54 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 61 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 70 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 80 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 87 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 94 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local 101 EvaluateArgs args = util_.MakeEvaluateArgs(); in TEST_F() local [all …]
|
/external/bc/tests/ |
D | history.py | 146 def test_utf8(exe, args, env, idx, bc=True): argument 186 def test_utf8_0(exe, args, env, bc=True): argument 225 def test_utf8_1(exe, args, env, bc=True): argument 229 def test_utf8_2(exe, args, env, bc=True): argument 233 def test_utf8_3(exe, args, env, bc=True): argument 237 def test_utf8_4(exe, args, env, bc=True): argument 245 def test_sigint_sigquit(exe, args, env): argument 277 def test_eof(exe, args, env): argument 311 def test_sigint(exe, args, env): argument 345 def test_sigtstp(exe, args, env): argument [all …]
|