Lines Matching refs:mSharedErrorLogs
304 return arePtsListsIdentical(inPtsArrayCopy, outPtsArrayCopy, mSharedErrorLogs); in isOutPtsListIdenticalToInpPtsList()
306 return arePtsListsIdentical(inPtsArrayCopy, outPtsArray, mSharedErrorLogs); in isOutPtsListIdenticalToInpPtsList()
322 mSharedErrorLogs->append("CRC32 checksums computed for byte buffers received from " in equalsDequeuedOutput()
324 mSharedErrorLogs->append(StringFormat("Ref CRC32 checksum value is %lu \n", crc32value)); in equalsDequeuedOutput()
325 mSharedErrorLogs->append( in equalsDequeuedOutput()
335 mSharedErrorLogs->append(StringFormat("At offset %d, ref buffer val is %x and " in equalsDequeuedOutput()
339 mSharedErrorLogs->append("stopping after 20 mismatches, ...\n"); in equalsDequeuedOutput()
345 mSharedErrorLogs->append("Ref and Test outputs are not identical \n"); in equalsDequeuedOutput()
350 mSharedErrorLogs->append("ref and test output sizes are not identical \n"); in equalsDequeuedOutput()
351 mSharedErrorLogs->append(StringFormat("Ref output buffer size %d \n", memory.size())); in equalsDequeuedOutput()
352 mSharedErrorLogs->append( in equalsDequeuedOutput()
362 return arePtsListsIdentical(outPtsArray, that->outPtsArray, mSharedErrorLogs); in equalsPtsList()