Home
last modified time | relevance | path

Searched refs:timestamp_list (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/core/util/
Dreconnect_server.h26 typedef struct timestamp_list { struct
28 struct timestamp_list* next; argument
29 } timestamp_list; typedef
33 timestamp_list* head;
34 timestamp_list* tail;
Dreconnect_server.cc39 timestamp_list* head = server->head; in pretty_print_backoffs()
67 timestamp_list* new_tail; in on_connect()
86 new_tail = static_cast<timestamp_list*>(gpr_malloc(sizeof(timestamp_list))); in on_connect()
116 timestamp_list* new_head = server->head; in reconnect_server_clear_timestamps()
/external/autotest/server/site_tests/display_Tearing/
Ddisplay_Tearing.py125 timestamp_list = (
134 return (captured_checksums, timestamp_list)
193 captured_checksums, timestamp_list = self._display_and_capture(
196 delay_time = [timestamp_list[i] - timestamp_list[i-1]
197 for i in range(1, len(timestamp_list))]
205 captured_checksums, timestamp_list,
/external/webrtc/logging/rtc_event_log/
Drtc_event_processor_unittest.cc29 std::initializer_list<int64_t> timestamp_list) { in CreateEventList() argument
31 for (int64_t timestamp_ms : timestamp_list) { in CreateEventList()
/external/grpc-grpc/test/cpp/interop/
Dreconnect_interop_server.cc128 for (timestamp_list* cur = tcp_server_.head; cur && cur->next; in Verify()