/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
H A D | CountingInputStreamTest.java | 36 …try (CountingInputStream cis = new CountingInputStream(CharSequenceInputStream.builder().setCharSe… in testCounting() 69 try (CountingInputStream cis = new CountingInputStream(bais)) { in testEOF1() 86 try (CountingInputStream cis = new CountingInputStream(bais)) { in testEOF2() 99 try (CountingInputStream cis = new CountingInputStream(bais)) { in testEOF3() 116 final CountingInputStream cis = new CountingInputStream(mock); in testLargeFiles_IO84() local 136 try (CountingInputStream cis = new CountingInputStream(bais)) { in testResetting() 152 …try (CountingInputStream cis = new CountingInputStream(CharSequenceInputStream.builder().setCharSe… in testSkipping() 167 try (CountingInputStream cis = new CountingInputStream(bais)) { in testZeroLength1() 178 try (CountingInputStream cis = new CountingInputStream(bais)) { in testZeroLength2() 191 try (CountingInputStream cis = new CountingInputStream(bais)) { in testZeroLength3()
|
H A D | ClosedInputStreamTest.java | 30 try (ClosedInputStream cis = new ClosedInputStream()) { in testRead()
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
H A D | CipherInputStream1Test.java | 67 CipherInputStream cis = new CipherInputStream(tis){}; in testCipherInputStream() local 87 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testRead1() local 108 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testRead2() local 146 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testRead3() local 184 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testSkip() local 222 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testAvailable() local 234 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testClose() local 246 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); in testMarkSupported() local 262 CipherInputStream cis = new CipherInputStream(bais, c); in test_ConstructorLjava_io_InputStreamLjavax_crypto_Cipher() local
|
/aosp_15_r20/external/volley/core/src/test/java/com/android/volley/toolbox/ |
H A D | DiskBasedCacheTest.java | 350 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
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 160 auto cis = std::unique_ptr<iso_cis>(new iso_cis()); in on_set_cig_params() local 265 auto cis = GetCisIfKnown(cis_param.cis_conn_handle); in on_status_establish_cis() local 284 auto cis = GetCisIfKnown(el.cis_conn_handle); in establish_cis() local 307 auto cis = GetCisIfKnown(cis_handle); in disconnect_cis() local 564 auto cis = GetCisIfKnown(evt.cis_conn_hdl); in process_cis_est_pkt() local 600 auto cis = GetCisIfKnown(handle); in disconnection_complete() local
|
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/ |
H A D | DiskBasedCache.java | 149 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()
|
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
H A D | CipherInputStreamTest.java | 110 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
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/ |
D | iso.rs | 408 let cis = self.cis_connections.get_mut(&request.cis_connection_handle).unwrap(); in deque_cis_connection_request() localVariable 926 let cis = self.cis_connections.get_mut(&connection_handle).unwrap(); in hci_le_accept_cis_request() localVariable 988 let cis = self.cis_connections.get(&connection_handle).unwrap(); in hci_le_reject_cis_request() localVariable 1274 let cis = self.cis_connections.get(&cis_connection_handle).unwrap(); in ll_cis_rsp() localVariable 1323 let cis = self.cis_connections.get_mut(&cis_connection_handle).unwrap(); in ll_reject_ext_ind() localVariable 1365 let cis = self.cis_connections.get(&cis_connection_handle).unwrap(); in ll_cis_ind() localVariable
|
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
H A D | CipherInputStreamTest.java | 155 CipherInputStream cis = new CipherInputStream(is, cipher); in testEncrypt() local 179 CipherInputStream cis = new CipherInputStream(is, cipher); in testDecrypt() local 217 CipherInputStream cis = new CipherInputStream(is, cipher); in testCorruptDecrypt() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/crypto/ |
H A D | CipherInputStreamTest.java | 225 CipherInputStream cis = new CipherInputStream(mockIs, cipher); in testCloseTwice() local 327 CipherInputStream cis = new CipherInputStream( in testDecryptCorruptGCM() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.h | 409 struct cis { struct 410 uint8_t id; 411 CisType type; 412 uint16_t conn_handle; 413 RawAddress addr;
|
D | state_machine.cc | 1553 for (struct bluetooth::le_audio::types::cis& cis : group->cig.cises) { in CigCreate() local 1569 for (struct bluetooth::le_audio::types::cis& cis : group->cig.cises) { in CigCreate() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | CaseInsensitiveString.java | 68 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A D | CaseInsensitiveString.java | 70 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | Resource.java | 72 private InputStream cis; field in Resource
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | lite_unittest.cc | 1264 io::CodedInputStream cis(&is); in TEST() local 1288 io::CodedInputStream cis(&is); in TEST() local 1315 io::CodedInputStream cis(&is); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | lite_unittest.cc | 1264 io::CodedInputStream cis(&is); in TEST() local 1288 io::CodedInputStream cis(&is); in TEST() local 1315 io::CodedInputStream cis(&is); in TEST() local
|
/aosp_15_r20/cts/tests/location/location_gnss/protos/ |
H A D | ephemeris.proto | 88 optional double cis = 31; field
|
/aosp_15_r20/external/grpc-grpc-java/protobuf-lite/src/main/java/io/grpc/protobuf/lite/ |
H A D | ProtoLiteUtils.java | 187 CodedInputStream cis = null; in parse() local
|
/aosp_15_r20/external/cronet/net/cookies/ |
H A D | cookie_inclusion_status.h | 463 inline void PrintTo(const CookieInclusionStatus& cis, std::ostream* os) { in PrintTo()
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | LiteralByteStringTest.java | 646 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
|
H A D | NioByteStringTest.java | 705 CodedInputStream cis = testString.newCodedInput(); in testNewCodedInput() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | LiteralByteStringTest.java | 646 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
|
H A D | NioByteStringTest.java | 705 CodedInputStream cis = testString.newCodedInput(); in testNewCodedInput() local
|
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/protobuf-lite/grpc-java-protobuf-lite/android_common_apex34/javac/ |
D | grpc-java-protobuf-lite.jar | ... .InputStream stream
com.google.protobuf.CodedInputStream cis
private com.google.protobuf.MessageLite parseFrom ( ... |