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

/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.cc27 SerializedHandle::SerializedHandle(Type type_param) argument
28 : type_(type_param),
/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/testing/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.h640 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/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.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/libvpx/libvpx/third_party/googletest/src/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/testing/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/testing/gtest/src/
H A Dgtest.cc2125 // type_param: the name of the test's type parameter, or NULL if
2137 const char* type_param,
2144 new TestInfo(test_case_name, name, type_param, value_param,
2573 const char* const type_param = test_info.type_param(); local
2576 if (type_param != NULL || value_param != NULL) {
2578 if (type_param != NULL) {
2579 printf("TypeParam = %s", type_param);
2666 if (test_case.type_param() == NULL) {
2669 printf(", where TypeParam = %s\n", test_case.type_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
4035 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.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/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/googletest/
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...]

Completed in 416 milliseconds