Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2470 const char* expected_string; in create_android_logger() local
2472 expected_string = (*fn)(1005, expected_len); in create_android_logger()
2473 ASSERT_NE(nullptr, expected_string); in create_android_logger()
2499 EXPECT_EQ(line_overhead + (int)strlen(expected_string), printLogLine); in create_android_logger()
2518 EXPECT_STREQ(expected_string, msgBuf); in create_android_logger()
/aosp12/bionic/tests/
H A Dstdio_test.cpp1069 int expected_count, const char* expected_string) { in CheckScanf() argument
1072 ASSERT_STREQ(expected_string, buf) << fmt; in CheckScanf()
1126 int expected_count, const T2* expected_string) { in CheckScanfM() argument
1129 if (expected_string == nullptr) { in CheckScanfM()
1132 ASSERT_STREQ(expected_string, result) << fmt; in CheckScanfM()