Searched refs:write_to_stream (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/ports/ |
D | SkImageEncoder_NDK.cpp | 54 auto write_to_stream = [](void* userContext, const void* data, size_t size) { in write_image_to_stream() local 60 reinterpret_cast<void*>(stream), write_to_stream); in write_image_to_stream()
|
/external/skia/tools/ |
D | HashAndEncode.cpp | 142 auto write_to_stream = +[](png_structp png, png_bytep ptr, png_size_t len) { in encodePNG() local 148 png_set_write_fn(png, st, write_to_stream, nullptr); in encodePNG()
|
/external/openthread/third_party/mbedtls/repo/scripts/ |
D | config.py | 465 def write_to_stream(self, output): member in ConfigFile 482 self.write_to_stream(output)
|
/external/mbedtls/scripts/ |
D | config.py | 443 def write_to_stream(self, output): member in ConfigFile 460 self.write_to_stream(output)
|
/external/python/cpython3/Doc/library/ |
D | contextlib.rst | 954 >>> write_to_stream = redirect_stdout(stream) 955 >>> with write_to_stream: 957 ... with write_to_stream:
|