Searched refs:inputBytes (Results 1 – 2 of 2) sorted by relevance
374 byte[] inputBytes = new byte[dataSize]; in onRestore()375 data.readEntityData(inputBytes, 0, dataSize); in onRestore()376 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in onRestore()
54 inputBytes = 0; in timing()56 inputBytes += input.getBytesSize(); in timing()71 private long inputBytes = -1; field in UT_reduce.timing105 if (inputBytes > 0) in string()106 result += ", " + fmt.format(inputBytes) + " bytes"; in string()