Searched refs:isOk (Results 1 - 25 of 181) sorted by path

12345678

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp971 bool isOk = false; local
1032 isOk = true;
1035 *ok = isOk;
1036 return isOk ? value : 0;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp4370 UBool isOk() const { return ok; } function in class:SortKeyLevel
4881 if(!secondaries.isOk()) {
4901 ok &= cases.isOk();
4922 ok &= tertiaries.isOk();
4934 ok &= quads.isOk();
5146 ok &= secondaries.isOk();
5165 ok &= tertiaries.isOk();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbidiconf.cpp616 UBool isOk=TRUE; local
620 isOk=FALSE;
633 isOk=FALSE;
639 if(!isOk) {
653 return isOk;
662 UBool isOk=TRUE; local
680 isOk=FALSE;
687 if(isOk && orderingCount!=visualIndex) {
690 isOk=FALSE;
692 if(!isOk) {
[all...]
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp371 UBool isOk = TRUE;
381 isOk = FALSE;
393 isOk = FALSE;
402 isOk = FALSE;
426 if (!isOk && status.isSuccess()) {
/external/deqp/framework/common/
H A DtcuCommandLine.cpp761 bool isOk = false; local
764 isOk = parse(parsedCmdLine->numArgs, parsedCmdLine->args);
773 return isOk;
H A DtcuImageCompare.cpp111 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
113 if (isOk)
145 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
147 pixelFoundForReference |= isOk;
158 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
160 pixelFoundForResult |= isOk;
214 bool isOk = difference <= threshold; local
218 if (!isOk || logMode == COMPARE_LOG_EVERYTHING)
227 if (!isOk)
246 return isOk;
439 bool isOk = boolAll(lessThanEqual(diff, threshold)); local
526 bool isOk = boolAll(lessThanEqual(diff, threshold)); local
610 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
695 bool isOk = boolAll(lessThanEqual(diff, threshold)); local
939 bool isOk = bilinearCompare(reference, result, errorMask, threshold); local
[all...]
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp55 return program.isOk();
H A DgluShaderProgram.hpp177 bool isOk (void) const { return m_program.getLinkStatus(); } function in class:glu::ShaderProgram
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp864 if (!program->isOk())
/external/deqp/modules/egl/
H A DteglClientExtensionTests.cpp189 bool isOk = true; local
214 isOk = false;
223 isOk = false;
227 if (isOk)
H A DteglCreateContextExtTests.cpp403 bool isOk = true; local
476 isOk = false;
480 if (!isOk)
715 bool isOk = true; local
791 isOk = false;
796 isOk = false;
802 isOk = false;
807 isOk = false;
830 isOk = false;
856 isOk
[all...]
H A DteglGLES2SharingTests.cpp127 bool isOk (void) const { return m_isOk; } function in class:deqp::egl::__anon19826::Program
244 bool isOk = true; local
266 isOk = false;
286 isOk = false;
325 if (isOk)
398 if (!program.isOk())
575 if (!program.isOk())
710 if (!m_program->isOk())
H A DteglGLES2SharingThreadedTests.cpp2893 bool isOk = true; local
2899 isOk = false;
2901 isOk &= true;
2906 isOk = false;
2920 if (isOk)
3685 bool isOk = true; local
3691 isOk = false;
3693 isOk &= true;
3698 isOk = false;
3711 if (isOk)
[all...]
H A DteglImageFormatTests.cpp126 bool isOk (void) const { return m_isOk; } function in class:deqp::egl::__anon19830::Program
757 TCU_CHECK(program.isOk());
877 TCU_CHECK(program.isOk());
972 bool isOk = tcu::pixelThresholdCompare(m_log, "Depth buffer rendering result", "Result from rendering with depth buffer", referenceScreen, screen, tcu::RGBA(1,1,1,1), tcu::COMPARE_LOG_RESULT); local
981 return isOk;
1036 bool isOk = tcu::pixelThresholdCompare(m_log, "Renderbuffer read", "Result from reading renderbuffer", referenceScreen, screen, tcu::RGBA(1,1,1,1), tcu::COMPARE_LOG_RESULT); local
1044 return isOk;
1049 bool isOk = true; local
1055 isOk = false;
1064 if (!isOk)
1753 bool isOk = true; local
[all...]
H A DteglMultiThreadTests.cpp197 bool isOk = false; local
201 isOk = runThread(thread);
239 return isOk;
333 bool isOk = true; local
339 isOk = false;
384 if (isOk)
H A DteglNativeColorMappingTests.cpp323 bool isOk = true; local
345 isOk = false;
357 return isOk;
365 bool isOk = true; local
385 isOk = false;
397 return isOk;
405 bool isOk = true; local
426 isOk = false;
438 return isOk;
H A DteglNativeCoordMappingTests.cpp262 bool isOk = true; local
275 isOk = false;
285 isOk = false;
297 isOk = false;
307 if (!isOk)
310 return isOk;
370 bool isOk = true; local
393 isOk = false;
404 return isOk;
416 bool isOk local
460 bool isOk = true; local
[all...]
H A DteglPreservingSwapTests.cpp506 bool isOk = true; local
511 isOk = isOk && compareToReference(log, "Compare pre-swap framebuffer to reference", "Compare pre-swap framebuffer to reference", preSwapFramebufferReference, preSwapFramebuffer, 0, 0, width, height);
513 isOk = isOk && compareToReference(log, "Compare post-swap framebuffer to reference", "Compare post-swap framebuffer to reference", postSwapFramebufferReference, postSwapFramebuffer, 0, 0, width, height);
516 isOk = isOk && comparePreAndPostSwapFramebuffers(log, preSwapFramebuffer, postSwapFramebuffer);
533 isOk = isOk && compareToReference(log, "Compare pre-swap framebuffer to reference", "Compare pre-swap framebuffer to reference", preSwapFramebufferReference, preSwapFramebuffer, 0, 0, width, height);
536 isOk
[all...]
H A DteglQueryContextTests.cpp99 bool isOk = true; local
119 isOk = false;
143 isOk = false;
173 isOk = false;
180 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
H A DteglRenderCase.cpp139 bool isOk = true; local
159 isOk = false;
181 isOk = false;
206 isOk = false;
211 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp191 if (!program.isOk())
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp77 bool isOk = true; local
93 isOk = false;
131 log << TestLog::Message << (isOk ? "Verification passed." : "Verification FAILED!") << TestLog::EndMessage;
134 return isOk;
298 if (!m_program->isOk())
418 bool isOk = true;
471 isOk = false;
481 return isOk;
508 if (!m_program->isOk())
586 bool isOk
[all...]
H A Des2fBufferWriteTests.cpp194 bool isOk = false; local
205 isOk = verifier.verify(buf, refBuf.getPtr(), 0, m_size);
209 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
210 isOk ? "Pass" : "Buffer verification failed");
290 bool isOk = false; local
306 isOk = verifier.verify(buf, refBuf.getPtr(), 0, m_size);
310 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
311 isOk ? "Pass" : "Buffer verification failed");
342 bool isOk = true; local
368 isOk
[all...]
H A Des2fDefaultVertexAttributeTests.cpp254 if (!m_program->isOk())
H A Des2fDepthRangeTests.cpp158 if (!program.isOk())
257 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); local
258 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
259 isOk ? "Pass" : "Fail");
308 if (!program.isOk())
390 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); local
391 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
392 isOk ? "Pass" : "Fail");

Completed in 449 milliseconds

12345678