Home
last modified time | relevance | path

Searched refs:column_count (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/security/keystore2/src/crypto/tests/
H A Dcertificate_utils_test.cpp47 size_t column_count = 0; in hexdump() local
50 if (++column_count % 40 == 0) s << "\n"; in hexdump()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp101 static constexpr size_t column_count = 4; in print_thread_registers() local
136 if (current_row.size() == column_count) { in print_thread_registers()
H A Dtombstone.cpp329 static constexpr size_t column_count = 4; in dump_registers() local
353 if (current_row.size() == column_count) { in dump_registers()