Home
last modified time | relevance | path

Searched refs:print_timestamp (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/
Dmove_to_front_test.cpp42 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/
Dmove_to_front_test.cpp42 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/
Dpgpool.conf75 print_timestamp = true
/external/iproute2/tc/
Dtc_monitor.c45 print_timestamp(fp); in accept_tcmsg()
/external/iproute2/bridge/
Dmonitor.c45 print_timestamp(fp); in accept_msg()
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c120 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/
Dping_common.c452 void print_timestamp(void) in print_timestamp() function
509 print_timestamp(); in pinger()
940 print_timestamp(); in gather_statistics()
Dping_common.h297 extern void print_timestamp(void);
Dping6.c1336 print_timestamp(); in receive_error_msg()
1673 print_timestamp(); in parse_reply()
1679 print_timestamp(); in parse_reply()
Dping.c698 print_timestamp(); in receive_error_msg()
892 print_timestamp(); in parse_reply()
/external/iproute2/ip/
Dipmonitor.c43 print_timestamp(fp); in print_headers()
Dxfrm_monitor.c291 print_timestamp(fp); in xfrm_accept_msg()
/external/iproute2/include/
Dutils.h201 int print_timestamp(FILE *fp);
/external/iproute2/lib/
Dutils.c1069 int print_timestamp(FILE *fp) in print_timestamp() function