Searched refs:id_attr (Results 1 – 6 of 6) sorted by relevance
94 id_attr = attrs.get('id','')95 if id_attr.startswith('tryjobdiv'):96 self._id = id_attr
154 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in readTestFile() local168 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
179 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in main() local191 char *id = getCString(testCase->getAttribute(id_attr)); in main()
588 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in DataDrivenTest() local602 char *id = getCString(testCase->getAttribute(id_attr)); in DataDrivenTest()
558 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in DetectionTest() local566 const UnicodeString *id = testCase->getAttribute(id_attr); in DetectionTest()