HomeSort by relevance Sort by last modified time
    Searched refs:type_param (Results 1 - 25 of 42) sorted by null

1 2

  /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.
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 = '*'
gtest_xml_output_unittest.py 119 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" />
122 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" />
125 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" />
128 <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.
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 = '*'
gtest_xml_output_unittest.py 119 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" />
122 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" />
125 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" />
128 <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/chrome/browser/ui/webui/interstitials/
interstitial_ui.cc 101 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/
serialized_handle.cc 29 SerializedHandle::SerializedHandle(Type type_param)
30 : type_(type_param),
  /external/chromium_org/testing/gtest/src/
gtest.cc 2960 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 638 // type_param: the name of the test's type parameter, or NULL if
643 const char* type_param,
671 test_info->type_param(),
    [all...]
  /external/gtest/src/
gtest.cc 2673 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 638 // type_param: the name of the test's type parameter, or NULL if
643 const char* type_param,
671 test_info->type_param(),
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 2647 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 632 // type_param: the name of the test's type parameter, or NULL if
637 const char* type_param,
665 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/llvm/utils/unittest/googletest/src/
gtest.cc 2639 const char* const type_param = test_info.type_param(); local
    [all...]
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...]
  /external/mesa3d/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/chromium_org/testing/gtest/include/gtest/
gtest.h 659 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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 639 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
    [all...]

Completed in 129 milliseconds

1 2