Home
last modified time | relevance | path

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

/libnativehelper/tests/
DExpandableString_test.cpp79 std::string pad(step - 1u, '_'); in TEST_P() local
80 EXPECT_TRUE(ExpandableStringAppend(&expandableString, pad.c_str())); in TEST_P()
85 size_t requiredSize = pad.size() + i * step + 1u; in TEST_P()
90 for (char c : pad) { in TEST_P()