Home
last modified time | relevance | path

Searched defs:cis (Results 1 – 11 of 11) sorted by relevance

/external/volley/src/test/java/com/android/volley/toolbox/
DDiskBasedCacheTest.java350 CountingInputStream cis = in testStreamToBytesNegativeLength() local
359 CountingInputStream cis = in testStreamToBytesExcessiveLength() local
368 CountingInputStream cis = in testStreamToBytesOverflow() local
380 CountingInputStream cis = in testReadHeaderListWithNegativeSize() local
394 CountingInputStream cis = in testReadHeaderListWithGinormousSize() local
482 CountingInputStream cis = in testCountingInputStreamByteCount() local
549 CountingInputStream cis = in serializeString() local
576 CountingInputStream cis = in serializeHeaders() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DCipherInputStreamTest.java110 CipherInputStream cis = new CipherInputStream(is, cipher); in testEncrypt() local
134 CipherInputStream cis = new CipherInputStream(is, cipher); in testDecrypt() local
167 CipherInputStream cis = new CipherInputStream(is, cipher); in testCorruptDecrypt() local
201 CipherInputStream cis = new CipherInputStream(is, cipher); in testCorruptDecryptEmpty() local
/external/volley/src/main/java/com/android/volley/toolbox/
DDiskBasedCache.java149 CountingInputStream cis = in get() local
196 CountingInputStream cis = in initialize() local
385 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()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCaseInsensitiveString.java68 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCaseInsensitiveString.java70 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
/external/grpc-grpc-java/protobuf-lite/src/main/java/io/grpc/protobuf/lite/
DProtoLiteUtils.java172 CodedInputStream cis = null; in parse() local
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java327 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java538 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
DNioByteStringTest.java599 CodedInputStream cis = testString.newCodedInput(); in testNewCodedInput() local
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc217 ZeroCopyCodedInputStream(io::CodedInputStream* cis) : cis_(cis) {} in ZeroCopyCodedInputStream()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h260 char *cis[CIS_COUNT]; member