Searched refs:test_name_stream (Results 1 - 11 of 11) sorted by relevance

/external/chromium/base/
H A Dshared_memory_unittest.cc170 std::ostringstream test_name_stream; local
171 test_name_stream << "SharedMemoryOpenExclusiveTest."
173 std::string test_name = test_name_stream.str();
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h506 Message test_name_stream; local
507 test_name_stream << test_info->test_base_name.c_str() << "/" << i;
510 test_name_stream.GetString().c_str(),
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc191 std::ostringstream test_name_stream; local
192 test_name_stream << "SharedMemoryOpenExclusiveTest."
194 std::string test_name = test_name_stream.str();
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h506 Message test_name_stream; local
507 test_name_stream << test_info->test_base_name << "/" << i;
510 test_name_stream.GetString().c_str(),
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h506 Message test_name_stream; local
507 test_name_stream << test_info->test_base_name << "/" << i;
510 test_name_stream.GetString().c_str(),
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h506 Message test_name_stream; local
507 test_name_stream << test_info->test_base_name << "/" << i;
510 test_name_stream.GetString().c_str(),
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util.h506 Message test_name_stream; local
507 test_name_stream << test_info->test_base_name << "/" << i;
510 test_name_stream.GetString().c_str(),
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h506 Message test_name_stream; local
507 test_name_stream << test_info->test_base_name << "/" << i;
510 test_name_stream.GetString().c_str(),
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h506 Message test_name_stream; local
507 test_name_stream << test_info->test_base_name << "/" << i;
510 test_name_stream.GetString().c_str(),
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-param-util.h526 Message test_name_stream; local
527 test_name_stream << test_info->test_base_name.c_str() << "/" << i;
530 test_name_stream.GetString().c_str(),
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h524 Message test_name_stream; local
525 test_name_stream << test_info->test_base_name.c_str() << "/" << i;
528 test_name_stream.GetString().c_str(),

Completed in 463 milliseconds