Home
last modified time | relevance | path

Searched +defs:stream +defs:skip (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/src/utils/win/
DSkIStream.cpp90 SkIStream::SkIStream(SkStream* stream, bool deleteOnRelease) in SkIStream()
105 HRESULT SkIStream::CreateFromSkStream(SkStream* stream, bool deleteOnRelease, IStream ** ppStream) { in CreateFromSkStream()
136 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
146 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
160 size_t skip = static_cast<size_t>(this->fSkStream->getLength() + in Seek() local
199 SkWIStream::SkWIStream(SkWStream* stream) in SkWIStream()
210 HRESULT SkWIStream::CreateFromSkWStream(SkWStream* stream, IStream ** ppStream) { in CreateFromSkWStream()
/third_party/skia/src/utils/win/
DSkIStream.cpp90 SkIStream::SkIStream(std::unique_ptr<SkStreamAsset> stream) in SkIStream()
100 HRESULT SkIStream::CreateFromSkStream(std::unique_ptr<SkStreamAsset> stream, IStream** ppStream) { in CreateFromSkStream()
131 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
141 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() local
153 size_t skip = static_cast<size_t>(this->fSkStream->getLength() + in Seek() local
190 SkWIStream::SkWIStream(SkWStream* stream) in SkWIStream()
201 HRESULT SkWIStream::CreateFromSkWStream(SkWStream* stream, IStream ** ppStream) { in CreateFromSkWStream()
/third_party/skia/src/core/
DSkFontStream.cpp40 static bool read(SkStream* stream, void* buffer, size_t amount) { in read()
44 static bool skip(SkStream* stream, size_t amount) { in skip() function
55 static int count_tables(SkStream* stream, int ttcIndex, size_t* offsetToDir) { in count_tables()
139 int SkFontStream::CountTTCEntries(SkStream* stream) { in CountTTCEntries()
156 int SkFontStream::GetTableTags(SkStream* stream, int ttcIndex, in GetTableTags()
171 size_t SkFontStream::GetTableData(SkStream* stream, int ttcIndex, in GetTableData()
/third_party/flutter/skia/src/core/
DSkFontStream.cpp40 static bool read(SkStream* stream, void* buffer, size_t amount) { in read()
44 static bool skip(SkStream* stream, size_t amount) { in skip() function
55 static int count_tables(SkStream* stream, int ttcIndex, size_t* offsetToDir) { in count_tables()
139 int SkFontStream::CountTTCEntries(SkStream* stream) { in CountTTCEntries()
156 int SkFontStream::GetTableTags(SkStream* stream, int ttcIndex, in GetTableTags()
171 size_t SkFontStream::GetTableData(SkStream* stream, int ttcIndex, in GetTableData()
/third_party/skia/experimental/skrive/src/reader/
DBinaryReader.cpp20 explicit BinaryReader(std::unique_ptr<SkStreamAsset> stream) in BinaryReader()
130 const auto skip = fBlockStack.back().block_end - fStream->getPosition(); in closeBlock() local
149 std::unique_ptr<StreamReader> MakeBinaryStreamReader(std::unique_ptr<SkStreamAsset> stream) { in MakeBinaryStreamReader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h145 virtual void skip() {} in skip() function
288 void skip() override { in skip() function
374 template <class CollectionType> void skip(CollectionType &C) { in skip() function
414 void skip() override { yaml::skip(*this); } in skip() function
472 void skip() override { yaml::skip(*this); } in skip() function
533 Stream &stream; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h170 virtual void skip() {} in skip() function
300 void skip() override { in skip() function
388 template <class CollectionType> void skip(CollectionType &C) { in skip() function
429 void skip() override { yaml::skip(*this); } in skip() function
486 void skip() override { yaml::skip(*this); } in skip() function
547 Stream &stream; variable
/third_party/node/test/parallel/
Dtest-repl-history-navigation.js6 const stream = require('stream'); constant
159 skip: !process.features.inspector, property
202 skip: !process.features.inspector, property
325 skip: !process.features.inspector, property
430 skip: !process.features.inspector, property
440 skip: !process.features.inspector, property
481 skip: !process.features.inspector, property
Dtest-repl-reverse-search.js6 const stream = require('stream'); constant
189 skip: !process.features.inspector, property
/third_party/libuv/test/
Drunner.c85 int skip; in run_tests() local
404 void print_tests(FILE* stream) { in print_tests()
433 void print_lines(const char* buffer, size_t size, FILE* stream) { in print_lines()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) argument
34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
37 #define FTELLO_FUNC(stream) ftello64(stream) argument
38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
363 int skip=0; local
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) argument
34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
37 #define FTELLO_FUNC(stream) ftello64(stream) argument
38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
363 int skip=0; local
/third_party/zlib/contrib/minizip/
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) argument
34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
37 #define FTELLO_FUNC(stream) ftello64(stream) argument
38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
363 int skip=0; local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) argument
34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
37 #define FTELLO_FUNC(stream) ftello64(stream) argument
38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
363 int skip=0; local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) argument
34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
37 #define FTELLO_FUNC(stream) ftello64(stream) argument
38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
363 int skip=0; local
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c1848 find_stream_by_id (GstRTSPStream * stream, gint * id) in find_stream_by_id()
1857 find_stream_by_channel (GstRTSPStream * stream, gint * channel) in find_stream_by_channel()
1869 find_stream_by_udpsrc (GstRTSPStream * stream, gconstpointer a) in find_stream_by_udpsrc()
1882 find_stream_by_setup (GstRTSPStream * stream, gconstpointer a) in find_stream_by_setup()
1941 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_bandwidth()
1962 gst_rtspsrc_do_stream_connection (GstRTSPSrc * src, GstRTSPStream * stream, in gst_rtspsrc_do_stream_connection()
1997 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_connections()
2016 make_stream_id (GstRTSPStream * stream, const GstSDPMedia * media) in make_stream_id()
2031 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_payloads()
2162 GstRTSPStream *stream; in gst_rtspsrc_create_stream() local
[all …]
/third_party/flutter/skia/tools/fm/
Dfm.cpp104 skip = {Result::Skip, {}}; variable
232 SkDynamicMemoryWStream stream; in draw_as_pdf() local
397 SkMemoryStream stream{blob}; in main() local
/third_party/jinja2/
Dlexer.py305 def __init__(self, stream): argument
361 def skip(self, n=1): member in TokenStream
618 def wrap(self, stream, name=None, filename=None): argument
/third_party/node/tools/inspector_protocol/jinja2/
Dlexer.py281 def __init__(self, stream): argument
333 def skip(self, n=1): member in TokenStream
558 def wrap(self, stream, name=None, filename=None): argument
/third_party/skia/third_party/externals/jinja2/
Dlexer.py305 def __init__(self, stream): argument
361 def skip(self, n=1): member in TokenStream
618 def wrap(self, stream, name=None, filename=None): argument
/third_party/skia/tools/fm/
Dfm.cpp128 skip = {Result::Skip, {}}; variable
289 SkDynamicMemoryWStream stream; in draw_as_pdf() local
466 SkMemoryStream stream{blob}; in main() local
/third_party/curl/tests/server/
Drtspd.c112 int skip; /* if non-zero, the server is instructed to not read this member
249 FILE *stream; in ProcessRequest() local
847 FILE *stream = test2fopen(req->testno); in send_doc() local
Dsws.c113 int skip; /* if non-zero, the server is instructed to not read this member
258 FILE *stream; in parse_servercmd() local
949 FILE *stream; in send_doc() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_read_image.cpp328 bool DecodePackBits (dng_stream &stream, in DecodePackBits()
741 const int32 skip = depth - dCount; in Expand() local
1176 dng_stream &stream, in ReadUncompressed()
1661 dng_stream &stream, in ReadJPEGDataToBlock()
1748 dng_stream &stream, in ReadBaselineJPEG()
1809 dng_stream &stream, in ReadLosslessJPEG()
2162 dng_stream &stream, in ReadTile()
2760 dng_stream &stream, in dng_read_tiles_task()
2916 dng_stream &stream, in Read()
/third_party/ffmpeg/libavformat/
Drtmpproto.c77 URLContext* stream; ///< TCP stream used in interactions with RTMP server member
1114 URLContext *stream = NULL; in rtmp_calc_swfhash() local
2205 static int append_flv_data(RTMPContext *rt, RTMPPacket *pkt, int skip) in append_flv_data()
2243 int stringlen, ret, skip = 0; in handle_notify() local
2965 int skip = FFMIN(rt->skip_bytes, size_temp); in rtmp_write() local

12