Searched defs:foundError (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp382 bool foundError = false; local
398 foundError = true;
402 if (!foundError)
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c794 UBool foundError; local
796 foundError = FALSE;
798 if (!foundError && offsindx >= testPtr->numOffsets) {
801 foundError = TRUE;
802 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
805 foundError = TRUE;
808 if (!foundError && offsindx < testPtr->numOffsets) {
813 foundError = FALSE;
815 if (!foundError && offsindx >= testPtr->numOffsets) {
818 foundError
[all...]

Completed in 66 milliseconds