Home
last modified time | relevance | path

Searched refs:FoundError (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSBase.java65 protected boolean FoundError = false; field in RSBase
68 FoundError = true;
88 assertFalse(FoundError); in checkForErrors()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DGlobalSync.java59 FoundError = true; in testKIGlobalSync()
80 FoundError = true; in testKIStaticGlobalSync()
101 FoundError = true; in testIKGlobalSync()
122 FoundError = true; in testIKStaticGlobalSync()
DRSBase.java70 protected boolean FoundError = false; field in RSBase
73 FoundError = true;
93 assertFalse(FoundError); in checkForErrors()
DVoidPtr.java63 FoundError = true; in testVoidOutInt()
91 FoundError = true; in testVoidOutChar()
123 FoundError = true; in testVoidInInt()
154 FoundError = true; in testVoidInChar()
DScriptGroupTest.java309 FoundError = true; in testScriptGroupSharedGlobal()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DRSBase.java70 protected boolean FoundError = false; field in RSBase
73 FoundError = true;
93 assertFalse(FoundError); in checkForErrors()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java67 protected boolean FoundError = false; field in RSCppTest
70 FoundError = true;
104 assertFalse(FoundError); in checkForErrors()