Searched defs:RecordProperty (Results 1 - 22 of 22) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h1038 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1040 test_result->RecordProperty(property);
H A Dgtest.cc1815 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1836 << "Reserved key used in RecordProperty(): "
1920 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1925 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1928 RecordProperty(key, value_message.GetString().c_str());
3846 impl_->current_test_result()->RecordProperty(test_property);
/external/googletest/googletest/src/
H A Dgtest-internal-inl.h715 void RecordProperty(const TestProperty& test_property);
1016 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1019 test_result->RecordProperty(xml_element, property);
H A Dgtest.cc2057 void TestResult::RecordProperty(const std::string& xml_element, function in class:testing::TestResult
2145 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
2237 void Test::RecordProperty(const std::string& key, const std::string& value) { function in class:testing::Test
2238 UnitTest::GetInstance()->RecordProperty(key, value);
2242 void Test::RecordProperty(const std::string& key, int value) { function in class:testing::Test
2245 RecordProperty(key, value_message.GetString().c_str());
4173 void UnitTest::RecordProperty(const std::string& key, function in class:testing::UnitTest
4175 impl_->RecordProperty(TestProperty(key, value));
4370 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::UnitTestImpl
4384 test_result->RecordProperty(xml_elemen
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h715 void RecordProperty(const TestProperty& test_property);
1016 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1019 test_result->RecordProperty(xml_element, property);
H A Dgtest.cc2057 void TestResult::RecordProperty(const std::string& xml_element, function in class:testing::TestResult
2145 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
2237 void Test::RecordProperty(const std::string& key, const std::string& value) { function in class:testing::Test
2238 UnitTest::GetInstance()->RecordProperty(key, value);
2242 void Test::RecordProperty(const std::string& key, int value) { function in class:testing::Test
2245 RecordProperty(key, value_message.GetString().c_str());
4175 void UnitTest::RecordProperty(const std::string& key, function in class:testing::UnitTest
4177 impl_->RecordProperty(TestProperty(key, value));
4372 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::UnitTestImpl
4386 test_result->RecordProperty(xml_elemen
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1023 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1025 test_result->RecordProperty(property);
H A Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1835 << "Reserved key used in RecordProperty(): "
1919 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1924 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1927 RecordProperty(key, value_message.GetString().c_str());
3784 impl_->current_test_result()->RecordProperty(test_property);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1022 test_result->RecordProperty(property);
H A Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1835 << "Reserved key used in RecordProperty(): "
1919 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1924 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1927 RecordProperty(key, value_message.GetString().c_str());
3814 impl_->current_test_result()->RecordProperty(test_property);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1056 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1058 test_result->RecordProperty(property);
H A Dgtest.cc1835 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1856 << "Reserved key used in RecordProperty(): "
1940 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1945 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1948 RecordProperty(key, value_message.GetString().c_str());
3624 impl_->current_test_result()->RecordProperty(test_property);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1022 test_result->RecordProperty(property);
/external/v8/testing/gtest/src/
H A Dgtest-internal-inl.h715 void RecordProperty(const TestProperty& test_property);
1016 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1019 test_result->RecordProperty(xml_element, property);
H A Dgtest.cc2057 void TestResult::RecordProperty(const std::string& xml_element, function in class:testing::TestResult
2145 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
2237 void Test::RecordProperty(const std::string& key, const std::string& value) { function in class:testing::Test
2238 UnitTest::GetInstance()->RecordProperty(key, value);
2242 void Test::RecordProperty(const std::string& key, int value) { function in class:testing::Test
2245 RecordProperty(key, value_message.GetString().c_str());
4173 void UnitTest::RecordProperty(const std::string& key, function in class:testing::UnitTest
4175 impl_->RecordProperty(TestProperty(key, value));
4370 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::UnitTestImpl
4384 test_result->RecordProperty(xml_elemen
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h724 void RecordProperty(const TestProperty& test_property);
1025 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1028 test_result->RecordProperty(xml_element, property);
H A Dgtest.cc1734 void TestResult::RecordProperty(const std::string& xml_element, function in class:testing::TestResult
1822 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
1913 void Test::RecordProperty(const std::string& key, const std::string& value) { function in class:testing::Test
1914 UnitTest::GetInstance()->RecordProperty(key, value);
1918 void Test::RecordProperty(const std::string& key, int value) { function in class:testing::Test
1921 RecordProperty(key, value_message.GetString().c_str());
3840 void UnitTest::RecordProperty(const std::string& key, function in class:testing::UnitTest
3842 impl_->RecordProperty(TestProperty(key, value));
4044 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::UnitTestImpl
4058 test_result->RecordProperty(xml_elemen
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1835 << "Reserved key used in RecordProperty(): "
1919 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1924 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1927 RecordProperty(key, value_message.GetString().c_str());
3781 impl_->current_test_result()->RecordProperty(test_property);
/external/fmtlib/test/
H A Dgmock-gtest-all.cc1125 void RecordProperty(const TestProperty& test_property);
1452 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1455 test_result->RecordProperty(xml_element, property);
3218 void TestResult::RecordProperty(const std::string& xml_element, function in class:testing::TestResult
3306 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
3397 void Test::RecordProperty(const std::string& key, const std::string& value) { function in class:testing::Test
3398 UnitTest::GetInstance()->RecordProperty(key, value);
3402 void Test::RecordProperty(const std::string& key, int value) { function in class:testing::Test
3405 RecordProperty(key, value_message.GetString().c_str());
5328 void UnitTest::RecordProperty(cons function in class:testing::UnitTest
5532 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::UnitTestImpl
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1450 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1452 test_result->RecordProperty(property);
3175 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
3196 << "Reserved key used in RecordProperty(): "
3280 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
3285 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
3288 RecordProperty(key, value_message.GetString().c_str());
4964 impl_->current_test_result()->RecordProperty(test_property);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1125 void RecordProperty(const TestProperty& test_property);
1452 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1455 test_result->RecordProperty(xml_element, property);
3218 void TestResult::RecordProperty(const std::string& xml_element, function in class:testing::TestResult
3306 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
3397 void Test::RecordProperty(const std::string& key, const std::string& value) { function in class:testing::Test
3398 UnitTest::GetInstance()->RecordProperty(key, value);
3402 void Test::RecordProperty(const std::string& key, int value) { function in class:testing::Test
3405 RecordProperty(key, value_message.GetString().c_str());
5328 void UnitTest::RecordProperty(cons function in class:testing::UnitTest
5532 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::UnitTestImpl
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 918 milliseconds