Home
last modified time | relevance | path

Searched defs:event_list (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/system/logging/liblog/
H A Dlog_event_list.cpp155 auto* event_list = reinterpret_cast<android_event_list_t*>(&context->storage[context->pos]); in android_log_write_list_begin() local
498 auto* event_list = reinterpret_cast<android_event_list_t*>(&context->storage[pos]); in android_log_read_next_internal() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-record.c122 struct event_list { struct
123 struct event_list *next; argument
134 struct tracecmd_event_list *listed_events; argument
5788 struct event_list *event_list; in create_hook_event() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c85 static const uint64_t event_list[] = { variable
224 create_pmu_event_filter(const uint64_t event_list[], in create_pmu_event_filter()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/
H A Dtest_events.cpp727 cl_event event_list[3] = { NULL, NULL, NULL }; in test_event_enqueue_marker_with_event_list() local
780 cl_event event_list[3] = { NULL, NULL, NULL }; in test_event_enqueue_barrier_with_event_list() local
/aosp_15_r20/external/libtraceevent/src/
H A Dparse-filter.c28 struct event_list { struct
29 struct event_list *next; argument
30 struct tep_event *event;
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread_unittest.cc84 explicit CaptureToEventList(EventList* event_list) in CaptureToEventList()
107 explicit CapturingDestructionObserver(EventList* event_list) in CapturingDestructionObserver()
/aosp_15_r20/external/cronet/base/threading/
H A Dthread_unittest.cc95 explicit CaptureToEventList(EventList* event_list) in CaptureToEventList()
116 explicit CapturingDestructionObserver(EventList* event_list) in CapturingDestructionObserver()
/aosp_15_r20/system/core/libstats/pull_lazy/tests/
H A Dlibstatspull_lazy_test.cpp50 AStatsEventList* event_list = NULL; in TEST_F() local
/aosp_15_r20/hardware/interfaces/gnss/common/utils/vts/include/
H A DGnssCallbackEventQueue.h100 int GnssCallbackEventQueue<T>::retrieve(std::list<T>& event_list, int count, int timeout_seconds) { in retrieve()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_stats_to_pod_stats.cc45 std::initializer_list<EventType> event_list) { in CreatePodStatsRecord()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dwrapper_benchmark.py157 def parse_profile_event_list( argument
/aosp_15_r20/external/perfetto/src/tools/ftrace_proto_gen/
H A Dmain.cc106 std::vector<perfetto::FtraceEventName> event_list = in main() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_legacy.cpp323 auto event_list = std::make_shared<RangeEventList>(); in getEventList() local
/aosp_15_r20/system/logging/liblog/tests/
H A Dliblog_test.cpp1849 auto* event_list = reinterpret_cast<android_event_list_t*>(event_data); in android_errorWriteWithInfoLog_helper() local
1975 auto* event_list = reinterpret_cast<android_event_list_t*>(event_data); in TEST() local
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-output.c992 struct tracecmd_event_list *event_list) in create_event_list()
1004 struct tracecmd_event_list *event_list, bool compress) in read_event_files()
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py497 def _process_events(self, event_list): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgroup_events.cc496 void SortRootEventList(EventList* event_list) { in SortRootEventList()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/
H A Dcl.c1135 const cl_event * event_list) CL_API_SUFFIX__VERSION_1_0 in clWaitForEvents()
1923 const cl_event * event_list) CL_API_SUFFIX__VERSION_1_0 in clEnqueueWaitForEvents()
/aosp_15_r20/external/angle/src/libOpenCL/
H A DlibOpenCL_autogen.cpp310 cl_int CL_API_CALL clWaitForEvents(cl_uint num_events, const cl_event *event_list) in clWaitForEvents()
600 const cl_event *event_list) in clEnqueueWaitForEvents()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs.cpp650 cl_int WaitForEvents(cl_uint num_events, const cl_event *event_list) in WaitForEvents()
1181 const cl_event *event_list) in EnqueueWaitForEvents()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dproactor_events.py880 def _process_events(self, event_list): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dproactor_events.py880 def _process_events(self, event_list): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dproactor_events.py880 def _process_events(self, event_list): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dproactor_events.py880 def _process_events(self, event_list): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dproactor_events.py880 def _process_events(self, event_list): argument

123