Home
last modified time | relevance | path

Searched refs:actualLength (Results 1 – 25 of 40) sorted by relevance

12

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java566 int actualLength = outputStream.toByteArray().length; in testPipe() local
567 Assert.assertEquals(0, actualLength); in testPipe()
571 actualLength = outputStream.toByteArray().length; in testPipe()
572 Assert.assertEquals(1, actualLength); in testPipe()
579 actualLength = outputStream.toByteArray().length; in testPipe()
580 Assert.assertEquals(5, actualLength); in testPipe()
588 actualLength = outputStream.toByteArray().length; in testPipe()
589 Assert.assertEquals(input.length, actualLength); in testPipe()
613 int actualLength = out.toByteArray().length; in testPipe_CopyZeroBytes() local
614 Assert.assertEquals(0, actualLength); in testPipe_CopyZeroBytes()
/external/icu/icu4c/source/common/
Dutrie2.cpp134 int32_t actualLength; in utrie2_openFromSerialized() local
183 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2; in utrie2_openFromSerialized()
185 actualLength+=tempTrie.dataLength*2; in utrie2_openFromSerialized()
187 actualLength+=tempTrie.dataLength*4; in utrie2_openFromSerialized()
189 if(length<actualLength) { in utrie2_openFromSerialized()
202 trie->length=actualLength; in utrie2_openFromSerialized()
233 *pActualLength=actualLength; in utrie2_openFromSerialized()
Ducptrie.cpp86 int32_t actualLength = (int32_t)sizeof(UCPTrieHeader) + tempTrie.indexLength * 2; in ucptrie_openFromBinary() local
88 actualLength += tempTrie.dataLength * 2; in ucptrie_openFromBinary()
90 actualLength += tempTrie.dataLength * 4; in ucptrie_openFromBinary()
92 actualLength += tempTrie.dataLength; in ucptrie_openFromBinary()
94 if (length < actualLength) { in ucptrie_openFromBinary()
140 *pActualLength = actualLength; in ucptrie_openFromBinary()
/external/skqp/src/core/
DSkData.cpp71 const size_t actualLength = length + sizeof(SkData); in PrivateNewWithCopy() local
72 SkASSERT_RELEASE(length < actualLength); // Check for overflow. in PrivateNewWithCopy()
74 void* storage = ::operator new (actualLength); in PrivateNewWithCopy()
/external/skia/src/core/
DSkData.cpp71 const size_t actualLength = length + sizeof(SkData); in PrivateNewWithCopy() local
72 SkASSERT_RELEASE(length < actualLength); // Check for overflow. in PrivateNewWithCopy()
74 void* storage = ::operator new (actualLength); in PrivateNewWithCopy()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java88 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
89 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java88 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
89 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java87 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
88 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java88 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
89 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java87 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
88 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java88 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
89 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer) actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/
DFileRetrCommandHandlerTest.java89 int actualLength = ((Integer)actual[1]).intValue(); in testHandleCommand()
90 …G.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength); in testHandleCommand()

12