Searched refs:print_timestamp (Results 1 – 14 of 14) sorted by relevance
/external/deqp-deps/SPIRV-Tools/test/ |
D | move_to_front_test.cpp | 42 void PrintTree(std::ostream& out, bool print_timestamp = false) const { in PrintTree() argument 43 if (root_) PrintTreeInternal(out, root_, 1, print_timestamp); in PrintTree() 73 bool print_timestamp) const; 78 bool print_timestamp) const { in PrintTreeInternal() 86 const size_t text_field_wvalueth = print_timestamp in PrintTreeInternal() 92 if (print_timestamp) label << "T" << TimestampOf(node); in PrintTreeInternal() 99 PrintTreeInternal(out, RightOf(node), depth + 1, print_timestamp); in PrintTreeInternal() 103 PrintTreeInternal(out, LeftOf(node), depth + 1, print_timestamp); in PrintTreeInternal() 108 bool print_timestamp = false) { in CheckTree() argument 110 mtf.PrintTree(ss, print_timestamp); in CheckTree()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | move_to_front_test.cpp | 42 void PrintTree(std::ostream& out, bool print_timestamp = false) const { in PrintTree() argument 43 if (root_) PrintTreeInternal(out, root_, 1, print_timestamp); in PrintTree() 73 bool print_timestamp) const; 78 bool print_timestamp) const { in PrintTreeInternal() 86 const size_t text_field_wvalueth = print_timestamp in PrintTreeInternal() 92 if (print_timestamp) label << "T" << TimestampOf(node); in PrintTreeInternal() 99 PrintTreeInternal(out, RightOf(node), depth + 1, print_timestamp); in PrintTreeInternal() 103 PrintTreeInternal(out, LeftOf(node), depth + 1, print_timestamp); in PrintTreeInternal() 108 bool print_timestamp = false) { in CheckTree() argument 110 mtf.PrintTree(ss, print_timestamp); in CheckTree()
|
/external/autotest/client/tests/dbt2/ |
D | pgpool.conf | 75 print_timestamp = true
|
/external/iproute2/tc/ |
D | tc_monitor.c | 45 print_timestamp(fp); in accept_tcmsg()
|
/external/iproute2/bridge/ |
D | monitor.c | 45 print_timestamp(fp); in accept_msg()
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | txtimestamp.c | 120 static void print_timestamp(struct scm_timestamping *tss, int tstype, in print_timestamp() function 221 print_timestamp(tss, serr->ee_info, serr->ee_data, in __recv_errmsg_cmsg()
|
/external/iputils/ |
D | ping_common.c | 452 void print_timestamp(void) in print_timestamp() function 509 print_timestamp(); in pinger() 940 print_timestamp(); in gather_statistics()
|
D | ping_common.h | 297 extern void print_timestamp(void);
|
D | ping6.c | 1336 print_timestamp(); in receive_error_msg() 1673 print_timestamp(); in parse_reply() 1679 print_timestamp(); in parse_reply()
|
D | ping.c | 698 print_timestamp(); in receive_error_msg() 892 print_timestamp(); in parse_reply()
|
/external/iproute2/ip/ |
D | ipmonitor.c | 43 print_timestamp(fp); in print_headers()
|
D | xfrm_monitor.c | 291 print_timestamp(fp); in xfrm_accept_msg()
|
/external/iproute2/include/ |
D | utils.h | 201 int print_timestamp(FILE *fp);
|
/external/iproute2/lib/ |
D | utils.c | 1069 int print_timestamp(FILE *fp) in print_timestamp() function
|