Searched refs:numBytes (Results 1 – 2 of 2) sorted by relevance
66 private void runInvalidBinaryTest(int numBytes) { in runInvalidBinaryTest() argument67 byte[] buffer = new byte[numBytes]; in runInvalidBinaryTest()71 Assert.assertFalse("Invalid nanoapp binary (" + numBytes in runInvalidBinaryTest()75 Assert.assertFalse("Invalid nanoapp binary (" + numBytes + " bytes) successfully loaded", in runInvalidBinaryTest()
232 size_t numBytes = maxBytes + 1; in getLogDataLength() local237 numBytes = i + 1; in getLogDataLength()242 return numBytes; in getLogDataLength()