| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_iptc.cpp | 183 void dng_iptc::ParseString (dng_stream &stream, in ParseString() argument 627 SpoolString(dng_stream &stream, const dng_string &s, uint8 dataSet, uint32 maxChars, CharSet charSet) SpoolString() argument [all...] |
| H A D | dng_misc_opcodes.cpp | 44 dng_opcode_TrimBounds::dng_opcode_TrimBounds (dng_stream &stream) in dng_opcode_TrimBounds() argument 118 GetData(dng_stream &stream) GetData() argument 277 dng_opcode_MapTable(dng_host &host, dng_stream &stream) dng_opcode_MapTable() argument 473 dng_opcode_MapPolynomial(dng_stream &stream) dng_opcode_MapPolynomial() argument 847 dng_opcode_DeltaPerRow(dng_host &host, dng_stream &stream) dng_opcode_DeltaPerRow() argument 1053 dng_opcode_DeltaPerColumn(dng_host &host, dng_stream &stream) dng_opcode_DeltaPerColumn() argument 1261 dng_opcode_ScalePerRow(dng_host &host, dng_stream &stream) dng_opcode_ScalePerRow() argument 1438 dng_opcode_ScalePerColumn(dng_host &host, dng_stream &stream) dng_opcode_ScalePerColumn() argument [all...] |
| H A D | dng_opcodes.cpp | 47 dng_opcode(uint32 opcodeID, dng_stream &stream, const char *name) dng_opcode() argument 162 dng_opcode_Unknown(dng_host &host, uint32 opcodeID, dng_stream &stream) dng_opcode_Unknown() argument 345 dng_filter_opcode(uint32 opcodeID, dng_stream &stream, const char *name) dng_filter_opcode() argument 519 dng_inplace_opcode(uint32 opcodeID, dng_stream &stream, const char *name) dng_inplace_opcode() argument [all...] |
| H A D | dng_shared.cpp | 100 bool dng_camera_profile_info::ParseTag (dng_stream &stream, in ParseTag() argument 1032 ParseExtended(dng_stream &stream) ParseExtended() argument 1247 ParseTag(dng_stream &stream, dng_exif &exif, uint32 parentCode, bool , uint32 tagCode, uint32 tagType, uint32 tagCount, uint64 tagOffset, int64 ) ParseTag() argument 1303 Parse_ifd0(dng_stream &stream, dng_exif & , uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint64 tagOffset) Parse_ifd0() argument 2743 Parse_ifd0_exif(dng_stream &stream, dng_exif & , uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint64 tagOffset) Parse_ifd0_exif() argument [all...] |
| /third_party/python/Modules/cjkcodecs/ |
| H A D | multibytecodec.h | 106 PyObject *stream; member 111 PyObject *stream; member
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | CodedOutputStreamTest.java | 53 CodedOutputStream stream(); in stream() method 61 private final CodedOutputStream stream; field in CodedOutputStreamTest.OutputStreamCoder 70 public CodedOutputStream stream() { in stream() method in CodedOutputStreamTest.OutputStreamCoder 86 private final CodedOutputStream stream; field in CodedOutputStreamTest.ArrayCoder 95 public CodedOutputStream stream() { in stream() method in CodedOutputStreamTest.ArrayCoder 111 private final CodedOutputStream stream; global() field in CodedOutputStreamTest.NioHeapCoder 127 public CodedOutputStream stream() { stream() method in CodedOutputStreamTest.NioHeapCoder 150 private final CodedOutputStream stream; global() field in CodedOutputStreamTest.NioDirectCoder 170 public CodedOutputStream stream() { stream() method in CodedOutputStreamTest.NioDirectCoder [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | proto_writer.h | 133 io::CodedOutputStream* stream() { return stream_.get(); } in stream() function in google::protobuf::util::converter::ProtoWriter
|
| /third_party/skia/modules/skottie/src/ |
| H A D | SkottieTool.cpp | 54 auto stream = std::make_unique<SkFILEWStream>(SkOSPath::Join(FLAGS_writePath[0], in MakeFrameStream() local 99 auto stream = MakeFrameStream(idx, "png"); variable 135 auto stream = MakeFrameStream(idx, "skp"); variable [all...] |
| /third_party/skia/experimental/ffmpeg/ |
| H A D | SkVideoEncoder.cpp | 86 SkRandomAccessWStream* stream = (SkRandomAccessWStream*)ctx; in sk_write_packet() local 92 SkRandomAccessWStream* stream = (SkRandomAccessWStream*)ctx; in sk_seek_packet() local
|
| /third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/ |
| H A D | native-lib.cpp | 141 std::unique_ptr<SkStream> stream = SkMemoryStream::Make(data); in Java_org_skia_skottie_SkottieAnimation_nCreateProxy() local
|
| /third_party/skia/bench/ |
| H A D | SkGlyphCacheBench.cpp | 238 auto stream = fDataProvider(); variable
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureBufferTests.cpp | 69 std::ostringstream stream; in toTestName() local 100 std::ostringstream stream; in toTestName() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | os_win32.c | 219 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuFormatUtil.hpp | 60 std::stringstream stream; in toString() local 71 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex) in operator <<() argument 100 std::ostream& toStream (std::ostream& stream) in toStream() argument 131 operator <<(std::ostream& stream, Bitfield<BitfieldSize> decoder) operator <<() argument 174 operator <<(std::ostream& stream, const Enum<T, NumBytes>& fmt) operator <<() argument [all...] |
| H A D | tcuRGBA.hpp | 180 inline std::ostream& operator<< (std::ostream& stream, RGBA c) in operator <<() argument
|
| H A D | tcuVector.hpp | 414 std::ostream& operator<< (std::ostream& stream, const tcu::Vector<T, Size>& vec) in operator <<() argument
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deSha1.c | 43 void deSha1Stream_init (deSha1Stream* stream) in deSha1Stream_init() argument 57 static void deSha1Stream_flushChunk (deSha1Stream* stream) in deSha1Stream_flushChunk() argument 130 deSha1Stream_process(deSha1Stream* stream, size_t size, const void* data_) deSha1Stream_process() argument 155 deSha1Stream_finalize(deSha1Stream* stream, deSha1* hash) deSha1Stream_finalize() argument 197 deSha1Stream stream; deSha1_compute() local 409 deSha1Stream stream; deSha1_selfTest() local [all...] |
| /third_party/vk-gl-cts/framework/delibs/destream/ |
| H A D | deIOStream.h | 86 deIOStream_write(deIOStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) deIOStream_write() argument 95 deIOStream_read(deIOStream* stream, void* buf, deInt32 bufSize, deInt32* numRead) deIOStream_read() argument 104 deIOStream_getError(deIOStream* stream) deIOStream_getError() argument 113 deIOStream_flush(deIOStream* stream) deIOStream_flush() argument 122 deIOStream_deinit(deIOStream* stream) deIOStream_deinit() argument 137 deIOStream_getStatus(deIOStream* stream) deIOStream_getStatus() argument [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglSwapBuffersTests.cpp | 111 std::ostringstream stream; in getConfigIdString() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | os_win32.c | 219 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
| /third_party/zlib/contrib/minizip/ |
| H A D | iowin32.c | 195 uLong ZCALLBACK win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() argument 217 uLong ZCALLBACK win32_write_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) in win32_write_file_func() argument 258 long ZCALLBACK win32_tell_file_func(voidpf opaque, voidpf stream) in win32_tell_file_func() argument 281 win32_tell64_file_func(voidpf opaque, voidpf stream) win32_tell64_file_func() argument 306 win32_seek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) win32_seek_file_func() argument 344 win32_seek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) win32_seek64_file_func() argument 383 win32_close_file_func(voidpf opaque, voidpf stream) win32_close_file_func() argument 401 win32_error_file_func(voidpf opaque, voidpf stream) win32_error_file_func() argument [all...] |
| /third_party/zlib/contrib/testzlib/ |
| H A D | testzlib.c | 121 FILE* stream;
in ReadFileMemory() local
|
| /base/startup/init/test/unittest/loopevent/ |
| H A D | loopserver_unittest.cpp | 144 TaskHandle stream; in TestTcpIncomingConnect() local 161 TaskHandle stream; in TestPipIncomingConnect() local
|
| /base/startup/appspawn/standard/ |
| H A D | appspawn_appmgr.c | 396 FILE *stream = NULL; in ProcessAppSpawnDumpMsg() local
|
| /base/startup/init/services/param/trigger/ |
| H A D | trigger_processor.c | 120 PARAM_STATIC void ProcessBeforeEvent(const ParamTaskPtr stream,
in ProcessBeforeEvent() argument
|