Searched refs:type_param (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 1044 const char* type_param, 1072 test_info->type_param(), in AddTestInfo() 3703 const char* type_param, in MakeAndRegisterTestInfo() argument 3710 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 4157 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 4160 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 4162 if (type_param != NULL) { in PrintFullTestCommentIfPresent() 4163 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 4250 if (test_case.type_param() == NULL) { in OnTestCaseStart() 4253 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 7454 const char* type_param, 18048 const char* type_param() const { 18102 const char* type_param, 18185 const char* type_param() const {
|