Searched defs:type_param (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.cc29 SerializedHandle::SerializedHandle(Type type_param) argument
30 : type_(type_param),
/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/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/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/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/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/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/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...]
/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...]
/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...]
/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...]
/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...]
/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/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7441 // type_param the name of the test's type parameter, or NULL if
7454 const char* type_param,
18048 const char* type_param() const { function in class:testing::TestInfo
18102 const char* type_param,
18185 const char* type_param() const { function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7441 // type_param the name of the test's type parameter, or NULL if
7454 const char* type_param,
18048 const char* type_param() const { function in class:testing::TestInfo
18102 const char* type_param,
18185 const char* type_param() const { function in class:testing::TestCase

Completed in 1283 milliseconds