Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
Dhlsl.stringtoken.frag8 string TestAttribute1 = "TestAttribute";
/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
432 attribute_query = TestAttribute.objects.filter(attribute=attribute)
Dmodels_test.py39 [test], models.TestAttribute, 'attribute_list')
Drpc_interface.py189 models.Test.objects.populate_relationships(tests, models.TestAttribute,
/external/icu/icu4c/source/test/intltest/
Dapicoll.h134 void TestAttribute();
Dapicoll.cpp1428 void CollationAPITest::TestAttribute() in TestAttribute() function in CollationAPITest
2548 TESTCASE_AUTO(TestAttribute); in runIndexedTest()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DSanityTest.cs68 … var testAttributes = m.GetCustomAttributes(typeof(NUnit.Framework.TestAttribute), true); in DiscoverAllTestClasses()
/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