Home
last modified time | relevance | path

Searched defs:num_events (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/rust/crates/inotify/tests/
Dmain.rs49 let mut num_events = 0; in it_should_watch_a_file() localVariable
86 let mut num_events = 0; in it_should_watch_a_file_async() localVariable
123 let mut num_events = 0; in it_should_watch_a_file_from_eventstream_watches() localVariable
151 let mut num_events = 0; in it_should_watch_a_file_after_converting_back_from_eventstream() localVariable
339 let mut num_events = 0; in it_should_watch_correctly_with_a_watches_clone() localVariable
/aosp_15_r20/external/pigweed/pw_digital_io_linux/
H A Dnotifier_test.cc141 constexpr unsigned int num_events = 1; in TEST_F() local
159 constexpr unsigned int num_events = 4; in TEST_F() local
188 constexpr unsigned int num_events = 3; in TEST_F() local
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpFfsHandle.cpp313 int num_events = 0; in waitEvents() local
386 unsigned num_events = 0; in cancelEvents() local
498 unsigned num_events = 0; in receiveFile() local
627 int num_events = 0; in sendFile() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_treewriter.c36 const unsigned int num_events[]) { in convert_distribution()
54 void vp9_tree_probs_from_distribution(vpx_tree tree, in vp9_tree_probs_from_distribution()
/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dhistogram_util.cc18 void LogNumEventsInUpload(const int num_events) { in LogNumEventsInUpload()
23 void LogNumEventsRecordedBeforeInit(int num_events) { in LogNumEventsRecordedBeforeInit()
/aosp_15_r20/external/libvpx/vp8/common/
H A Dtreecoder.c43 static void branch_counts(int n, /* n = size of alphabet */ in branch_counts()
78 void vp8_tree_probs_from_distribution(int n, /* n = size of alphabet */ in vp8_tree_probs_from_distribution()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_collector.cc337 size_t num_events = events_.size(); in Flush() local
514 void OnEventsDropped(const std::string& reason, uint32 num_events) override { in OnEventsDropped()
524 size_t num_events = 0; in Export() local
H A Dcupti_wrapper.cc126 CUpti_EventDomainID event_domain, uint32_t* num_events) { in EventDomainGetNumEvents()
202 uint32_t* num_events) { in MetricGetNumEvents()
H A Dcupti_error_manager.cc271 CUpti_EventDomainID event_domain, uint32_t* num_events) { in EventDomainGetNumEvents()
397 uint32_t* num_events) { in MetricGetNumEvents()
/aosp_15_r20/external/libchrome/base/test/
H A Dtrace_event_analyzer_unittest.cc816 size_t num_events = 100; in TEST_F() local
868 size_t num_events = 5; in TEST_F() local
907 size_t num_events = 5; in TEST_F() local
/aosp_15_r20/external/cronet/base/test/
H A Dtrace_event_analyzer_unittest.cc821 size_t num_events = 100; in TEST_F() local
873 size_t num_events = 5; in TEST_F() local
912 size_t num_events = 5; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgroup_events_test.cc418 int num_events = 0; in TEST() local
459 int num_events = 0; in TEST() local
504 int num_events = 0; in TEST() local
/aosp_15_r20/device/google/cuttlefish/host/libs/input_connector/
Devent_buffer.cpp51 size_t num_events) { in CreateBuffer()
/aosp_15_r20/system/core/init/
H A Depoll.cpp91 auto num_events = TEMP_FAILURE_RETRY(epoll_wait(epoll_fd_.get(), ev, max_events, timeout_ms)); in Wait() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dev_epoll1_linux.h113 int num_events; member
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnProfiler.cpp78 std::uint32_t num_events = 0; in ProfileData() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dev_epoll1_linux.h112 int num_events; member
/aosp_15_r20/external/libcups/scheduler/
H A Dtestsub.c47 int num_events; /* Number of events */ in main() local
/aosp_15_r20/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_environment_test.cc40 int num_events) { in CheckLatestNEvents()
/aosp_15_r20/external/pigweed/pw_async2_epoll/
H A Ddispatcher_native.cc107 int num_events = in NativeWaitForWake() local
/aosp_15_r20/external/ltp/testcases/kernel/input/
H A Dinput06.c41 static int num_events; variable
/aosp_15_r20/system/core/trusty/metrics/
H A Dmetrics_test.cpp137 size_t num_events = 3; in TEST_F() local
/aosp_15_r20/hardware/google/camera/common/sensor_listener/
Dgoog_gyro_direct.cc228 int num_events = event_vector.size(); in QueryGyroEventsBetweenTimestamps() local
/aosp_15_r20/external/rust/android-crates-io/crates/epoll/src/
Dlib.rs165 let num_events = unsafe { in wait() localVariable
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_unittest.cc771 void TraceManyInstantEvents(int thread_id, int num_events, in TraceManyInstantEvents()
785 int num_events) { in ValidateInstantEventPresentOnEveryThread()
1359 const int num_events = 4000; in TEST_F() local

1234