Searched refs:short_str (Results 1 – 6 of 6) sorted by relevance
27 short_str = mode.to_string_short() variable35 pykms.draw_text(fb, even((fb.width // 2) - (8 * len(short_str)) // 2), 4, short_str, pykms.white)
101 char short_str[2]; in bc_opt_error() local103 short_str[0] = (char) c; in bc_opt_error()104 short_str[1] = '\0'; in bc_opt_error()106 bc_error(err, 0, short_str); in bc_opt_error()
150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue() local152 short_str.length() <= kProtobufOneLinerMaxLength ? in PrintValue()153 short_str : ("\n" + value.DebugString()); in PrintValue()
517 string short_str = hs[1].String(); in TEST() local524 strstr(short_str.c_str(), short_expected[i])) in TEST()
9345 const ::testing::internal::string short_str = value.ShortDebugString();9347 short_str.length() <= kProtobufOneLinerMaxLength ?9348 short_str : ("\n" + value.DebugString());
10213 const ::testing::internal::string short_str = value.ShortDebugString();10215 short_str.length() <= kProtobufOneLinerMaxLength ?10216 short_str : ("\n" + value.DebugString());