Home
last modified time | relevance | path

Searched defs:encodedLength (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/
DLengthlessEncryptedChunkEncoderTest.java71 int encodedLength = mEncoder.getEncodedLengthOfChunk(mTestChunk); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths() local
DInlineLengthsEncryptedChunkEncoderTest.java76 int encodedLength = mEncoder.getEncodedLengthOfChunk(mTestChunk); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUtf8.java250 static int encodedLength(CharSequence sequence) { in encodedLength() method in Utf8
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java338 private static int encodedLength(CharSequence sequence) { in encodedLength() method in CodedOutputByteBufferNano