/external/OpenCL-CTS/test_conformance/events/ |
D | test_events.cpp | 610 cl_event event_list[3]={ NULL, NULL, NULL}; in test_event_enqueue_marker_with_event_list() local 614 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[0]… in test_event_enqueue_marker_with_event_list() 617 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[1]… in test_event_enqueue_marker_with_event_list() 624 error =clEnqueueMarkerWithWaitList(queue, event_count, event_list, &event_list[2]); in test_event_enqueue_marker_with_event_list() 627 error = clReleaseEvent(event_list[0]); in test_event_enqueue_marker_with_event_list() 628 error |= clReleaseEvent(event_list[1]); in test_event_enqueue_marker_with_event_list() 631 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[0]… in test_event_enqueue_marker_with_event_list() 634 …error= clEnqueueNDRangeKernel( queue,kernel,1,NULL, threads, localThreads, 0, NULL, &event_list[1]… in test_event_enqueue_marker_with_event_list() 638 error =clEnqueueMarkerWithWaitList(queue, event_count, event_list, NULL); in test_event_enqueue_marker_with_event_list() 641 error = clReleaseEvent(event_list[0]); in test_event_enqueue_marker_with_event_list() [all …]
|
/external/tpm2-tss/src/tss2-fapi/api/ |
D | Fapi_VerifyQuote.c | 292 command->event_list = json_tokener_parse(context->cmd.pcr.logData); in Fapi_VerifyQuote_Finish() 293 return_if_null(command->event_list, "Json error.", TSS2_FAPI_RC_BAD_VALUE); in Fapi_VerifyQuote_Finish() 296 r = ifapi_calculate_pcr_digest(command->event_list, in Fapi_VerifyQuote_Finish() 311 if (command->event_list) in Fapi_VerifyQuote_Finish() 312 json_object_put(command->event_list); in Fapi_VerifyQuote_Finish()
|
/external/perfetto/tools/ftrace_proto_gen/ |
D | main.cc | 106 std::vector<perfetto::FtraceEventName> event_list = in main() local 129 for (const auto& event : event_list) { in main() 145 perfetto::GenerateFtraceEventProto(event_list, groups, out.get()); in main() 202 for (; it->second != &event_list[i]; i++) in main()
|
/external/wayland/src/ |
D | scanner.c | 180 struct wl_list event_list; member 576 wl_list_init(&interface->event_list); in create_interface() 594 wl_list_for_each_safe(m, next_m, &interface->event_list, link) in free_interface() 781 wl_list_insert(ctx->interface->event_list.prev, in start_element() 1016 verify_arguments(ctx, i, &i->event_list, &i->enumeration_list); in end_element() 1619 emit_types_forward_declarations(protocol, &i->event_list, &types); in emit_header() 1672 emit_opcodes(&i->event_list, i); in emit_header() 1673 emit_opcode_versions(&i->event_list, i); in emit_header() 1675 emit_event_wrappers(&i->event_list, i); in emit_header() 1677 emit_structs(&i->event_list, i, side); in emit_header() [all …]
|
D | wayland-client.c | 76 struct wl_list event_list; member 258 wl_list_init(&queue->event_list); in wl_event_queue_init() 336 while (!wl_list_empty(&queue->event_list)) { in wl_event_queue_release() 337 closure = wl_container_of(queue->event_list.next, in wl_event_queue_release() 1449 wl_list_insert(queue->event_list.prev, &closure->link); in queue_event() 1462 closure = wl_container_of(queue->event_list.next, closure, link); in dispatch_event() 1622 while (!wl_list_empty(&display->display_queue.event_list)) { in dispatch_queue() 1629 while (!wl_list_empty(&queue->event_list)) { in dispatch_queue() 1706 if (!wl_list_empty(&queue->event_list)) { in wl_display_prepare_read_queue()
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_stats_to_pod_stats.cc | 45 std::initializer_list<EventType> event_list) { in CreatePodStatsRecord() argument 47 for (const auto& event_type : event_list) { in CreatePodStatsRecord()
|
/external/llvm-project/libclc/generic/include/clc/async/ |
D | wait_group_events.h | 2 event_t *event_list);
|
/external/llvm-project/libclc/generic/lib/async/ |
D | wait_group_events.cl | 4 event_t *event_list) {
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBSocket.cpp | 154 struct kevent event_list[4]; in Listen() local 156 kevent(queue_id, events.data(), events.size(), event_list, 4, NULL); in Listen() 164 auto sock_fd = event_list[i].ident; in Listen()
|
/external/perfetto/tools/ |
D | run_ftrace_proto_gen | 26 --event_list "$DIR/ftrace_proto_gen/event_list" \
|
/external/libchrome/base/threading/ |
D | thread_unittest.cc | 84 explicit CaptureToEventList(EventList* event_list) in CaptureToEventList() argument 86 event_list_(event_list) { in CaptureToEventList() 107 explicit CapturingDestructionObserver(EventList* event_list) in CapturingDestructionObserver() argument 108 : event_list_(event_list) { in CapturingDestructionObserver()
|
/external/libevent/include/event2/ |
D | event_struct.h | 156 TAILQ_HEAD (event_list, event);
|
/external/libevent/ |
D | win32select.c | 56 extern struct event_list timequeue; 57 extern struct event_list addqueue;
|
D | event-internal.h | 165 struct event_list events;
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 632 cl_int WaitForEvents(cl_uint num_events, const cl_event *event_list) in WaitForEvents() argument 634 return (*event_list)->cast<Event>().getContext().waitForEvents(num_events, event_list); in WaitForEvents() 1147 const cl_event *event_list) in EnqueueWaitForEvents() argument 1149 return command_queue->cast<CommandQueue>().enqueueWaitForEvents(num_events, event_list); in EnqueueWaitForEvents()
|
D | entry_points_cl_autogen.cpp | 661 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() argument 664 (uintptr_t)event_list); in clWaitForEvents() 666 ANGLE_CL_VALIDATE_ERROR(WaitForEvents, num_events, event_list); in clWaitForEvents() 668 return WaitForEvents(num_events, event_list); in clWaitForEvents() 1239 const cl_event *event_list) in clEnqueueWaitForEvents() argument 1243 (uintptr_t)command_queue, num_events, (uintptr_t)event_list); in clEnqueueWaitForEvents() 1245 ANGLE_CL_VALIDATE_ERROR(EnqueueWaitForEvents, command_queue, num_events, event_list); in clEnqueueWaitForEvents() 1247 return EnqueueWaitForEvents(command_queue, num_events, event_list); in clEnqueueWaitForEvents()
|
D | cl_stubs_autogen.h | 265 cl_int WaitForEvents(cl_uint num_events, const cl_event *event_list); 558 const cl_event *event_list);
|
D | entry_points_cl_autogen.h | 156 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list); 319 const cl_event *event_list);
|
/external/angle/src/libANGLE/ |
D | validationCL.cpp | 1459 cl_int ValidateWaitForEvents(cl_uint num_events, const cl_event *event_list) in ValidateWaitForEvents() argument 1462 if (num_events == 0u || event_list == nullptr) in ValidateWaitForEvents() 1471 if (!Event::IsValid(*event_list)) in ValidateWaitForEvents() 1477 const Context *eventContext = &(*event_list++)->cast<Event>().getContext(); in ValidateWaitForEvents() 2243 const cl_event *event_list) in ValidateEnqueueWaitForEvents() argument 2257 if (num_events == 0u || event_list == nullptr) in ValidateEnqueueWaitForEvents() 2265 if (!Event::IsValid(*event_list)) in ValidateEnqueueWaitForEvents() 2272 if (&queue.getContext() != &(*event_list++)->cast<Event>().getContext()) in ValidateEnqueueWaitForEvents()
|
D | validationCL_autogen.h | 147 cl_int ValidateWaitForEvents(cl_uint num_events, const cl_event *event_list); 306 const cl_event *event_list);
|
/external/perfetto/docs/contributing/ |
D | common-tasks.md | 9 3. Add the event to [tools/ftrace_proto_gen/event_list](/tools/ftrace_proto_gen/event_list).
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 310 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents() argument 312 return cl::GetDispatch().clWaitForEvents(num_events, event_list); in clWaitForEvents() 600 const cl_event *event_list) in clEnqueueWaitForEvents() argument 602 return cl::GetDispatch().clEnqueueWaitForEvents(command_queue, num_events, event_list); in clEnqueueWaitForEvents()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 223 const cl_event *event_list) CL_API_SUFFIX__VERSION_1_0;
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events.cc | 285 void SortEventList(EventList* event_list) { in SortEventList() argument 286 absl::c_sort(*event_list, [](const EventNode* e1, const EventNode* e2) { in SortEventList()
|
/external/python/cpython3/Lib/asyncio/ |
D | base_events.py | 504 def _process_events(self, event_list): argument 1854 event_list = self._selector.select(timeout) 1855 self._process_events(event_list)
|