/aosp_15_r20/external/rust/crates/inotify/tests/ |
D | main.rs | 49 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 D | notifier_test.cc | 141 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 D | MtpFfsHandle.cpp | 313 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 D | vp9_treewriter.c | 36 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 D | histogram_util.cc | 18 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 D | treecoder.c | 43 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 D | cupti_collector.cc | 337 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 D | cupti_wrapper.cc | 126 CUpti_EventDomainID event_domain, uint32_t* num_events) { in EventDomainGetNumEvents() 202 uint32_t* num_events) { in MetricGetNumEvents()
|
H A D | cupti_error_manager.cc | 271 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 D | trace_event_analyzer_unittest.cc | 816 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 D | trace_event_analyzer_unittest.cc | 821 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 D | group_events_test.cc | 418 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/ |
D | event_buffer.cpp | 51 size_t num_events) { in CreateBuffer()
|
/aosp_15_r20/system/core/init/ |
H A D | epoll.cpp | 91 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/ |
D | ev_epoll1_linux.h | 113 int num_events; member
|
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/ |
H A D | QnnProfiler.cpp | 78 std::uint32_t num_events = 0; in ProfileData() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
H A D | ev_epoll1_linux.h | 112 int num_events; member
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | testsub.c | 47 int num_events; /* Number of events */ in main() local
|
/aosp_15_r20/hardware/google/camera/common/sensor_listener/tests/ |
D | goog_sensor_environment_test.cc | 40 int num_events) { in CheckLatestNEvents()
|
/aosp_15_r20/external/pigweed/pw_async2_epoll/ |
H A D | dispatcher_native.cc | 107 int num_events = in NativeWaitForWake() local
|
/aosp_15_r20/external/ltp/testcases/kernel/input/ |
H A D | input06.c | 41 static int num_events; variable
|
/aosp_15_r20/system/core/trusty/metrics/ |
H A D | metrics_test.cpp | 137 size_t num_events = 3; in TEST_F() local
|
/aosp_15_r20/hardware/google/camera/common/sensor_listener/ |
D | goog_gyro_direct.cc | 228 int num_events = event_vector.size(); in QueryGyroEventsBetweenTimestamps() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/epoll/src/ |
D | lib.rs | 165 let num_events = unsafe { in wait() localVariable
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_event_unittest.cc | 771 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
|