Home
last modified time | relevance | path

Searched refs:cis (Results 1 – 25 of 27) sorted by relevance

12

/external/volley/src/test/java/com/android/volley/toolbox/
DDiskBasedCacheTest.java350 CountingInputStream cis = in testStreamToBytesNegativeLength() local
353 DiskBasedCache.streamToBytes(cis, -1); in testStreamToBytesNegativeLength()
359 CountingInputStream cis = in testStreamToBytesExcessiveLength() local
362 DiskBasedCache.streamToBytes(cis, 2); in testStreamToBytesExcessiveLength()
368 CountingInputStream cis = in testStreamToBytesOverflow() local
371 DiskBasedCache.streamToBytes(cis, 0x100000000L); // int value is 0 in testStreamToBytesOverflow()
380 CountingInputStream cis = in testReadHeaderListWithNegativeSize() local
385 DiskBasedCache.readHeaderList(cis); in testReadHeaderListWithNegativeSize()
394 CountingInputStream cis = in testReadHeaderListWithGinormousSize() local
398 DiskBasedCache.readHeaderList(cis); in testReadHeaderListWithGinormousSize()
[all …]
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DCipherInputStreamTest.java110 CipherInputStream cis = new CipherInputStream(is, cipher); in testEncrypt() local
115 length = cis.read(result, totalLength, result.length - totalLength); in testEncrypt()
120 assertEquals(-1, cis.read()); in testEncrypt()
122 cis.close(); in testEncrypt()
134 CipherInputStream cis = new CipherInputStream(is, cipher); in testDecrypt() local
139 length = cis.read(result, totalLength, result.length - totalLength); in testDecrypt()
144 assertEquals(-1, cis.read()); in testDecrypt()
145 cis.close(); in testDecrypt()
167 CipherInputStream cis = new CipherInputStream(is, cipher); in testCorruptDecrypt() local
173 length = cis.read(result, totalLength, result.length - totalLength); in testCorruptDecrypt()
[all …]
/external/volley/src/main/java/com/android/volley/toolbox/
DDiskBasedCache.java120 CountingInputStream cis = in get() local
124 CacheHeader entryOnDisk = CacheHeader.readHeader(cis); in get()
133 byte[] data = streamToBytes(cis, cis.bytesRemaining()); in get()
138 cis.close(); in get()
166 CountingInputStream cis = in initialize() local
170 CacheHeader entry = CacheHeader.readHeader(cis); in initialize()
176 cis.close(); in initialize()
340 static byte[] streamToBytes(CountingInputStream cis, long length) throws IOException { in streamToBytes() argument
341 long maxLength = cis.bytesRemaining(); in streamToBytes()
347 new DataInputStream(cis).readFully(bytes); in streamToBytes()
[all …]
/external/grpc-grpc-java/protobuf-lite/src/main/java/io/grpc/protobuf/lite/
DProtoLiteUtils.java172 CodedInputStream cis = null; in parse() local
199 cis = CodedInputStream.newInstance(buf, 0, size); in parse()
207 if (cis == null) { in parse()
208 cis = CodedInputStream.newInstance(stream); in parse()
212 cis.setSizeLimit(Integer.MAX_VALUE); in parse()
215 return parseFrom(cis); in parse()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCaseInsensitiveString.java68 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
69 cis.getFolded(); in equals()
70 return folded.equals(cis.folded); in equals()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCaseInsensitiveString.java70 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
71 cis.getFolded(); in equals()
72 return folded.equals(cis.folded); in equals()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h158 ir2_instr_create_vtx_fetch(struct ir2_cf *cf, int ci, int cis, in ir2_instr_create_vtx_fetch() argument
164 instr->fetch.const_idx_sel = cis; in ir2_instr_create_vtx_fetch()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLocaleExtensions.java95 for (CaseInsensitiveString cis : uattributes) { in LocaleExtensions()
96 uaset.add(AsciiUtil.toLowerString(cis.value())); in LocaleExtensions()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleExtensions.java99 for (CaseInsensitiveString cis : uattributes) { in LocaleExtensions()
100 uaset.add(AsciiUtil.toLowerString(cis.value())); in LocaleExtensions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleExtensions.java95 for (CaseInsensitiveString cis : uattributes) { in LocaleExtensions()
96 uaset.add(AsciiUtil.toLowerString(cis.value())); in LocaleExtensions()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java515 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
516 byte[] roundTripBytes = cis.readRawBytes(referenceBytes.length); in testNewCodedInput()
519 assertTrue(classUnderTest + " CodedInputStream must now be exhausted", cis.isAtEnd()); in testNewCodedInput()
DNioByteStringTest.java586 CodedInputStream cis = testString.newCodedInput(); in testNewCodedInput() local
587 byte[] roundTripBytes = cis.readRawBytes(BYTES.length); in testNewCodedInput()
590 assertTrue(CLASSNAME + " CodedInputStream must now be exhausted", cis.isAtEnd()); in testNewCodedInput()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBenchmarking.rst14 https://www.cis.upenn.edu/~cis501/papers/producing-wrong-data.pdf for
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs581 using (var cis = new CodedInputStream(memoryStream)) in Dispose_DisposesUnderlyingStream()
592 using (var cis = new CodedInputStream(memoryStream, true)) in Dispose_WithLeaveOpen()
/external/icu/icu4c/source/data/lang/
Dga.txt404 tg{"Táidsícis"}
445 xal{"Cailmícis"}
Dpl.txt882 strict{"ścisły styl podziału wiersza"}
/external/libpcap/doc/
DREADME.hpux131 Dave Barr (barr@cis.ohio-state.edu) wrote:
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt2245 -- rect(inf, x) returns inf*cis(x), for finite nonzero x
/external/python/cpython3/Lib/test/
Dcmath_testcases.txt2391 -- rect(inf, x) returns inf*cis(x), for finite nonzero x
/external/elfutils/po/
Dpl.po1477 msgstr "Bardzo ścisłe sprawdzanie, cechy poziomu 2 flag."
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx13886 http://www.cis.unisa.edu.au/~pizza/gj/
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D3d3fb7fca46cf046654b3288e5da3369.000fe6ac.honggfuzz.cov4115 …�;z�t��?;���dM�!A�tƒpN�P�Ii#�6�W���@+��~î���f%��A��R�'"�@����q����z$cis�b�iR���M#�M �mFj…
D55044c8be4ce1a6abbad09188436d970.000fe6ac.honggfuzz.cov4115 …�;z�t��?;���dM�!A�tƒpN�P�Ii#�6�W���@+��~î���f%��A��R�'"�@����q����z$cis�b�iR���M#�M �mFj…
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt19544 $x{précis → presi ; # presɪz

12