Searched defs:a_type_param (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2463 const char* a_type_param,
2469 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2670 // a_type_param: the name of the test case's type parameter, or NULL if
2674 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
2678 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2461 TestInfo(const std::string& a_test_case_name, const std::string& a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2192 const char* a_type_param,
2198 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2387 // a_type_param: the name of the test case's type parameter, or NULL if
2391 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
2395 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2190 TestInfo(const char* a_test_case_name, const char* a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
/external/gtest/src/
H A Dgtest.cc2179 const char* a_type_param,
2185 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2386 // a_type_param: the name of the test case's type parameter, or NULL if
2390 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
2394 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2177 TestInfo(const std::string& a_test_case_name, const std::string& a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2192 const char* a_type_param,
2198 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2358 // a_type_param: the name of the test case's type parameter, or NULL if
2362 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
2366 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2190 TestInfo(const char* a_test_case_name, const char* a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2192 const char* a_type_param,
2198 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2387 // a_type_param: the name of the test case's type parameter, or NULL if
2391 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
2395 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
2190 TestInfo(const char* a_test_case_name, const char* a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3663 const char* a_type_param,
3669 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
3870 // a_type_param: the name of the test case's type parameter, or NULL if
3874 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
3878 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
3661 TestInfo(const std::string& a_test_case_name, const std::string& a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3663 const char* a_type_param,
3669 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
3870 // a_type_param: the name of the test case's type parameter, or NULL if
3874 TestCase::TestCase(const char* a_name, const char* a_type_param, argument
3878 type_param_(a_type_param ? new std::string(a_type_param) : NULL),
3661 TestInfo(const std::string& a_test_case_name, const std::string& a_name, const char* a_type_param, const char* a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument

Completed in 252 milliseconds