Searched refs:value_param (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest-unittest-api_test.cc162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
202 EXPECT_TRUE(IsNull(tests[0]->value_param()));
224 EXPECT_TRUE(IsNull(test_info->value_param()));
287 EXPECT_TRUE(IsNull(tests[1]->value_param()));
295 EXPECT_TRUE(IsNull(tests[2]->value_param()));
303 EXPECT_TRUE(IsNull(tests[3]->value_param()));
320 EXPECT_TRUE(IsNull(tests[0]->value_param()));
[all...]
H A Dgtest-param-test_test.cc807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/external/gtest/test/
H A Dgtest-unittest-api_test.cc162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
202 EXPECT_TRUE(IsNull(tests[0]->value_param()));
224 EXPECT_TRUE(IsNull(test_info->value_param()));
287 EXPECT_TRUE(IsNull(tests[1]->value_param()));
295 EXPECT_TRUE(IsNull(tests[2]->value_param()));
303 EXPECT_TRUE(IsNull(tests[3]->value_param()));
320 EXPECT_TRUE(IsNull(tests[0]->value_param()));
[all...]
H A Dgtest-param-test_test.cc807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/external/chromium_org/content/child/npapi/
H A Dnpobject_proxy.cc316 NPVariant_Param value_param; local
318 *value, proxy->channel(), &value_param, false, render_view_id,
322 proxy->route_id(), name_param, value_param, &result));
383 std::vector<NPIdentifier_Param> value_param; local
385 proxy->route_id(), &value_param, &result));
392 *count = static_cast<unsigned int>(value_param.size());
395 (*value)[i] = CreateNPIdentifier(value_param[i]);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2065 "value_param"
2492 // value_param: text representation of the test's value parameter,
2504 const char* value_param,
2510 new TestInfo(test_case_name, name, type_param, value_param,
2961 const char* const value_param = test_info.value_param(); local
2963 if (type_param != NULL || value_param != NULL) {
2967 if (value_param != NULL)
2970 if (value_param != NULL) {
2971 printf("%s = %s", kValueParamLabel, value_param);
2500 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...]
/external/gtest/src/
H A Dgtest.cc1781 "value_param"
2208 // value_param: text representation of the test's value parameter,
2220 const char* value_param,
2226 new TestInfo(test_case_name, name, type_param, value_param,
2674 const char* const value_param = test_info.value_param(); local
2676 if (type_param != NULL || value_param != NULL) {
2680 if (value_param != NULL)
2683 if (value_param != NULL) {
2684 printf("%s = %s", kValueParamLabel, value_param);
2216 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...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2221 // value_param: text representation of the test's value parameter,
2232 const char* value_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2668 const char* const value_param = test_info.value_param(); local
2670 if (type_param != NULL || value_param != NULL) {
2674 if (value_param != NULL)
2677 if (value_param != NULL) {
2678 printf("GetParam() = %s", value_param);
3231 if (test_info.value_param() !
2229 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...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2221 // value_param: text representation of the test's value parameter,
2232 const char* value_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2640 const char* const value_param = test_info.value_param(); local
2642 if (type_param != NULL || value_param != NULL) {
2646 if (value_param != NULL)
2649 if (value_param != NULL) {
2650 printf("GetParam() = %s", value_param);
3203 if (test_info.value_param() !
2229 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...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2221 // value_param: text representation of the test's value parameter,
2232 const char* value_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2668 const char* const value_param = test_info.value_param(); local
2670 if (type_param != NULL || value_param != NULL) {
2674 if (value_param != NULL)
2677 if (value_param != NULL) {
2678 printf("GetParam() = %s", value_param);
3231 if (test_info.value_param() !
2229 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...]
/external/chromium_org/third_party/libvpx/source/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...]
/external/libvpx/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...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h647 const char* value_param() const { function in class:testing::TestInfo
685 const char* value_param,
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h647 const char* value_param() const { function in class:testing::TestInfo
685 const char* value_param,
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h647 const char* value_param() const { function in class:testing::TestInfo
685 const char* value_param,
/external/chromium_org/chrome/browser/signin/
H A Daccount_reconcilor_unittest.cc123 if (!::testing::UnitTest::GetInstance()->current_test_info()->value_param() ||
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h483 // value_param text representation of the test's value parameter,
495 const char* value_param,
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h667 const char* value_param() const { function in class:testing::TestInfo
714 const char* value_param,
/external/gtest/include/gtest/
H A Dgtest.h643 const char* value_param() const { function in class:testing::TestInfo
690 const char* value_param,
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h515 // value_param text representation of the test's value parameter,
527 const char* value_param,
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h558 // value_param text representation of the test's value parameter,
569 const char* value_param,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h587 // value_param text representation of the test's value parameter,
598 const char* value_param,
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h558 // value_param text representation of the test's value parameter,
569 const char* value_param,
/external/chromium_org/third_party/libvpx/source/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,
/external/libvpx/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 2649 milliseconds