/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 728 bool allOk = true; in applyTextureGenerationSpec() local 805 allOk = false; in applyTextureGenerationSpec() 810 return allOk; in applyTextureGenerationSpec() 1052 bool allOk = true; in checkTextureState() local 1059 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refV… in checkTextureState() 1068 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refV… in checkTextureState() 1072 return allOk; in checkTextureState() 1088 bool allOk = true; in checkTextureState() local 1095 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState() 1104 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState() [all …]
|
D | es31fSampleVariableTests.cpp | 545 bool allOk = true; in verifySampleBuffers() local 563 …allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::… in verifySampleBuffers() 566 if (!allOk) in verifySampleBuffers() 569 return allOk; in verifySampleBuffers() 689 bool allOk = true; in verifySampleBuffers() local 714 allOk = false; in verifySampleBuffers() 780 allOk = false; in verifySampleBuffers() 855 if (!allOk) in verifySampleBuffers() 1474 bool allOk = true; in verifySampleBuffers() local 1492 …allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), NoRedVerifier(), fa… in verifySampleBuffers() [all …]
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2519 bool allOk = true; in checkShaderResourceUsage() local 2523 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2525 return allOk; in checkShaderResourceUsage() 2548 bool allOk = true; in checkShaderResourceUsage() local 2552 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2554 return allOk; in checkShaderResourceUsage() 2575 bool allOk = true; in checkShaderResourceUsage() local 2579 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage() 2581 return allOk; in checkShaderResourceUsage() 2606 bool allOk = true; in checkShaderResourceUsage() local [all …]
|
D | es31fIndirectComputeDispatchTests.cpp | 300 bool allOk = true; in verifyResultBuffer() local 323 allOk = false; in verifyResultBuffer() 336 return allOk; in verifyResultBuffer()
|
D | es31fSSBOLayoutCase.cpp | 1785 bool allOk = true; in compareData() local 1807 allOk = compareBufferVarData(log, refEntry, refBlockPtr, resEntry, resBlockPtr) && allOk; in compareData() 1813 return allOk; in compareData() 2581 bool allOk = true; in checkIndexQueries() local 2593 allOk = false; in checkIndexQueries() 2599 return allOk; in checkIndexQueries()
|
D | es31fTessellationGeometryInteractionTests.cpp | 1760 bool allOk = true; in checkExtensions() local 1776 allOk = false; in checkExtensions() 1778 if (!allOk) in checkExtensions()
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.cpp | 122 bool allOk = true; in parse() local 178 allOk = false; in parse() 185 allOk = false; in parse() 200 allOk = false; in parse() 221 allOk = false; in parse() 227 allOk = false; in parse() 240 allOk = false; in parse() 242 return allOk; in parse()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 320 bool allOk = true; in iterate() local 331 allOk = false; in iterate() 334 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 335 allOk ? "Pass" : "Image comparison failed"); in iterate()
|
D | es3fFlushFinishTests.cpp | 473 bool allOk = true; in analyzeResults() local 521 allOk = false; in analyzeResults() 525 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in analyzeResults() 526 allOk ? "Pass" : "Suspicious performance behavior"); in analyzeResults()
|
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 199 bool allOk = true; in bilinearCompareRGBA8() local 208 allOk = false; in bilinearCompareRGBA8() 214 return allOk; in bilinearCompareRGBA8()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 364 bool allOk = true; in analyzeResults() local 412 allOk = false; in analyzeResults() 416 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in analyzeResults() 417 allOk ? "Pass" : "Suspicious performance behavior"); in analyzeResults()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 1870 bool allOk = true; in checkIndexQueries() local 1882 allOk = false; in checkIndexQueries() 1888 return allOk; in checkIndexQueries()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/sqlite/dist/ |
D | sqlite3.c | 100885 int allOk = sqlite3VdbeMakeLabel(v); 100886 sqlite3ExprIfTrue(pParse, pCheck->a[i].pExpr, allOk, SQLITE_JUMPIFNULL); 100897 sqlite3VdbeResolveLabel(v, allOk);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 100867 int allOk = sqlite3VdbeMakeLabel(v); 100868 sqlite3ExprIfTrue(pParse, pCheck->a[i].pExpr, allOk, SQLITE_JUMPIFNULL); 100879 sqlite3VdbeResolveLabel(v, allOk);
|