Home | History | Annotate | Download | only in verifierusbcompanion

Lines Matching refs:isSuccess

186                 boolean isSuccess = true;
189 testName = nextTest(is, os, isSuccess);
196 isSuccess = true;
199 isSuccess = echoBytes(is, os, 1);
202 isSuccess = echoBytes(is, os, 42);
205 isSuccess = echoBytes(is, os, 16384);
208 isSuccess = echoBytes(is, os, LARGE_BUFFER_SIZE);
213 isSuccess = true;
217 isSuccess = true;
220 isSuccess = echoUntilStopSignal(is, os);
223 isSuccess = true;