/aosp_15_r20/external/lzma/CPP/7zip/Archive/Common/ |
H A D | DummyOutStream.h | 17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
|
H A D | CoderMixer2.h | 39 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
H A D | OutStreamWithSha1.h | 25 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
H A D | OutStreamWithCRC.h | 21 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
H A D | InStreamWithCRC.h | 28 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.h | 36 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | ZlibEncoder.h | 19 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
H A D | BitmEncoder.h | 16 void SetStream(ISequentialOutStream *outStream) { _stream.SetStream(outStream);} in SetStream() function
|
H A D | BitlEncoder.h | 15 void SetStream(ISequentialOutStream *outStream) { _stream.SetStream(outStream); } in SetStream() function
|
H A D | ZlibDecoder.h | 21 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
H A D | BitmDecoder.h | 27 void SetStream(ISequentialInStream *inStream) { _stream.SetStream(inStream);} in SetStream() function
|
H A D | BitlDecoder.h | 75 void SetStream(ISequentialInStream *inStream) { _stream.SetStream(inStream); } in SetStream() function
|
H A D | BZip2Encoder.h | 33 void SetStream(Byte *buf) { _buf = buf; } in SetStream() function
|
/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | LimitedStreams.h | 22 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
H A D | InBuffer.h | 53 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
H A D | OutBuffer.h | 43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
/aosp_15_r20/test/dittosuite/test/ |
H A D | logger_test.cpp | 59 TEST_P(DittoLoggerStreamUpdate, SetStream) { in TEST_P() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/ |
H A D | rocm_rng.cc | 142 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/DataFormatters/ |
D | StringPrinter.h | 33 void SetStream(Stream *s) { m_stream = s; } in SetStream() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/DataFormatters/ |
D | StringPrinter.h | 33 void SetStream(Stream *s) { m_stream = s; } in SetStream() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/DataFormatters/ |
D | StringPrinter.h | 33 void SetStream(Stream *s) { m_stream = s; } in SetStream() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/DataFormatters/ |
D | StringPrinter.h | 33 void SetStream(Stream *s) { m_stream = s; } in SetStream() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A D | cuda_rng.cc | 88 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
|
/aosp_15_r20/external/webrtc/rtc_tools/data_channel_benchmark/ |
H A D | grpc_signaling.cc | 36 void SetStream(T* stream) { stream_ = stream; } in SetStream() function in webrtc::__anonf154258b0111::SessionData
|
/aosp_15_r20/external/pigweed/pw_transfer/ |
H A D | transfer_thread.cc | 265 void TransferThread::SetStream(TransferStream stream) { in SetStream() function in pw::transfer::internal::TransferThread
|