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/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/renderscript/src/android/renderscript/cts/
DRSBase.java71 protected boolean FoundError = false; field in RSBase
74 FoundError = true;
100 assertFalse(FoundError); in checkForErrors()
DGlobalSync.java70 FoundError = true; in testKIGlobalSync()
91 FoundError = true; in testKIStaticGlobalSync()
112 FoundError = true; in testIKGlobalSync()
133 FoundError = true; in testIKStaticGlobalSync()
DVoidPtr.java76 FoundError = true; in testVoidOutInt()
104 FoundError = true; in testVoidOutChar()
136 FoundError = true; in testVoidInInt()
167 FoundError = true; in testVoidInChar()
DScriptGroupTest.java347 FoundError = true; in testScriptGroupSharedGlobal()
/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()