/external/lzma/CPP/7zip/Archive/Common/ |
D | DummyOutStream.h | 17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
|
D | CoderMixer2.h | 39 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
D | OutStreamWithSha1.h | 25 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
D | OutStreamWithCRC.h | 21 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
D | InStreamWithCRC.h | 28 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.h | 36 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
/external/lzma/CPP/7zip/Compress/ |
D | ZlibEncoder.h | 19 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
D | BitmEncoder.h | 16 void SetStream(ISequentialOutStream *outStream) { _stream.SetStream(outStream);} in SetStream() function
|
D | BitlEncoder.h | 15 void SetStream(ISequentialOutStream *outStream) { _stream.SetStream(outStream); } in SetStream() function
|
D | ZlibDecoder.h | 21 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
D | BitmDecoder.h | 27 void SetStream(ISequentialInStream *inStream) { _stream.SetStream(inStream);} in SetStream() function
|
D | BitlDecoder.h | 75 void SetStream(ISequentialInStream *inStream) { _stream.SetStream(inStream); } in SetStream() function
|
D | BZip2Encoder.h | 33 void SetStream(Byte *buf) { _buf = buf; } in SetStream() function
|
D | Rar3Decoder.h | 49 void SetStream(ISequentialInStream *inStream) { Stream.SetStream(inStream);} in SetStream() function
|
/external/lzma/CPP/7zip/Common/ |
D | LimitedStreams.h | 22 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
D | InBuffer.h | 53 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
D | OutBuffer.h | 43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_rng.cc | 142 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
|
D | rocm_fft.cc | 146 bool SetStream(GpuExecutor *parent, hipfftHandle plan, Stream *stream) { in SetStream() function
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | cuda_rng.cc | 88 bool GpuRng::SetStream(Stream* stream) { in SetStream() function in stream_executor::gpu::GpuRng
|
D | cuda_fft.cc | 69 bool SetStream(GpuExecutor *parent, cufftHandle plan, Stream *stream) { in SetStream() function
|
/external/webrtc/rtc_tools/data_channel_benchmark/ |
D | grpc_signaling.cc | 36 void SetStream(T* stream) { stream_ = stream; } in SetStream() function in webrtc::__anond6a3e00b0111::SessionData
|
/external/pigweed/pw_transfer/ |
D | transfer_thread.cc | 265 void TransferThread::SetStream(TransferStream stream) { in SetStream() function in pw::transfer::internal::TransferThread
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | connected_channel.cc | 328 void SetStream(grpc_stream* stream) { stream_.reset(stream); } in SetStream() function in grpc_core::__anon6de4bbcf0111::ConnectedChannelStream
|
/external/grpc-grpc/src/core/lib/channel/ |
D | connected_channel.cc | 323 void SetStream(grpc_stream* stream) { stream_.reset(stream); } in SetStream() function in grpc_core::__anon8f1971570111::ConnectedChannelStream
|