Home
last modified time | relevance | path

Searched defs:expected_event (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/log/
H A Dtest_net_log_util.cc35 NetLogEventType expected_event, in LogContainsEvent()
58 NetLogEventType expected_event) { in LogContainsBeginEvent()
66 NetLogEventType expected_event) { in LogContainsEndEvent()
98 NetLogEventType expected_event, in ExpectLogContainsSomewhere()
114 NetLogEventType expected_event, in ExpectLogContainsSomewhereAfter()
/aosp_15_r20/external/ltp/testcases/kernel/sched/eas/
H A Dsched_prio_3_fifo.c60 struct expected_event { struct
68 static struct expected_event events[] = { argument
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_unit_test.cpp557 const std::string expected_event; in TEST_F() member
665 constexpr char expected_event[] = R"Event( in TEST_F() local
953 const std::string expected_event; in TEST_F() member
1310 const std::string expected_event; in TEST_F() member
1432 const std::string expected_event; in TEST_F() member
1748 const std::string expected_event; in TEST_F() member
/aosp_15_r20/external/pytorch/test/distributed/elastic/events/
H A Dlib_test.py27 def assert_event(self, actual_event, expected_event): argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dlegacy_pairing_state.h234 hci_spec::EventCode expected_event; variable
H A Dsecure_simple_pairing_state.h382 hci_spec::EventCode expected_event; variable
/aosp_15_r20/external/autotest/server/cros/update_engine/
H A Dupdate_engine_test.py193 def _verify_event_with_timeout(self, expected_event, actual_event): argument
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c601 int event_wait(int fd, uint64_t expected_event) in event_wait()
/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dstructured_metrics_recorder_unittest.cc860 TestWatcher(uint64_t expected_event) : expected_event_(expected_event) {} in TestWatcher()