Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3704 const char* value_param, in MakeAndRegisterTestInfo() argument
3710 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo()
4158 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local
4160 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent()
4164 if (value_param != NULL) in PrintFullTestCommentIfPresent()
4167 if (value_param != NULL) { in PrintFullTestCommentIfPresent()
4168 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent()
4776 if (test_info.value_param() != NULL) { in OutputXmlTestInfo()
4778 test_info.value_param()); in OutputXmlTestInfo()
6039 if (test_info->value_param() != NULL) { in ListTestsMatchingFilter()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h7455 const char* value_param,
18056 const char* value_param() const {
18103 const char* value_param,