Searched defs:TestAttribute (Results 1 - 3 of 3) sorted by relevance

/external/autotest/frontend/tko/
H A 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 in inherits:dbmodels.Model, model_logic.ModelExtensions
250 """Metadata for class TestAttribute."""
445 Join the given TestView QuerySet to TestAttribute. The resulting query
451 attribute_query = TestAttribute.objects.filter(attribute=attribute)
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1411 void CollationAPITest::TestAttribute() function in class:CollationAPITest
2483 TESTCASE_AUTO(TestAttribute);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c38 static void TestAttribute(void);
80 addTest(root, &TestAttribute, "tscoll/capitst/TestAttribute");
1742 static void TestAttribute() function

Completed in 249 milliseconds