Home
last modified time | relevance | path

Searched defs:stream (Results 1501 - 1525 of 1976) sorted by relevance

1...<<61626364656667686970>>...80

/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c160 FT_Stream stream = loader->stream; in tt_get_metrics() local
304 FT_Stream stream = loader->stream; in FT_CALLBACK_DEF() local
323 FT_Stream stream = loader->stream; in TT_Forget_Glyph_Frame() local
763 FT_Stream stream in FT_CALLBACK_DEF() local
1384 FT_Stream stream = loader->stream; TT_Process_Composite_Glyph() local
2424 FT_Stream stream; load_sbit_image() local
2484 FT_Stream stream; tt_loader_init() local
[all...]
/third_party/python/Lib/logging/
H A D__init__.py1250 def stream(self): global() member in _StderrHandler
[all...]
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp79 std::unique_ptr<SkStreamAsset> stream = GetResourceAsStream(fResourcePath); in withSVG() local
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp171 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path.c_str()); in MakeFromFile() local
702 static sk_sp<SkPicture> create_skp_from_svg(SkStream* stream, const char* filename) { in create_skp_from_svg() argument
/third_party/tzdata/
H A Dzdump.c443 close_file(FILE *stream) in close_file() argument
454 usage(FILE * const stream, const int status) in usage() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_parse_utils.cpp1702 void DumpHexAscii (dng_stream &stream, in DumpHexAscii() argument
1850 void DumpXMP (dng_stream &stream, in DumpXMP() argument
1996 void DumpTagValues (dng_stream &stream, in DumpTagValues() argument
2297 DumpHueSatMap(dng_stream &stream, uint32 hues, uint32 sats, uint32 vals, bool skipSat0) DumpHueSatMap() argument
2662 ParseStringTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagCount, dng_string &s, bool trimBlanks) ParseStringTag() argument
2753 ParseDualStringTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagCount, dng_string &s1, dng_string &s2) ParseDualStringTag() argument
2858 ParseEncodedStringTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagCount, dng_string &s) ParseEncodedStringTag() argument
3175 ParseMatrixTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint32 rows, uint32 cols, dng_matrix &m) ParseMatrixTag() argument
3210 ParseVectorTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint32 count, dng_vector &v) ParseVectorTag() argument
3243 ParseDateTimeTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, dng_date_time &dt) ParseDateTimeTag() argument
[all...]
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c455 ft_FSp_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_FSp_stream_io() argument
1146 FT_Stream stream; FT_New_Face_From_SFNT() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h657 EpsCopyOutputStream(ZeroCopyOutputStream* stream, bool deterministic, uint8** pp) EpsCopyOutputStream() argument
675 EpsCopyOutputStream(void* data, int size, ZeroCopyOutputStream* stream, bool deterministic, uint8** pp) EpsCopyOutputStream() argument
1049 CodedOutputStream(ZeroCopyOutputStream* stream) CodedOutputStream() argument
[all...]
/third_party/python/Parser/
H A Dtokenizer.c439 PyObject *readline, *io, *stream; in fp_setreadl() local
/third_party/pulseaudio/src/utils/
H A Dpacat.c56 static pa_stream *stream = NULL; variable
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc170 operator <<( std::ostream& stream, const ValueHolder<T, N>& object) operator <<() argument
221 operator <<( std::ostream& stream, const IncrementInDtor& object) operator <<() argument
/third_party/skia/include/codec/
H A DSkCodec.h810 SkStream* stream() { stream() function in SkCodec
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs582 pub fn stream(&self) -> TokenStream { stream() functions
[all...]
H A Dfallback.rs244 let mut stream = RcVecBuilder::new(); in from() variables
254 let mut stream = TokenStream::new(); in from_iter() variables
692 pub fn stream(&self) -> TokenStream { stream() functions
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs344 let mut stream = ssl.accept(stream).unwrap(); in test_connect_with_srtp_ctx() variables
363 let mut stream = ssl.connect(stream).unwrap(); in test_connect_with_srtp_ctx() variables
413 let mut stream = ssl.accept(stream).unwrap(); test_connect_with_srtp_ssl() variables
432 let mut stream = ssl.connect(stream).unwrap(); test_connect_with_srtp_ssl() variables
837 let mut stream = acceptor.accept(stream).unwrap(); test_mozilla_server() variables
847 let mut stream = connector.connect("foobar.com", stream).unwrap(); test_mozilla_server() variables
1155 let mut stream = ssl.accept(stream).unwrap(); keying_export() variables
1171 let mut stream = ssl.connect(stream).unwrap(); keying_export() variables
[all...]
/third_party/skia/dm/
H A DDM.cpp926 SkDynamicMemoryWStream stream; in push_sink() local
1119 SkDynamicMemoryWStream stream; in Run() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp1052 std::ostringstream stream; in specToTestName() local
1063 std::ostringstream stream; in specToTestDescription() local
1105 std::ostringstream stream; operationToName() local
1140 std::ostringstream stream; operationToDescription() local
1181 std::ostringstream stream; layoutTypesToName() local
1239 std::ostringstream stream; layoutTypesToDesc() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp79 std::ostream& operator<< (std::ostream& stream, const ImageFormat& format) in operator <<() argument
H A DglsTextureBufferCase.cpp296 std::ostringstream stream; in generateVertexShaderTemplate() local
333 std::ostringstream stream; generateFragmentShaderTemplate() local
730 std::ostringstream stream; logRendering() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp124 std::ostringstream stream; in getShaderFlagsStr() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp932 std::ostringstream stream; in createImageSparseMemoryAliasingTestsCommon() local
H A DvktSparseResourcesImageSparseResidency.cpp1053 std::ostringstream stream; in createImageSparseResidencyTestsCommon() local
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp530 std::ostringstream stream; in iterate() local
538 std::ostringstream stream; in iterate() local
634 std::ostringstream stream; in generateDrawTypeName() local
721 std::ostringstream stream; compareToReference() local
[all...]
H A DteglGLES2SharedRenderingPerfTests.cpp1073 std::ostringstream stream; in createTestName() local
H A DteglGetFrameTimestampsTests.cpp347 std::ostringstream stream; in getConfigIdString() local

Completed in 42 milliseconds

1...<<61626364656667686970>>...80