Home
last modified time | relevance | path

Searched refs:Failed (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DGlobalSync.java26 int [] Failed; field in GlobalSync
34 Failed = new int [1]; in setupGlobalSync()
35 Failed[0] = 0; in setupGlobalSync()
36 AFailed.copyFrom(Failed); in setupGlobalSync()
57 AFailed.copyTo(Failed); in testKIGlobalSync()
58 if (Failed[0] != 0) { in testKIGlobalSync()
78 AFailed.copyTo(Failed); in testKIStaticGlobalSync()
79 if (Failed[0] != 0) { in testKIStaticGlobalSync()
99 AFailed.copyTo(Failed); in testIKGlobalSync()
100 if (Failed[0] != 0) { in testIKGlobalSync()
[all …]
DVoidPtr.java28 int [] Failed; field in VoidPtr
36 Failed = new int [1]; in setupVoidPtr()
37 Failed[0] = 0; in setupVoidPtr()
38 AFailed.copyFrom(Failed); in setupVoidPtr()
61 AFailed.copyTo(Failed); in testVoidOutInt()
62 if (Failed[0] != 0) { in testVoidOutInt()
89 AFailed.copyTo(Failed); in testVoidOutChar()
90 if (Failed[0] != 0) { in testVoidOutChar()
121 AFailed.copyTo(Failed); in testVoidInInt()
122 if (Failed[0] != 0) { in testVoidInInt()
[all …]
DScriptGroupTest.java289 int [] Failed = new int [1]; in testScriptGroupSharedGlobal() local
290 Failed[0] = 0; in testScriptGroupSharedGlobal()
291 aFailed.copyFrom(Failed); in testScriptGroupSharedGlobal()
307 aFailed.copyTo(Failed); in testScriptGroupSharedGlobal()
308 if (Failed[0] != 0) { in testScriptGroupSharedGlobal()