Home
last modified time | relevance | path

Searched defs:writeToStream (Results 1 – 12 of 12) sorted by relevance

/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/
DMatrixToImageWriter.java143 …public static void writeToStream(BitMatrix matrix, String format, OutputStream stream) throws IOEx… in writeToStream() method in MatrixToImageWriter
156 …public static void writeToStream(BitMatrix matrix, String format, OutputStream stream, MatrixToIma… in writeToStream() method in MatrixToImageWriter
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DImageUtil.java162 public static boolean writeToStream( in writeToStream() method in ImageUtil
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeImageDecoderTest.java98 static void writeToStream(OutputStream output, int resId, int offset, int extra) { in writeToStream() method in ShadowNativeImageDecoderTest
/external/skia/src/core/
DSkWriter32.h239 bool writeToStream(SkWStream* stream) const { in writeToStream() function
DSkWriteBuffer.cpp158 bool SkBinaryWriteBuffer::writeToStream(SkWStream* stream) const { in writeToStream() function in SkBinaryWriteBuffer
DSkStream.cpp646 bool SkDynamicMemoryWStream::writeToStream(SkWStream* dst) const { in writeToStream() function in SkDynamicMemoryWStream
/external/bazelbuild-kotlin-rules/tools/java/com/google/devtools/kotlin/srczip/
DSourceJarZipper.kt93 fun MutableMap<Path, Path>.writeToStream( in writeToStream() method
/external/okio/okio/src/jvmTest/kotlin/okio/
DBufferTest.kt271 fun writeToStream() { in writeToStream() method
/external/kotlinx.serialization/formats/json-tests/jvmTest/src/kotlinx/serialization/features/
DJsonLazySequenceTest.kt24 private suspend inline fun <reified T> Flow<T>.writeToStream(os: OutputStream) { in <lambda>() method in kotlinx.serialization.features.JsonLazySequenceTest
/external/okhttp/okio/okio/src/test/java/okio/
DBufferTest.java269 @Test public void writeToStream() throws Exception { in writeToStream() method in BufferTest
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
DTextStub.cpp1133 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream() function in TextAPIWriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp1128 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream() function in llvm::MachO::TextAPIWriter