Home
last modified time | relevance | path

Searched refs:writeOut (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java676 writeOut(ZipLong.getBytes(entry.entry.getCrc())); in rewriteSizesAndCrc()
678 writeOut(ZipLong.getBytes(entry.entry.getCompressedSize())); in rewriteSizesAndCrc()
679 writeOut(ZipLong.getBytes(entry.entry.getSize())); in rewriteSizesAndCrc()
681 writeOut(ZipLong.ZIP64_MAGIC.getBytes()); in rewriteSizesAndCrc()
682 writeOut(ZipLong.ZIP64_MAGIC.getBytes()); in rewriteSizesAndCrc()
693 writeOut(ZipEightByteInteger.getBytes(entry.entry.getSize())); in rewriteSizesAndCrc()
694 writeOut(ZipEightByteInteger.getBytes(entry.entry.getCompressedSize())); in rewriteSizesAndCrc()
700writeOut(ZipShort.getBytes(versionNeededToExtract(entry.entry.getMethod(), false, false))); in rewriteSizesAndCrc()
1413 writeOut(ZIP64_EOCD_SIG); in writeZip64CentralDirectory()
1416 writeOut(ZipEightByteInteger in writeZip64CentralDirectory()
[all …]
DStreamCompressor.java273 writeOut(data, offset, length); in writeCounted()
278 protected abstract void writeOut(byte[] data, int offset, int length) throws IOException; in writeOut() method in StreamCompressor
289 protected final void writeOut(final byte[] data, final int offset, final int length) in writeOut() method in StreamCompressor.ScatterGatherBackingStoreCompressor
291 bs.writeOut(data, offset, length); in writeOut()
304 protected final void writeOut(final byte[] data, final int offset, final int length) in writeOut() method in StreamCompressor.OutputStreamCompressor
319 protected final void writeOut(final byte[] data, final int offset, final int length) in writeOut() method in StreamCompressor.DataOutputCompressor
335 protected final void writeOut(final byte[] data, final int offset, final int length) in writeOut() method in StreamCompressor.SeekableByteChannelCompressor
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp174 void writeOut() { in writeOut() function in __anon5586b7410211::GCOVLines
208 void writeOut() { in writeOut() function in __anon5586b7410211::GCOVBlock
220 I->second->writeOut(); in writeOut()
286 void writeOut() { in writeOut() function in __anon5586b7410211::GCOVFunction
312 I->second->writeOut(); in writeOut()
404 Func.writeOut(); in emitGCNO()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/parallel/
DScatterGatherBackingStore.java54 void writeOut(byte[] data, int offset, int length) throws IOException; in writeOut() method
DFileBasedScatterGatherBackingStore.java64 public void writeOut(final byte[] data, final int offset, final int length) throws IOException { in writeOut() method in FileBasedScatterGatherBackingStore
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTrafficControlProxy.java172 queue.writeOut(); in run()
200 void writeOut() throws InterruptedException, IOException { in writeOut() method in TrafficControlProxy.MessageQueue
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp230 void writeOut() { in writeOut() function in __anonb1728d150211::GCOVLines
265 void writeOut() { in writeOut() function in __anonb1728d150211::GCOVBlock
283 I->getValue()->writeOut(); in writeOut()
371 void writeOut() { in writeOut() function in __anonb1728d150211::GCOVFunction
414 getBlock(&I).writeOut(); in writeOut()
577 Func->writeOut(); in emitProfileNotes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp247 void writeOut() { in writeOut() function in __anon01e9806d0211::GCOVLines
278 void writeOut() { in writeOut() function in __anon01e9806d0211::GCOVBlock
296 I->getValue().writeOut(); in writeOut()
380 void writeOut() { in writeOut() function in __anon01e9806d0211::GCOVFunction
423 getBlock(&I).writeOut(); in writeOut()
629 Func->writeOut(); in emitProfileNotes()