Searched refs:RecordPropertyForCurrentTest (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/gtest/include/gtest/ |
D | gtest.h | 1122 void RecordPropertyForCurrentTest(const char* key, const char* value);
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 1199 void RecordPropertyForCurrentTest(const char* key, const char* value);
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest.h | 1205 void RecordPropertyForCurrentTest(const char* key, const char* value);
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1197 void RecordPropertyForCurrentTest(const char* key, const char* value);
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 1941 UnitTest::GetInstance()->RecordPropertyForCurrentTest(key, value); in RecordProperty() 3621 void UnitTest::RecordPropertyForCurrentTest(const char* key, in RecordPropertyForCurrentTest() function in testing::UnitTest
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 1921 UnitTest::GetInstance()->RecordPropertyForCurrentTest(key, value); in RecordProperty() 3843 void UnitTest::RecordPropertyForCurrentTest(const char* key, in RecordPropertyForCurrentTest() function in testing::UnitTest
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1920 UnitTest::GetInstance()->RecordPropertyForCurrentTest(key, value); in RecordProperty() 3781 void UnitTest::RecordPropertyForCurrentTest(const char* key, in RecordPropertyForCurrentTest() function in testing::UnitTest
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 1920 UnitTest::GetInstance()->RecordPropertyForCurrentTest(key, value); in RecordProperty() 3811 void UnitTest::RecordPropertyForCurrentTest(const char* key, in RecordPropertyForCurrentTest() function in testing::UnitTest
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 3281 UnitTest::GetInstance()->RecordPropertyForCurrentTest(key, value); in RecordProperty() 4961 void UnitTest::RecordPropertyForCurrentTest(const char* key, in RecordPropertyForCurrentTest() function in testing::UnitTest
|
D | gtest.h | 16710 void RecordPropertyForCurrentTest(const char* key, const char* value);
|