Searched defs:value_param (Results 1 - 15 of 15) sorted by relevance

/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/testing/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/testing/gtest/include/gtest/
H A Dgtest.h648 const char* value_param() const { function in class:testing::TestInfo
685 const char* value_param,
/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/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/testing/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/testing/gtest/src/
H A Dgtest.cc2127 // value_param: text representation of the test's value parameter,
2138 const char* value_param,
2144 new TestInfo(test_case_name, name, type_param, value_param,
2574 const char* const value_param = test_info.value_param(); local
2576 if (type_param != NULL || value_param != NULL) {
2580 if (value_param != NULL)
2583 if (value_param != NULL) {
2584 printf("GetParam() = %s", value_param);
3162 if (test_info.value_param() !
2135 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/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/
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/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/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 507 milliseconds