Home
last modified time | relevance | path

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

12

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java595 int actualLength = outputStream.toByteArray().length; in testPipe() local
596 Assert.assertEquals(0, actualLength); in testPipe()
600 actualLength = outputStream.toByteArray().length; in testPipe()
601 Assert.assertEquals(1, actualLength); in testPipe()
608 actualLength = outputStream.toByteArray().length; in testPipe()
609 Assert.assertEquals(5, actualLength); in testPipe()
617 actualLength = outputStream.toByteArray().length; in testPipe()
618 Assert.assertEquals(input.length, actualLength); in testPipe()
642 int actualLength = out.toByteArray().length; in testPipe_CopyZeroBytes() local
643 Assert.assertEquals(0, actualLength); in testPipe_CopyZeroBytes()
/external/skia/src/core/
DSkData.cpp66 const size_t actualLength = length + sizeof(SkData); in PrivateNewWithCopy() local
67 if (actualLength < length) { in PrivateNewWithCopy()
72 void* storage = ::operator new (actualLength); in PrivateNewWithCopy()
/external/icu/icu4c/source/common/
Dutrie2.cpp135 int32_t actualLength; in utrie2_openFromSerialized() local
184 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2; in utrie2_openFromSerialized()
186 actualLength+=tempTrie.dataLength*2; in utrie2_openFromSerialized()
188 actualLength+=tempTrie.dataLength*4; in utrie2_openFromSerialized()
190 if(length<actualLength) { in utrie2_openFromSerialized()
203 trie->length=actualLength; in utrie2_openFromSerialized()
231 *pActualLength=actualLength; in utrie2_openFromSerialized()
Dutrie.cpp938 int32_t actualLength, latin1Length, i, limit; in utrie_unserializeDummy() local
956 actualLength=trie->indexLength*2; in utrie_unserializeDummy()
958 actualLength+=trie->dataLength*2; in utrie_unserializeDummy()
960 actualLength+=trie->dataLength*4; in utrie_unserializeDummy()
964 if(length<actualLength) { in utrie_unserializeDummy()
966 return actualLength; in utrie_unserializeDummy()
1043 return actualLength; in utrie_unserializeDummy()
/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/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.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.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/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.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/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()
/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/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/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/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/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/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.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/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/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.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.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.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.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()

12