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

12

/external/chromium_org/testing/gtest/test/
H A Dgtest-unittest-api_test.cc152 EXPECT_TRUE(IsNull(test_case->type_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()));
192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
215 EXPECT_TRUE(IsNull(test_case->type_param()));
225 EXPECT_TRUE(IsNull(test_info->type_param()));
250 EXPECT_TRUE(IsNull(test_cases[0]->type_param()));
[all...]
H A Dgtest_xml_test_utils.py63 "type_param" which only has to be non-empty.
160 * The "type_param" attribute of <testcase> elements is replaced with a
177 type_param = element.getAttributeNode('type_param')
178 if type_param and type_param.value:
179 type_param.value = '*'
/external/gtest/test/
H A Dgtest-unittest-api_test.cc152 EXPECT_TRUE(IsNull(test_case->type_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()));
192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
215 EXPECT_TRUE(IsNull(test_case->type_param()));
225 EXPECT_TRUE(IsNull(test_info->type_param()));
250 EXPECT_TRUE(IsNull(test_cases[0]->type_param()));
[all...]
H A Dgtest_xml_test_utils.py63 "type_param" which only has to be non-empty.
160 * The "type_param" attribute of <testcase> elements is replaced with a
177 type_param = element.getAttributeNode('type_param')
178 if type_param and type_param.value:
179 type_param.value = '*'
/external/chromium_org/chrome/browser/ui/webui/interstitials/
H A Dinterstitial_ui.cc101 std::string type_param; local
104 &type_param)) {
105 if (type_param == "malware") {
107 } else if (type_param == "phishing") {
109 } else if (type_param == "clientside_malware") {
111 } else if (type_param == "clientside_phishing") {
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.cc29 SerializedHandle::SerializedHandle(Type type_param) argument
30 : type_(type_param),
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2064 "type_param",
2490 // type_param: the name of the test's type parameter, or NULL if
2503 const char* type_param,
2510 new TestInfo(test_case_name, name, type_param, value_param,
2960 const char* const type_param = test_info.type_param(); local
2963 if (type_param != NULL || value_param != NULL) {
2965 if (type_param != NULL) {
2966 printf("%s = %s", kTypeParamLabel, type_param);
3053 if (test_case.type_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
4449 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest-internal-inl.h638 // type_param: the name of the test's type parameter, or NULL if
643 const char* type_param,
671 test_info->type_param(),
/external/gtest/src/
H A Dgtest.cc1780 "type_param",
2206 // type_param: the name of the test's type parameter, or NULL if
2219 const char* type_param,
2226 new TestInfo(test_case_name, name, type_param, value_param,
2673 const char* const type_param = test_info.type_param(); local
2676 if (type_param != NULL || value_param != NULL) {
2678 if (type_param != NULL) {
2679 printf("%s = %s", kTypeParamLabel, type_param);
2766 if (test_case.type_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
4173 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest-internal-inl.h638 // type_param: the name of the test's type parameter, or NULL if
643 const char* type_param,
671 test_info->type_param(),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1039 // type_param: the name of the test's type parameter, or NULL if
1044 const char* type_param,
1072 test_info->type_param(),
3264 "type_param",
3690 // type_param: the name of the test's type parameter, or NULL if
3703 const char* type_param,
3710 new TestInfo(test_case_name, name, type_param, value_param,
4157 const char* const type_param = test_info.type_param(); local
4160 if (type_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
5657 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1039 // type_param: the name of the test's type parameter, or NULL if
1044 const char* type_param,
1072 test_info->type_param(),
3264 "type_param",
3690 // type_param: the name of the test's type parameter, or NULL if
3703 const char* type_param,
3710 new TestInfo(test_case_name, name, type_param, value_param,
4157 const char* const type_param = test_info.type_param(); local
4160 if (type_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
5657 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2667 const char* const type_param = test_info.type_param(); local
2670 if (type_param != NULL || value_param != NULL) {
2672 if (type_param != NULL) {
2673 printf("TypeParam = %s", type_param);
2763 if (test_case.type_param() == NULL) {
2766 printf(", where TypeParam = %s\n", test_case.type_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
4096 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest-internal-inl.h617 // type_param: the name of the test's type parameter, or NULL if
622 const char* type_param,
650 test_info->type_param(),
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2639 const char* const type_param = test_info.type_param(); local
2642 if (type_param != NULL || value_param != NULL) {
2644 if (type_param != NULL) {
2645 printf("TypeParam = %s", type_param);
2735 if (test_case.type_param() == NULL) {
2738 printf(", where TypeParam = %s\n", test_case.type_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
4064 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest-internal-inl.h616 // type_param: the name of the test's type parameter, or NULL if
621 const char* type_param,
649 test_info->type_param(),
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2667 const char* const type_param = test_info.type_param(); local
2670 if (type_param != NULL || value_param != NULL) {
2672 if (type_param != NULL) {
2673 printf("TypeParam = %s", type_param);
2763 if (test_case.type_param() == NULL) {
2766 printf(", where TypeParam = %s\n", test_case.type_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
4096 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest-internal-inl.h617 // type_param: the name of the test's type parameter, or NULL if
622 const char* type_param,
650 test_info->type_param(),
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h659 const char* type_param() const { function in class:testing::TestInfo
713 const char* type_param,
796 const char* type_param() const { function in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h635 const char* type_param() const { function in class:testing::TestInfo
689 const char* type_param,
772 const char* type_param() const { function in class:testing::TestCase
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h92 inline ExtensionInfo(FieldType type_param, bool isrepeated, bool ispacked) argument
93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h481 // type_param the name of the test's type parameter, or NULL if
494 const char* type_param,

Completed in 479 milliseconds

12