Home
last modified time | relevance | path

Searched refs:foundError (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcbiapts.c794 UBool foundError; in TestBreakIteratorTailoring() local
796 foundError = FALSE; in TestBreakIteratorTailoring()
798 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
801 foundError = TRUE; in TestBreakIteratorTailoring()
802 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) { in TestBreakIteratorTailoring()
805 foundError = TRUE; in TestBreakIteratorTailoring()
808 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()
813 foundError = FALSE; in TestBreakIteratorTailoring()
815 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
818 foundError = TRUE; in TestBreakIteratorTailoring()
[all …]
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp382 bool foundError = false; in verifyResultLayer() local
398 foundError = true; in verifyResultLayer()
402 if (!foundError) in verifyResultLayer()
/external/skia/tests/
DBitmapCopyTest.cpp701 bool foundError = false; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
702 for (int y = 0; y < 2 && !foundError; ++y) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
704 for (int x = 0; x < 2 && !foundError; ++x) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
708 foundError = true; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2523 bool foundError = false; in verifyResultLayer() local
2539 foundError = true; in verifyResultLayer()
2543 if (!foundError) in verifyResultLayer()