Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp265 bool has_failed = false; in iterate() local
274 has_failed = true; in iterate()
297 has_failed = true; in iterate()
310 has_failed = true; in iterate()
324 has_failed = true; in iterate()
338 has_failed = true; in iterate()
353 has_failed = true; in iterate()
366 has_failed = true; in iterate()
380 has_failed = true; in iterate()
393 has_failed = true; in iterate()
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderQuads.cpp140 bool has_failed = false; in initTest() local
187 has_failed = true; in initTest()
203 if (has_failed) in initTest()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp6312 bool has_failed = false; in iterate() local
6357 has_failed = true; in iterate()
6367 if (!has_failed) in iterate()
7478 bool has_failed = false; in verifyResultData() local
7802 has_failed = true; in verifyResultData()
7826 has_failed = true; in verifyResultData()
7850 has_failed = true; in verifyResultData()
7860 if (has_failed) in verifyResultData()
7939 if (has_failed) in verifyResultData()
/external/v8/src/regexp/
Djsregexp.cc6338 if (!has_failed()) { in VisitText()
6347 if (!has_failed()) { in VisitAction()
6360 if (has_failed()) return; in VisitChoice()
6374 if (has_failed()) return; in VisitLoopChoice()
6381 if (!has_failed()) { in VisitLoopChoice()
6703 if (analysis.has_failed()) { in Compile()
Djsregexp.h1475 bool has_failed() { return error_message_ != nullptr; } in has_failed() function