HomeSort by relevance Sort by last modified time
    Searched refs:failReason (Results 1 - 20 of 20) 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/external/openglcts/modules/common/
glcShaderNegativeTests.cpp 185 const char* failReason = DE_NULL;
189 failReason = "expected shaders to compile, but failed.";
193 failReason = "expected shaders to link, but failed.";
197 failReason = "expected shaders to fail linking, but succeeded.";
200 if (failReason != DE_NULL)
202 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage;
glcShaderLibraryCase.cpp 297 const char* failReason = DE_NULL;
305 failReason = "expected shaders to compile and link properly, but failed to compile.";
307 failReason = "expected shaders to compile and link properly, but failed to link.";
312 failReason = "expected compilation to fail, but both shaders compiled and link failed.";
314 failReason = "expected compilation to fail, but both shaders compiled correctly.";
319 failReason = "expected linking to fail, but unable to compile.";
321 failReason = "expected linking to fail, but passed.";
329 if (failReason != DE_NULL)
332 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage;
336 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
    [all...]
  /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 124 string failReason = "";
147 failReason = e.what();
171 failReason = e.what();
198 failReason = e.what();
203 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str());
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
PythonUnitTestResultParser.java 291 String failReason = String.format("Failed %d tests", mFailedTestCount);
306 listener.testRunFailed(failReason);
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 933 const char* failReason = DE_NULL;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 383 private void markBatchFailed(int failReason) {
402 failReason = mCurrentShare.mStatus;
417 info.mStatus = failReason;
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 702 final String failReason = mExported
707 + ", uid=" + uid + failReason);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 336 milliseconds