Searched defs:test_name_stream (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc199 std::ostringstream test_name_stream; local
200 test_name_stream << "SharedMemoryOpenExclusiveTest."
202 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/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/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(),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10505 Message test_name_stream; local
10506 test_name_stream << test_info->test_base_name << "/" << i;
10509 test_name_stream.GetString().c_str(),
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10505 Message test_name_stream; local
10506 test_name_stream << test_info->test_base_name << "/" << i;
10509 test_name_stream.GetString().c_str(),

Completed in 1933 milliseconds