Searched defs:cis (Results 1 – 11 of 11) sorted by relevance
350 CountingInputStream cis = in testStreamToBytesNegativeLength() local359 CountingInputStream cis = in testStreamToBytesExcessiveLength() local368 CountingInputStream cis = in testStreamToBytesOverflow() local380 CountingInputStream cis = in testReadHeaderListWithNegativeSize() local394 CountingInputStream cis = in testReadHeaderListWithGinormousSize() local482 CountingInputStream cis = in testCountingInputStreamByteCount() local549 CountingInputStream cis = in serializeString() local576 CountingInputStream cis = in serializeHeaders() local
110 CipherInputStream cis = new CipherInputStream(is, cipher); in testEncrypt() local134 CipherInputStream cis = new CipherInputStream(is, cipher); in testDecrypt() local167 CipherInputStream cis = new CipherInputStream(is, cipher); in testCorruptDecrypt() local201 CipherInputStream cis = new CipherInputStream(is, cipher); in testCorruptDecryptEmpty() local
149 CountingInputStream cis = in get() local196 CountingInputStream cis = in initialize() local385 static byte[] streamToBytes(CountingInputStream cis, long length) throws IOException { in streamToBytes()645 static String readString(CountingInputStream cis) throws IOException { in readString()663 static List<Header> readHeaderList(CountingInputStream cis) throws IOException { in readHeaderList()
68 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
70 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
172 CodedInputStream cis = null; in parse() local
327 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
538 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
599 CodedInputStream cis = testString.newCodedInput(); in testNewCodedInput() local
217 ZeroCopyCodedInputStream(io::CodedInputStream* cis) : cis_(cis) {} in ZeroCopyCodedInputStream()
260 char *cis[CIS_COUNT]; member