/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationkeys.cpp | 97 UBool isOk() const { return ok; } in isOk() function in __anon11961::SortKeyLevel 625 ok &= secondaries.isOk(); in writeSortKeyUpToQuaternary() 632 ok &= cases.isOk(); in writeSortKeyUpToQuaternary() 654 ok &= tertiaries.isOk(); in writeSortKeyUpToQuaternary() 661 ok &= quaternaries.isOk(); in writeSortKeyUpToQuaternary()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationkeys.cpp | 97 UBool isOk() const { return ok; } in isOk() function in __anon21189::SortKeyLevel 625 ok &= secondaries.isOk(); in writeSortKeyUpToQuaternary() 632 ok &= cases.isOk(); in writeSortKeyUpToQuaternary() 654 ok &= tertiaries.isOk(); in writeSortKeyUpToQuaternary() 661 ok &= quaternaries.isOk(); in writeSortKeyUpToQuaternary()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPixelBufferObjectTests.cpp | 265 if (!m_program->isOk()) in init() 565 bool isOk = false; in iterate() local 575 isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT); in iterate() 579 isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate() 586 if (isOk) in iterate()
|
H A D | es3fShaderMetamorphicTests.cpp | 131 if (!program.isOk()) in render() 195 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", recipientImg, variantImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate() local 197 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 198 isOk ? "Pass" : "Image comparison failed"); in iterate()
|
H A D | es3fTextureFormatTests.cpp | 236 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); in iterate() local 238 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 239 isOk ? "Pass" : "Image comparison failed"); in iterate() 591 bool isOk = testLayer(m_curLayer); in iterate() local 593 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in iterate() 749 bool isOk = testSlice(m_curSlice); in iterate() local 751 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in iterate() 886 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); in iterate() local 888 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 889 isOk in iterate() 1152 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); iterate() local [all...] |
H A D | es3fVertexTextureTests.cpp | 564 if(!m_program->isOk()) in init() 724 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage); in iterate() local 726 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 727 isOk ? "Pass" : "Image comparison failed"); in iterate() 870 if(!m_program->isOk()) in init() 1059 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage); in iterate() local 1061 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 1062 isOk ? "Pass" : "Image comparison failed"); in iterate() 1210 if(!m_program->isOk()) in init() 1399 const bool isOk in iterate() local 1742 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage); iterate() local [all...] |
H A D | es3fMultiviewTests.cpp | 191 if (!m_multiviewProgram->isOk()) in init() 222 if (!m_finalProgram->isOk()) in init()
|
H A D | es3fDepthStencilClearTests.cpp | 185 if (!m_visProgram->isOk()) in init() 221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR); in iterate() local 223 if (!isOk) in iterate() 227 return isLastIter || !isOk ? STOP : CONTINUE; in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFormatTests.cpp | 262 bool isOk = testLayerFace(m_curLayerFace); in iterate() 264 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in iterate() 399 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); in iterate() local 401 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 402 isOk ? "Pass" : "Image comparison failed"); in iterate()
|
H A D | es31fShaderBuiltinConstantTests.cpp | 240 if (!shaderExecutor->isOk()) in verifyInShaderType() 279 const bool isOk = verifyInShaderType(glu::ShaderType(shaderType), reference); in iterate() local 280 DE_ASSERT(isOk || m_testCtx.getTestResult() != QP_TEST_RESULT_PASS); in iterate() 281 DE_UNREF(isOk); in iterate()
|
H A D | es31fNegativeComputeTests.cpp | 400 if (!vertProgram.isOk() || !fragProgram.isOk()) in program_not_active() 460 if (invalidComputeProgram.isOk()) in invalid_program_query() 481 if (!graphicsPipelineProgram.isOk()) in invalid_program_query() 506 if (!program.isOk()) in invalid_dispatch_compute_indirect() 597 if (!program.isOk()) in invalid_maximum_work_group_counts()
|
H A D | es31fFboNoAttachmentTests.cpp | 93 if (!program.isOk()) in checkFramebufferSize() 96 TCU_CHECK(program.isOk()); in checkFramebufferSize() 195 if (!program.isOk()) in checkFramebufferRenderable() 198 TCU_CHECK(program.isOk()); in checkFramebufferRenderable()
|
/applications/standard/contacts_data/dataBusiness/voicemail/src/ |
H A D | voicemail_ability.cpp | 138 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Insert() local 139 if (!isOk) { in Insert() 267 bool isOk = sqlAnalyzer.CheckValuesBucket(valuesBucket); in Update() local 268 if (!isOk) { in Update()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_dfx.c | 497 FILLP_INT32 isOk = DoShowSockConfigRes(sockIndex, &sock->resConf, data, &len); in FillpDumpShowSockResource() local 499 if (isOk != FILLP_SUCCESS) { in FillpDumpShowSockResource() 584 FILLP_INT isOk = DoShowSockList(sock, data, &len); in FillpDumpShowSockList() local 586 if (isOk != FILLP_SUCCESS) { in FillpDumpShowSockList() 653 FILLP_INT isOk = showCb(sock, data, &len); in FillpDumpShowSockData() local 655 if (isOk != FILLP_SUCCESS) { in FillpDumpShowSockData()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureFormatTests.cpp | 196 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); in iterate() local 198 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 199 isOk ? "Pass" : "Image comparison failed"); in iterate() 486 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); in iterate() local 488 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 489 isOk ? "Pass" : "Image comparison failed"); in iterate()
|
H A D | es2fVertexTextureTests.cpp | 464 if(!m_program->isOk()) in init() 624 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage); in iterate() local 626 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 627 isOk ? "Pass" : "Image comparison failed"); in iterate() 772 if(!m_program->isOk()) in init() 961 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage); in iterate() local 963 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 964 isOk ? "Pass" : "Image comparison failed"); in iterate()
|
H A D | es2fDepthStencilClearTests.cpp | 182 if (!m_visProgram->isOk()) in init() 218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR); in iterate() local 220 if (!isOk) in iterate() 224 return isLastIter || !isOk ? STOP : CONTINUE; in iterate()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 108 [[ maybe_unused ]] auto [tIter, isOk] = processors_.emplace(deviceId, processor); in OnEvent() 157 [[ maybe_unused ]] auto [tIter, isOk] = processors_.emplace(deviceId, processor); in NormalizeRotateEvent()
|
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/ |
H A D | fms_form_timer_mgr_test.cpp | 66 bool isOk = FormTimerMgr::GetInstance().AddFormTimer(PARAM_FORM_ID_VALUE_1, 1 * Constants::MIN_PERIOD); in HWTEST_F() local 67 EXPECT_EQ(isOk, true); in HWTEST_F() 79 bool isOk = FormTimerMgr::GetInstance().AddFormTimer(PARAM_FORM_ID_VALUE_2, 2, 50, 0); in HWTEST_F() local 80 EXPECT_EQ(isOk, true); in HWTEST_F() 273 bool isOk = FormTimerMgr::GetInstance().AddFormTimer(PARAM_FORM_ID_VALUE_1, 0); in HWTEST_F() local 274 EXPECT_EQ(isOk, false); in HWTEST_F() 286 bool isOk = FormTimerMgr::GetInstance().AddFormTimer(PARAM_FORM_ID_VALUE_2, 0, 60, 0); in HWTEST_F() local 287 EXPECT_EQ(isOk, false); in HWTEST_F()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsSamplerObjectTest.cpp | 244 if (!m_program->isOk()) in init() 568 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate() local 571 isOk = false; in iterate() 573 if (!isOk) in iterate() 761 if (!m_program->isOk()) in init() 1157 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate() local 1160 isOk = false; in iterate() 1162 if (!isOk) in iterate()
|
H A D | glsMemoryStressCase.cpp | 199 if (!m_program->isOk()) in TextureRenderer() 202 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed"); in TextureRenderer() 361 if (!m_program->isOk()) in BufferRenderer() 364 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed"); in BufferRenderer()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRobustnessTests.cpp | 692 if (!program.isOk()) in setup() 1017 if (!program.isOk()) in setup() 1457 bool isOk = true; in iterate() local 1498 isOk = false; in iterate() 1504 if (isOk) in iterate() 1523 bool isOk = true; in iterate() local 1553 isOk = false; in iterate() 1559 if (isOk) in iterate() 1578 bool isOk = true; in iterate() local 1608 isOk in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 1060 bool isOk = true; in verify() local 1109 isOk = false; in verify() 1124 if (!isOk) in verify() 1177 bool isOk = true; in verify() local 1192 isOk = false; in verify() 1201 isOk = false; in verify() 1207 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify() 1278 bool isOk = true; in verify() local 1293 isOk = false; in verify() 1302 isOk in verify() 1408 bool isOk = true; iterate() local 2185 bool isOk = true; verify() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 1048 bool isOk = true; in verify() local 1097 isOk = false; in verify() 1112 if (!isOk) in verify() 1165 bool isOk = true; in verify() local 1180 isOk = false; in verify() 1189 isOk = false; in verify() 1195 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify() 1266 bool isOk = true; in verify() local 1281 isOk = false; in verify() 1290 isOk in verify() 1395 bool isOk = true; iterate() local 2172 bool isOk = true; verify() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.cpp | 137 bool isOk = true; in CheckImageQuality() local 141 isOk = false; in CheckImageQuality() 146 key.c_str(), maxErr, psnr, width, height, isOk ? "ok" : "no"); in CheckImageQuality() 147 return isOk; in CheckImageQuality()
|