Home
last modified time | relevance | path

Searched refs:short_str (Results 1 – 6 of 6) sorted by relevance

/external/libkmsxx/py/tests/
Dtestmodes.py27 short_str = mode.to_string_short() variable
35 pykms.draw_text(fb, even((fb.width // 2) - (8 * len(short_str)) // 2), 4, short_str, pykms.white)
/external/bc/src/
Dopt.c101 char short_str[2]; in bc_opt_error() local
103 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()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue() local
152 short_str.length() <= kProtobufOneLinerMaxLength ? in PrintValue()
153 short_str : ("\n" + value.DebugString()); in PrintValue()
/external/libchrome-gestures/src/
Dgestures_unittest.cc517 string short_str = hs[1].String(); in TEST() local
524 strstr(short_str.c_str(), short_expected[i])) in TEST()
/external/fmtlib/test/gtest/
Dgtest.h9345 const ::testing::internal::string short_str = value.ShortDebugString();
9347 short_str.length() <= kProtobufOneLinerMaxLength ?
9348 short_str : ("\n" + value.DebugString());
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h10213 const ::testing::internal::string short_str = value.ShortDebugString();
10215 short_str.length() <= kProtobufOneLinerMaxLength ?
10216 short_str : ("\n" + value.DebugString());