Home
last modified time | relevance | path

Searched refs:TestAttribute (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dapicoll.h133 void TestAttribute();
Dapicoll.cpp1411 void CollationAPITest::TestAttribute() in TestAttribute() function in CollationAPITest
2483 TESTCASE_AUTO(TestAttribute); in runIndexedTest()
/external/autotest/frontend/tko/
Dmodels.py221 return TestAttribute, dict(test=self, attribute=attribute,
228 TestAttribute.objects.get(test=self, attribute=attribute,
232 except TestAttribute.DoesNotExist:
240 class TestAttribute(dbmodels.Model, model_logic.ModelExtensions): class
451 attribute_query = TestAttribute.objects.filter(attribute=attribute)
Drpc_interface_unittest_fixme.py183 models.TestAttribute.objects.create(test=job1_test1, attribute='myattr',
185 models.TestAttribute.objects.create(test=job1_test1,
556 models.TestAttribute.objects.create(test=self.first_test,
Drpc_interface.py187 models.Test.objects.populate_relationships(tests, models.TestAttribute,
/external/autotest/site_utils/
Dperf_csv_uploader.py160 attributes = tko_models.TestAttribute.objects.filter(
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c38 static void TestAttribute(void);
80 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute"); in addCollAPITest()
1742 static void TestAttribute() in TestAttribute() function