Home
last modified time | relevance | path

Searched refs:RS_MSG_TEST_FAILED (Results 1 – 25 of 30) 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/renderscript/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()
Dstruct_object.rs17 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dstruct_array.rs16 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dsmall_structs.rs49 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
66 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
171 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dstruct_pad.rs19 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
DTestCtxDim.rs36 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dutils.rs33 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dnoroot.rs40 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dshared.rsh29 static const int RS_MSG_TEST_FAILED = 101;
Darray_init.rs54 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dforeach.rs70 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dkernel_input.rs227 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dprimitives.rs131 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dvector.rs192 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
/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/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.rs22 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.rs40 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dprimitives.rs46 rsSendToClientBlocking(RS_MSG_TEST_FAILED);
Dforeach.rs70 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