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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c789 UBool foundError; local
791 foundError = FALSE;
793 if (!foundError && offsindx >= testPtr->numOffsets) {
796 foundError = TRUE;
797 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
800 foundError = TRUE;
803 if (!foundError && offsindx < testPtr->numOffsets) {
808 foundError = FALSE;
810 if (!foundError && offsindx >= testPtr->numOffsets) {
813 foundError
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c789 UBool foundError; local
791 foundError = FALSE;
793 if (!foundError && offsindx >= testPtr->numOffsets) {
796 foundError = TRUE;
797 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
800 foundError = TRUE;
803 if (!foundError && offsindx < testPtr->numOffsets) {
808 foundError = FALSE;
810 if (!foundError && offsindx >= testPtr->numOffsets) {
813 foundError
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp382 bool foundError = false; local
398 foundError = true;
402 if (!foundError)
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp2494 bool foundError = false;
2510 foundError = true;
2514 if (!foundError)

Completed in 159 milliseconds