Searched refs:foundError (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
D | checkLinks.py | 82 def foundError(errType, tag, value, fatal): function 264 foundError('function', tag, value, False) 268 foundError('aggregate/scalar/handle/define type', tag, value, False) 271 foundError('enumerant/constant', tag, value, False) 274 foundError('enum/bitflag type', tag, value, fatalExit) 279 foundError('function pointer/other type', tag, value, fatalExit) 282 foundError('function pointer/other type', tag, value, False)
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 932 UBool foundError; in TestBreakIteratorTailoring() local 934 foundError = false; in TestBreakIteratorTailoring() 936 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring() 939 foundError = true; in TestBreakIteratorTailoring() 940 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) { in TestBreakIteratorTailoring() 943 foundError = true; in TestBreakIteratorTailoring() 946 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring() 951 foundError = false; in TestBreakIteratorTailoring() 953 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring() 956 foundError = true; in TestBreakIteratorTailoring() [all …]
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
D | es31sTessellationGeometryInteractionTests.cpp | 382 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/ |
D | vktTessellationGeometryGridRenderTests.cpp | 536 bool foundError = false; in verifyResultLayer() local 552 foundError = true; in verifyResultLayer() 556 if (!foundError) in verifyResultLayer()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 814 bool foundError = false; in checkForOutOfRangeLiteral() local 827 foundError = true; in checkForOutOfRangeLiteral() 834 return foundError; in checkForOutOfRangeLiteral()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 2548 bool foundError = false; in verifyResultLayer() local 2564 foundError = true; in verifyResultLayer() 2568 if (!foundError) in verifyResultLayer()
|