Home
last modified time | relevance | path

Searched refs:test_category (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.categories.pre/
Dzero_type.verify.cpp28 void test_category(T v) { in test_category() function
56 test_category(std::strong_ordering::equivalent); in main()
57 test_category(std::weak_ordering::equivalent); in main()
58 test_category(std::partial_ordering::equivalent); in main()
/external/protobuf/conformance/
Dconformance_test.cc64 conformance::TestCategory test_category, in ConformanceRequestSetting() argument
98 request_.set_test_category(test_category); in ConformanceRequestSetting()
Dconformance_python.py137 request.test_category == \
Dconformance_cpp.cc149 (request.test_category() == in DoTest()
Dconformance_test.h208 conformance::TestCategory test_category,
Dconformance.proto118 TestCategory test_category = 5; field
/external/autotest/client/common_lib/
Dcontrol_data_unittest.py109 self.assertEqual(cd.test_category, "stress")
139 self.assertEqual(cd.test_category, "stress")
Dcontrol_data.py100 self.test_category = ''
/external/libtextclassifier/native/utils/intents/
Dintent-generator-test-lib.cc209 category = { "test_category" }, in TEST_F()
239 EXPECT_THAT(intents[0].category, ElementsAre("test_category"));
/external/python/cpython2/Lib/test/
Dtest_unicodedata.py139 def test_category(self): member in UnicodeFunctionsTest
Dtest_re.py642 def test_category(self): member in ReTests
/external/python/cpython3/Lib/test/
Dtest_unicodedata.py134 def test_category(self): member in UnicodeFunctionsTest
Dtest_re.py913 def test_category(self): member in ReTests
/external/autotest/database/
Dschema_129.sql126 `test_category` varchar(256) DEFAULT NULL,
/external/autotest/frontend/afe/
Dmodels.py1047 test_category = dbmodels.CharField(max_length=255) variable in Test