Searched refs:foundError (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A 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/ |
H A 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 in TestBreakIteratorTailoring() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.cpp | 535 bool foundError = false; in verifyResultLayer() local 551 foundError = true; in verifyResultLayer() 555 if (!foundError) in verifyResultLayer()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sTessellationGeometryInteractionTests.cpp | 385 bool foundError = false; in verifyResultLayer() local 401 foundError = true; in verifyResultLayer() 405 if (!foundError) in verifyResultLayer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.cpp | 538 bool foundError = false; in verifyResultLayer() local 554 foundError = true; in verifyResultLayer() 558 if (!foundError) in verifyResultLayer()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 814 bool foundError = false; 827 foundError = true; 834 return foundError;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationGeometryInteractionTests.cpp | 2551 bool foundError = false; 2567 foundError = true; 2571 if (!foundError)
|
Completed in 10 milliseconds