Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c931 UBool foundError; in TestBreakIteratorTailoring() local
933 foundError = FALSE; in TestBreakIteratorTailoring()
935 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
938 foundError = TRUE; in TestBreakIteratorTailoring()
939 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) { in TestBreakIteratorTailoring()
942 foundError = TRUE; in TestBreakIteratorTailoring()
945 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()
950 foundError = FALSE; in TestBreakIteratorTailoring()
952 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
955 foundError = TRUE; in TestBreakIteratorTailoring()
[all …]
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp382 bool foundError = false; in verifyResultLayer() local
398 foundError = true; in verifyResultLayer()
402 if (!foundError) in verifyResultLayer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryGridRenderTests.cpp536 bool foundError = false; in verifyResultLayer() local
552 foundError = true; in verifyResultLayer()
556 if (!foundError) in verifyResultLayer()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp814 bool foundError = false; in checkForOutOfRangeLiteral() local
827 foundError = true; in checkForOutOfRangeLiteral()
834 return foundError; in checkForOutOfRangeLiteral()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2548 bool foundError = false; in verifyResultLayer() local
2564 foundError = true; in verifyResultLayer()
2568 if (!foundError) in verifyResultLayer()