Home
last modified time | relevance | path

Searched defs:stream (Results 851 - 875 of 1319) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/node/deps/uv/src/win/
H A Dtcp.c208 void uv__process_tcp_shutdown_req(uv_loop_t* loop, uv_tcp_t* stream, uv_shutdown_t *req) { in uv__process_tcp_shutdown_req() argument
[all...]
/third_party/rust/crates/log/src/kv/
H A Dsource.rs469 fn stream(&self, stream: &mut value::Stream) -> value::Result { in stream() functions
501 fn stream(&self, stream: &mut value::Stream) -> value::Result { in stream() functions
[all...]
/third_party/pulseaudio/src/modules/
H A Dstream-interaction.c69 static inline pa_object* GET_DEVICE_FROM_STREAM(pa_object *stream) { in GET_DEVICE_FROM_STREAM() argument
73 static inline pa_proplist* GET_PROPLIST_FROM_STREAM(pa_object *stream) { in GET_PROPLIST_FROM_STREAM() argument
77 static const char *get_trigger_role(struct userdata *u, pa_object *stream, struc argument
267 process(struct userdata *u, pa_object *stream, bool create, bool new_stream) process() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp185 std::ostringstream stream; in setSource() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Ddebug.h81 std::ostream &stream() { return mStream; } in stream() function in gl::LogMessage
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp534 std::ostringstream stream; in parseError() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp576 static void genCompareFunctions(ostringstream& stream, const ShaderCase::ValueBlock& valueBlock, bool useFloatTypes) in genCompareFunctions() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp1687 std::stringstream stream; in itoa() local
H A Dgl3cTextureSizePromotion.cpp1596 std::stringstream stream; in itoa() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramBinaryTest.cpp1312 std::ostream &operator<<(std::ostream &stream, const PlatformsWithLinkResult &platform) in operator <<() argument
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DCollectVariables_test.cpp1571 std::ostringstream stream; in TEST_F() local
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp159 std::unique_ptr<SkCodec> SkHeifCodec::MakeFromStream(std::unique_ptr<SkStream> stream, in MakeFromStream() argument
H A DSkCodec.cpp86 MakeFromStream( std::unique_ptr<SkStream> stream, Result* outResult, SkPngChunkReader* chunkReader, SelectionPolicy selectionPolicy) MakeFromStream() argument
177 SkCodec(SkEncodedInfo&& info, XformFormat srcFormat, std::unique_ptr<SkStream> stream, SkEncodedOrigin origin) SkCodec() argument
[all...]
H A DSkBmpCodec.cpp73 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromStream(std::unique_ptr<SkStream> stream, in MakeFromStream() argument
82 std::unique_ptr<SkCodec> SkBmpCodec::MakeFromIco(std::unique_ptr<SkStream> stream, Result* result) { in MakeFromIco() argument
139 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() argument
596 MakeFromStream(std::unique_ptr<SkStream> stream, Result* result, bool inIco) MakeFromStream() argument
607 SkBmpCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) SkBmpCodec() argument
[all...]
H A DSkRawCodec.cpp166 bool is_asset_stream(const SkStream& stream) { in is_asset_stream() argument
218 explicit SkRawBufferedStream(std::unique_ptr<SkStream> stream) in SkRawBufferedStream() argument
325 SkRawAssetStream(std::unique_ptr<SkStream> stream) SkRawAssetStream() argument
393 SkPiexStream(SkRawStream* stream) SkPiexStream() argument
410 SkDngStream(SkRawStream* stream) SkDngStream() argument
436 NewFromStream(SkRawStream* stream) NewFromStream() argument
524 IsTiffHeaderValid(SkRawStream* stream) IsTiffHeaderValid() argument
598 SkDngImage(SkRawStream* stream) SkDngImage() argument
620 MakeFromStream(std::unique_ptr<SkStream> stream, Result* result) MakeFromStream() argument
[all...]
/third_party/skia/src/core/
H A DSkMipmap.cpp832 SkDynamicMemoryWStream stream; in encode_to_data() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp84 sw::Stream stream[sw::MAX_INTERFACE_COMPONENTS / 4]; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp605 std::ostringstream stream; in parseError() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.cpp171 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Pointer<UInt> &batch, in readStream() argument
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h50 } stream; member
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp210 SkPDFDocument::SkPDFDocument(SkWStream* stream, in SkPDFDocument() argument
550 void SkPDFDocument::onClose(SkWStream* stream) { in onClose() argument
614 sk_sp<SkDocument> SkPDF::MakeDocument(SkWStream* stream, const SkPDF::Metadata& metadata) { in MakeDocument() argument
/third_party/skia/tests/
H A DPictureTest.cpp68 SkDynamicMemoryWStream stream; in test_serializing_empty_picture() local
512 SkDynamicMemoryWStream stream; in test_typeface() local
/third_party/skia/src/ports/
H A DSkFontMgr_fuchsia.cpp203 sk_sp<SkTypeface> CreateTypefaceFromSkStream(std::unique_ptr<SkStreamAsset> stream, in CreateTypefaceFromSkStream() argument
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c769 FT_Stream stream; in FT_New_Face_From_SFNT() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c94 pcf_read_TOC( FT_Stream stream, in pcf_read_TOC() argument
318 pcf_get_metric( FT_Stream stream, in pcf_get_metric() argument
372 pcf_seek_to_table_type( FT_Stream stream, in pcf_seek_to_table_type() argument
479 pcf_get_properties( FT_Stream stream, PCF_Face face ) pcf_get_properties() argument
678 pcf_get_metrics( FT_Stream stream, PCF_Face face ) pcf_get_metrics() argument
813 pcf_get_bitmaps( FT_Stream stream, PCF_Face face ) pcf_get_bitmaps() argument
976 pcf_get_encodings( FT_Stream stream, PCF_Face face ) pcf_get_encodings() argument
1189 pcf_get_accel( FT_Stream stream, PCF_Face face, FT_ULong type ) pcf_get_accel() argument
[all...]

Completed in 33 milliseconds

1...<<31323334353637383940>>...53