OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:failreason
(Results
1 - 11
of
11
) 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
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());
/external/deqp/modules/glshared/
glsShaderLibraryCase.cpp
688
const char*
failReason
= DE_NULL;
770
failReason
= "expected shaders to compile and link properly, but failed to compile.";
772
failReason
= "expected shaders to compile and link properly, but failed to link.";
777
failReason
= "expected compilation to fail, but shaders compiled and link failed.";
779
failReason
= "expected compilation to fail, but shaders compiled correctly.";
784
failReason
= "expected linking to fail, but unable to compile.";
786
failReason
= "expected linking to fail, but passed.";
791
failReason
= "expected compile or link to fail, but passed.";
799
if (
failReason
!= DE_NULL)
802
log << TestLog::Message << "ERROR: " <<
failReason
<< TestLog::EndMessage
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java
286
private void markBatchFailed(int
failReason
) {
299
failReason
= mCurrentShare.mStatus;
314
info.mStatus =
failReason
;
/frameworks/base/core/java/android/content/
ContentProvider.java
602
final String
failReason
= mExported
607
+ ", uid=" + uid +
failReason
);
676
final String
failReason
= mExported
681
+ ", uid=" + uid +
failReason
);
[
all
...]
Completed in 443 milliseconds