Searched refs:Failed (Results 1 – 5 of 5) sorted by relevance
26 int [] Failed; field in GlobalSync34 Failed = new int [1]; in setupGlobalSync()35 Failed[0] = 0; in setupGlobalSync()36 AFailed.copyFrom(Failed); in setupGlobalSync()68 AFailed.copyTo(Failed); in testKIGlobalSync()69 if (Failed[0] != 0) { in testKIGlobalSync()89 AFailed.copyTo(Failed); in testKIStaticGlobalSync()90 if (Failed[0] != 0) { in testKIStaticGlobalSync()110 AFailed.copyTo(Failed); in testIKGlobalSync()111 if (Failed[0] != 0) { in testIKGlobalSync()[all …]
28 int [] Failed; field in VoidPtr35 Failed = new int [1]; in setupVoidPtr()36 Failed[0] = 0; in setupVoidPtr()37 AFailed.copyFrom(Failed); in setupVoidPtr()74 AFailed.copyTo(Failed); in testVoidOutInt()75 if (Failed[0] != 0) { in testVoidOutInt()102 AFailed.copyTo(Failed); in testVoidOutChar()103 if (Failed[0] != 0) { in testVoidOutChar()134 AFailed.copyTo(Failed); in testVoidInInt()135 if (Failed[0] != 0) { in testVoidInInt()[all …]
14 rsDebug("Failed to read in on iteration: ", x);19 rsDebug("Failed to read -5 on iteration: ", x);
327 int [] Failed = new int [1]; in testScriptGroupSharedGlobal() local328 Failed[0] = 0; in testScriptGroupSharedGlobal()329 aFailed.copyFrom(Failed); in testScriptGroupSharedGlobal()345 aFailed.copyTo(Failed); in testScriptGroupSharedGlobal()346 if (Failed[0] != 0) { in testScriptGroupSharedGlobal()
125 rsDebug("Single Source Alloc Test Failed", 0);