Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp891 string teststr("shortest"); in short_string_optim_bug() local
893 bool short_string_optim_bug_helper(string teststr); in short_string_optim_bug()
895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr)); in short_string_optim_bug()
898 bool short_string_optim_bug_helper(string teststr) in short_string_optim_bug_helper() argument
900 size_t ss = teststr.size(); in short_string_optim_bug_helper()
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp891 string teststr("shortest"); in short_string_optim_bug() local
893 bool short_string_optim_bug_helper(string teststr); in short_string_optim_bug()
895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr)); in short_string_optim_bug()
898 bool short_string_optim_bug_helper(string teststr) in short_string_optim_bug_helper() argument
900 size_t ss = teststr.size(); in short_string_optim_bug_helper()