Searched refs:testIter (Results 1 – 7 of 7) sorted by relevance
97 deTestHashIter testIter; in dePoolHash_selfTest() local100 …for (deTestHashIter_init(hash, &testIter); deTestHashIter_hasItem(&testIter); deTestHashIter_next(… in dePoolHash_selfTest()102 deInt16 key = deTestHashIter_getKey(&testIter); in dePoolHash_selfTest()103 int val = deTestHashIter_getValue(&testIter); in dePoolHash_selfTest()
172 int testIter = 0; in benchmarkSession() local174 while (testIter < MAX_ITERATIONS) { in benchmarkSession()178 Log.e(TAG, "Error during iteration " + testIter); in benchmarkSession()181 Log.e(TAG, "Interrupted at iteration " + testIter); in benchmarkSession()187 testIter++; in benchmarkSession()192 if (testIter > 0) { in benchmarkSession()197 + df2.format(benchmarker.getTotalRunTime() / testIter) in benchmarkSession()199 + testIter in benchmarkSession()
1755 auto testIter = std::prev(wordIter); in findComments() local1756 if (Definition::Type::kWord != testIter->fType in findComments()1757 && Definition::Type::kKeyWord != testIter->fType in findComments()1758 && (Definition::Type::kBracket != testIter->fType in findComments()1759 || Bracket::kAngle != testIter->fBracket) in findComments()1760 && (Definition::Type::kPunctuation != testIter->fType in findComments()1761 || Punctuation::kAsterisk != testIter->fPunctuation)) { in findComments()1764 wordIter = testIter; in findComments()1768 auto testIter = std::prev(commentIter); in findComments() local1769 bool isComment = Definition::Type::kBracket == testIter->fType in findComments()[all …]
1754 auto testIter = std::prev(wordIter); in findComments() local1755 if (Definition::Type::kWord != testIter->fType in findComments()1756 && Definition::Type::kKeyWord != testIter->fType in findComments()1757 && (Definition::Type::kBracket != testIter->fType in findComments()1758 || Bracket::kAngle != testIter->fBracket) in findComments()1759 && (Definition::Type::kPunctuation != testIter->fType in findComments()1760 || Punctuation::kAsterisk != testIter->fPunctuation)) { in findComments()1763 wordIter = testIter; in findComments()1767 auto testIter = std::prev(commentIter); in findComments() local1768 bool isComment = Definition::Type::kBracket == testIter->fType in findComments()[all …]
27 def testIter(self): member in NamedTypeCaseBase56 def testIter(self): member in NamedTypesCaseBase
1347 def testIter(self): member in Sequence1462 def testIter(self): member in SequenceWithoutSchema1637 def testIter(self): member in Set1755 def testIter(self): member in Choice
585 def testIter(self): member in MappingTests