Searched refs:id_attr (Results 1 – 7 of 7) sorted by relevance
94 id_attr = attrs.get('id','')95 if id_attr.startswith('tryjobdiv'):96 self._id = id_attr
156 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in readTestFile() local170 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
181 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in main() local193 char *id = getCString(testCase->getAttribute(id_attr)); in main()
590 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in DataDrivenTest() local604 char *id = getCString(testCase->getAttribute(id_attr)); in DataDrivenTest()
160 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in readTestFile() local174 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
543 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id"); in DetectionTest() local551 const UnicodeString *id = testCase->getAttribute(id_attr); in DetectionTest()