Home
last modified time | relevance | path

Searched refs:RS_MSG_TEST_FAILED (Results 1 – 25 of 32) sorted by relevance

12

/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSBase.java40 private static final int RS_MSG_TEST_FAILED = 101; field in RSBase
47 case RS_MSG_TEST_FAILED:
89 assertTrue(result != RS_MSG_TEST_FAILED); in checkForErrors()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DRSBase.java42 protected static final int RS_MSG_TEST_FAILED = 101; field in RSBase
50 case RS_MSG_TEST_FAILED:
94 assertTrue(result != RS_MSG_TEST_FAILED); in checkForErrors()
Dshared.rsh26 static const int RS_MSG_TEST_FAILED = 101;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBase.java43 protected static final int RS_MSG_TEST_FAILED = 101; field in RSBase
51 case RS_MSG_TEST_FAILED:
101 assertTrue(result != RS_MSG_TEST_FAILED); in checkForErrors()
Dstruct_array.rscript16 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dstruct_object.rscript17 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dsmall_structs.rscript49 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
66 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
171 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dstruct_pad.rscript19 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dshared.rsh29 static const int RS_MSG_TEST_FAILED = 101;
Dutils.rscript33 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dnoroot.rscript40 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Darray_init.rscript54 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dforeach.rscript70 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
DTestCtxDim.rscript36 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dsingle_source_script.rscript69 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dprimitives.rscript131 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dvector.rscript192 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java42 private static final int RS_MSG_TEST_FAILED = 101; field in RSCppTest
49 case RS_MSG_TEST_FAILED:
105 assertTrue(result != RS_MSG_TEST_FAILED); in checkForErrors()
Dverify.rscript22 static const int RS_MSG_TEST_FAILED = 101;
307 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_script.cpp37 #define RS_MSG_TEST_FAILED 101 macro
76 if (result == RS_MSG_TEST_FAILED) { in Java_android_cts_rscpp_RSScriptTest_testSet()
131 if (result == RS_MSG_TEST_FAILED) { in Java_android_cts_rscpp_RSScriptTest_testInstance()
Dshared.rsh26 static const int RS_MSG_TEST_FAILED = 101;
Dnoroot.rscript40 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dprimitives.rscript46 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dforeach.rscript70 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Drs_jni_foreach.cpp270 #define RS_MSG_TEST_FAILED 101 macro
306 if (result == RS_MSG_TEST_FAILED) { in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach()
338 if (result == RS_MSG_TEST_FAILED) { in Java_android_cts_rscpp_RSForEachTest_testNoRoot()

12