Searched refs:byteOut (Results 1 – 3 of 3) sorted by relevance
34 public byte[] byteOut; field in GoogLeNet118 byteOut = new byte[2]; in createTest()228 matC.get(i-1).copy1DRangeTo(0, 1, byteOut); in runTest()
219 final ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); in execute() local223 byteOut.write(buf, 0, count); in execute()226 final byte[] responseBody = byteOut.toByteArray(); in execute()
195 final ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); in execute() local199 byteOut.write(buf, 0, count); in execute()202 final byte[] responseBody = byteOut.toByteArray(); in execute()