/external/chromium/testing/gtest/test/ |
gtest-unittest-api_test.cc | 152 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...] |
gtest_xml_test_utils.py | 63 "type_param" which only has to be non-empty. 154 * The "type_param" attribute of <testcase> elements is replaced with a 166 type_param = element.getAttributeNode("type_param") 167 if type_param and type_param.value: 168 type_param.value = "*"
|
gtest_xml_output_unittest.py | 115 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" /> 118 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" /> 121 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" /> 124 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/1" />
|
/external/chromium_org/testing/gtest/test/ |
gtest-unittest-api_test.cc | 152 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...] |
gtest_xml_test_utils.py | 63 "type_param" which only has to be non-empty. 156 * The "type_param" attribute of <testcase> elements is replaced with a 173 type_param = element.getAttributeNode('type_param') 174 if type_param and type_param.value: 175 type_param.value = '*'
|
gtest_xml_output_unittest.py | 118 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" /> 121 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" /> 124 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" /> 127 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/1" />
|
/external/gtest/test/ |
gtest-unittest-api_test.cc | 152 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...] |
gtest_xml_test_utils.py | 63 "type_param" which only has to be non-empty. 154 * The "type_param" attribute of <testcase> elements is replaced with a 166 type_param = element.getAttributeNode("type_param") 167 if type_param and type_param.value: 168 type_param.value = "*"
|
gtest_xml_output_unittest.py | 115 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" /> 118 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" /> 121 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" /> 124 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/1" />
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-unittest-api_test.cc | 152 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...] |
gtest_xml_test_utils.py | 63 "type_param" which only has to be non-empty. 158 * The "type_param" attribute of <testcase> elements is replaced with a 175 type_param = element.getAttributeNode('type_param') 176 if type_param and type_param.value: 177 type_param.value = '*'
|
gtest_xml_output_unittest.py | 118 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" /> 121 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" /> 124 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" /> 127 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/1" />
|
/external/chromium_org/ppapi/proxy/ |
serialized_handle.cc | 27 SerializedHandle::SerializedHandle(Type type_param) 28 : type_(type_param),
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest.cc | 2647 const char* const type_param = test_info.type_param(); local [all...] |
/external/chromium/testing/gtest/src/ |
gtest.cc | 2667 const char* const type_param = test_info.type_param(); local [all...] |
gtest-internal-inl.h | 610 // type_param: the name of the test's type parameter, or NULL if 615 const char* type_param, 643 test_info->type_param(), [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest.cc | 2566 const char* const type_param = test_info.type_param(); local [all...] |
gtest-internal-inl.h | 633 // type_param: the name of the test's type parameter, or NULL if 638 const char* type_param, 666 test_info->type_param(), [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest.cc | 2667 const char* const type_param = test_info.type_param(); local [all...] |
gtest-internal-inl.h | 617 // type_param: the name of the test's type parameter, or NULL if 622 const char* type_param, 650 test_info->type_param(), [all...] |
/external/gtest/src/ |
gtest.cc | 2667 const char* const type_param = test_info.type_param(); local [all...] |
gtest-internal-inl.h | 617 // type_param: the name of the test's type parameter, or NULL if 622 const char* type_param, 650 test_info->type_param(), [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest.cc | 2639 const char* const type_param = test_info.type_param(); local [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | 2667 const char* const type_param = test_info.type_param(); local [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal-inl.h | 616 // type_param: the name of the test's type parameter, or NULL if 621 const char* type_param, 649 test_info->type_param(), [all...] |