Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dmove_to_front_test.cpp42 void PrintTree(std::ostream& out, bool print_timestamp = false) const { in PrintTree() argument
44 PrintTreeInternal(out, root_, 1, print_timestamp); in PrintTree()
72 bool print_timestamp) const;
77 size_t depth, bool print_timestamp) const { in PrintTreeInternal()
85 const size_t text_field_wvalueth = print_timestamp ? in PrintTreeInternal()
90 if (print_timestamp) in PrintTreeInternal()
98 PrintTreeInternal(out, RightOf(node), depth + 1, print_timestamp); in PrintTreeInternal()
102 PrintTreeInternal(out, LeftOf(node), depth + 1, print_timestamp); in PrintTreeInternal()
107 bool print_timestamp = false) { in CheckTree() argument
109 mtf.PrintTree(ss, print_timestamp); in CheckTree()
/third_party/libcoap/src/
Dcoap_debug.c80 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp() function
96 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp() function
921 len = print_timestamp(timebuf,sizeof(timebuf), now); in coap_log_impl()