/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_jbig.cpp | 62 CPDF_StreamAcc* src_stream, 75 m_pJbig2Context->m_pSrcStream = src_stream; 82 global_stream, src_stream, pJBig2DocumentContext->GetSymbolDictCache(),
|
codec_int.h | 396 CPDF_StreamAcc* src_stream,
|
/external/libbrillo/brillo/streams/ |
input_stream_set.cc | 35 for (Stream* src_stream : source_streams) { 36 if (!src_stream->CanRead()) {
|
/system/webservd/libwebserv/ |
dbus_protocol_handler.cc | 39 // Copies the data from |src_stream| to the destination stream represented 41 void WriteResponseData(brillo::StreamPtr src_stream, 53 std::move(src_stream), std::move(dest_stream), base::Bind(on_success),
|
/external/libmicrohttpd/src/microspdy/ |
compression.h | 61 * @param data_used the number of bytes from src_stream that were used
|
/external/libbrillo/brillo/http/ |
http_request.cc | 331 StreamPtr src_stream = connection_->ExtractDataStream(nullptr); local 333 if (src_stream && dest_stream) { 336 while (src_stream->ReadBlocking(buffer, sizeof(buffer), &read, nullptr) &&
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 1688 mm_stream_t *src_stream = NULL; local [all...] |
/external/pdfium/core/include/fxcodec/ |
fx_codec.h | 418 CPDF_StreamAcc* src_stream,
|
/art/runtime/ |
oat_file_assistant_test.cc | 123 std::ifstream src_stream(src, std::ios::binary); 126 dst_stream << src_stream.rdbuf(); [all...] |