HomeSort by relevance Sort by last modified time
    Searched refs:failReason (Results 1 - 12 of 12) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EvenMoreAsserts.java 82 String failReason = null;
84 failReason = "Different data lengths:" +
87 failReason = "Different data:";
89 if (failReason == null) {
96 Assert.fail(failReason + ", expected dimentions=" + getImageDimensions(expected) +
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 127 const char* failReason = DE_NULL;
173 failReason = "Got unexpected error";
180 if (!imagesOk && !failReason)
181 failReason = "Image comparison failed";
186 isOk ? "Pass" : failReason);
es2fStencilTests.cpp 298 const char* failReason = DE_NULL;
360 if (!errorCodeOk && !failReason)
361 failReason = "Got unexpected error";
367 if (!imagesOk && !failReason)
368 failReason = "Image comparison failed";
373 isOk ? "Pass" : failReason);
es2fFboRenderTest.cpp 564 const char* failReason = DE_NULL;
624 failReason = "Got unexpected error";
631 if (!imagesOk && !failReason)
632 failReason = "Image comparison failed";
637 isOk ? "Pass" : failReason);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 130 const char* failReason = DE_NULL;
176 failReason = "Got unexpected error";
183 if (!imagesOk && !failReason)
184 failReason = "Image comparison failed";
189 isOk ? "Pass" : failReason);
es3fStencilTests.cpp 301 const char* failReason = DE_NULL;
363 if (!errorCodeOk && !failReason)
364 failReason = "Got unexpected error";
370 if (!imagesOk && !failReason)
371 failReason = "Image comparison failed";
376 isOk ? "Pass" : failReason);
es3fFboRenderTest.cpp 426 const char* failReason = DE_NULL;
486 failReason = "Got unexpected error";
492 if (!imagesOk && !failReason)
493 failReason = "Image comparison failed";
498 isOk ? "Pass" : failReason);
    [all...]
  /external/deqp/modules/egl/
teglRenderCase.cpp 140 string failReason = "";
160 failReason = e.what();
182 failReason = e.what();
207 failReason = e.what();
212 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str());
teglQueryContextTests.cpp 100 std::string failReason = "";
120 failReason = e.what();
144 failReason = e.what();
174 failReason = e.what();
181 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str());
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 638 const char* failReason = DE_NULL;
719 failReason = "expected shaders to compile and link properly, but failed to compile.";
721 failReason = "expected shaders to compile and link properly, but failed to link.";
726 failReason = "expected compilation to fail, but shaders compiled and link failed.";
728 failReason = "expected compilation to fail, but shaders compiled correctly.";
733 failReason = "expected linking to fail, but unable to compile.";
735 failReason = "expected linking to fail, but passed.";
740 failReason = "expected compile or link to fail, but passed.";
748 if (failReason != DE_NULL)
751 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 284 private void markBatchFailed(int failReason) {
297 failReason = mCurrentShare.mStatus;
312 info.mStatus = failReason;
  /frameworks/base/core/java/android/content/
ContentProvider.java 523 final String failReason = mExported
528 + ", uid=" + uid + failReason);
585 final String failReason = mExported
590 + ", uid=" + uid + failReason);
    [all...]

Completed in 608 milliseconds