| /third_party/flutter/skia/src/utils/win/ |
| D | SkIStream.cpp | 90 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/ |
| D | SkIStream.cpp | 90 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/ |
| D | SkFontStream.cpp | 40 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/ |
| D | SkFontStream.cpp | 40 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/ |
| D | BinaryReader.cpp | 20 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/ |
| D | YAMLParser.h | 145 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/ |
| D | YAMLParser.h | 170 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/ |
| D | test-repl-history-navigation.js | 6 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
|
| D | test-repl-reverse-search.js | 6 const stream = require('stream'); constant 189 skip: !process.features.inspector, property
|
| /third_party/libuv/test/ |
| D | runner.c | 85 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/ |
| D | miniunz.c | 33 #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/ |
| D | miniunz.c | 33 #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/ |
| D | miniunz.c | 33 #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/ |
| D | miniunz.c | 33 #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/ |
| D | miniunz.c | 33 #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/ |
| D | gstrtspsrc.c | 1848 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/ |
| D | fm.cpp | 104 skip = {Result::Skip, {}}; variable 232 SkDynamicMemoryWStream stream; in draw_as_pdf() local 397 SkMemoryStream stream{blob}; in main() local
|
| /third_party/jinja2/ |
| D | lexer.py | 305 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/ |
| D | lexer.py | 281 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/ |
| D | lexer.py | 305 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/ |
| D | fm.cpp | 128 skip = {Result::Skip, {}}; variable 289 SkDynamicMemoryWStream stream; in draw_as_pdf() local 466 SkMemoryStream stream{blob}; in main() local
|
| /third_party/curl/tests/server/ |
| D | rtspd.c | 112 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
|
| D | sws.c | 113 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/ |
| D | dng_read_image.cpp | 328 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/ |
| D | rtmpproto.c | 77 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
|