Home
last modified time | relevance | path

Searched defs:stream (Results 126 - 150 of 1459) sorted by relevance

12345678910>>...59

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvdprintf.c22 int readFile(int stream, char *fmt, ...) in readFile() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionSet.cs346 public void WriteTo(CodedOutputStream stream) in WriteTo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DInfoLog.h58 StreamHelper(std::stringstream *stream) : mStream(stream) { ASSERT(stream); } in StreamHelper() argument
/third_party/skia/src/codec/
H A DSkJpegDecoderMgr.cpp78 JpegDecoderMgr::JpegDecoderMgr(SkStream* stream) in JpegDecoderMgr() argument
/third_party/skia/src/core/
H A DSkDocument.cpp12 SkDocument::SkDocument(SkWStream* stream) : fStream(stream), fState(kBetweenPages_State) {} in SkDocument() argument
/third_party/skia/src/images/
H A DSkImageEncoder.cpp106 SkDynamicMemoryWStream stream; in SkEncodePixmap() local
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dprint.h27 explicit out_stream(std::stringstream& stream) : pStream(&stream) {} in out_stream() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dprint.h27 explicit out_stream(std::stringstream& stream) : pStream(&stream) {} in out_stream() argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstream.c39 struct SPDYF_Stream *stream; in SPDYF_stream_new() local
117 SPDYF_stream_destroy(struct SPDYF_Stream *stream) SPDYF_stream_destroy() argument
128 struct SPDYF_Stream * stream = response_queue->stream; SPDYF_stream_set_flags_on_write() local
161 struct SPDYF_Stream * stream = session->streams_head; SPDYF_stream_find() local
[all...]
/third_party/skia/third_party/externals/oboe/src/common/
H A DLatencyTuner.cpp21 LatencyTuner::LatencyTuner(AudioStream &stream) in LatencyTuner() argument
25 LatencyTuner::LatencyTuner(oboe::AudioStream &stream, int32_t maximumBufferSize) in LatencyTuner() argument
/third_party/skia/tests/
H A DCodecExactReadTest.cpp29 explicit UnowningStream(SkStream* stream) in UnowningStream() argument
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dbootstrap.py8 from . import stream, streamname namespace
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftsystem.c214 ft_ansi_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_ansi_stream_io() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dtest_afm.c114 FT_StreamRec stream; in main() local
75 parse_afm( FT_Library library, FT_Stream stream, AFM_FontInfo fi ) parse_afm() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Ddeflate_fuzzer.cc33 z_stream stream; in LLVMFuzzerTestOneInput() local
[all...]
/third_party/skia/tools/viewer/
H A DSvgSlide.cpp26 auto stream = SkStream::MakeFromFile(fPath.c_str()); in load() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dlog_severity_test.cc39 std::ostringstream stream; in StreamHelper() local
/third_party/skia/experimental/skrive/src/reader/
H A DBinaryReader.cpp20 explicit BinaryReader(std::unique_ptr<SkStreamAsset> stream) in BinaryReader() argument
149 std::unique_ptr<StreamReader> MakeBinaryStreamReader(std::unique_ptr<SkStreamAsset> stream) { in MakeBinaryStreamReader() argument
H A DStreamReader.cpp34 std::unique_ptr<StreamReader> StreamReader::Make(std::unique_ptr<SkStreamAsset> stream) { in Make() argument
/third_party/selinux/libsepol/src/
H A Ddebug.c46 FILE *stream = NULL; in sepol_msg_default_handler() local
/third_party/spirv-tools/source/
H A Dprint.h27 explicit out_stream(std::stringstream& stream) : pStream(&stream) {} in out_stream() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuArray.hpp53 std::ostream& operator<< (std::ostream& stream, const Array<T, Size>& arr) in operator <<() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSha1.hpp72 inline Sha1Stream& operator<< (Sha1Stream& stream, bool b) in operator <<() argument
79 inline Sha1Stream& operator<< (Sha1Stream& stream, deUint32 value) in operator <<() argument
93 inline Sha1Stream& operator<< (Sha1Stream& stream, deInt32 value) in operator <<() argument
98 operator <<(Sha1Stream& stream, deUint64 value) operator <<() argument
116 operator <<(Sha1Stream& stream, deInt64 value) operator <<() argument
122 operator <<(Sha1Stream& stream, const std::vector<T>& values) operator <<() argument
132 operator <<(Sha1Stream& stream, const std::string& str) operator <<() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeInStream.h44 DE_INLINE deStreamResult deInStream_read (deInStream* stream, void* buf, deInt32 bufSize, deInt32* numWritten) in deInStream_read() argument
49 DE_INLINE deStreamResult deInStream_deinit (deInStream* stream) in deInStream_deinit() argument
54 deInStream_getError(deInStream* stream) deInStream_getError() argument
59 deInStream_getStatus(deInStream* stream) deInStream_getStatus() argument
[all...]
H A DdeOutStream.h45 DE_INLINE deStreamResult deOutStream_write (deOutStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) in deOutStream_write() argument
50 deOutStream_flush(deOutStream* stream) deOutStream_flush() argument
55 deOutStream_deinit(deOutStream* stream) deOutStream_deinit() argument
60 deOutStream_getError(deOutStream* stream) deOutStream_getError() argument
65 deOutStream_getStatus(deOutStream* stream) deOutStream_getStatus() argument
[all...]

Completed in 11 milliseconds

12345678910>>...59