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/
H A Dgtest-all.cc3265 "value_param"
3692 // value_param: text representation of the test's value parameter,
3704 const char* value_param,
3710 new TestInfo(test_case_name, name, type_param, value_param,
4158 const char* const value_param = test_info.value_param(); local
4160 if (type_param != NULL || value_param != NULL) {
4164 if (value_param != NULL)
4167 if (value_param != NULL) {
4168 printf("%s = %s", kValueParamLabel, value_param);
3700 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7443 // value_param text representation of the test's value parameter,
7455 const char* value_param,
18056 const char* value_param() const { function in class:testing::TestInfo
18103 const char* value_param,

Completed in 111 milliseconds