/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | StreamCompressor.java | 273 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
|
D | ZipArchiveOutputStream.java | 676 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() 700 … writeOut(ZipShort.getBytes(versionNeededToExtract(entry.entry.getMethod(), false, false))); in rewriteSizesAndCrc() 1413 writeOut(ZIP64_EOCD_SIG); in writeZip64CentralDirectory() 1416 writeOut(ZipEightByteInteger in writeZip64CentralDirectory() [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/parallel/ |
D | ScatterGatherBackingStore.java | 54 void writeOut(byte[] data, int offset, int length) throws IOException; in writeOut() method
|
D | FileBasedScatterGatherBackingStore.java | 64 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/ |
D | TrafficControlProxy.java | 172 queue.writeOut(); in run() 200 void writeOut() throws InterruptedException, IOException { in writeOut() method in TrafficControlProxy.MessageQueue
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 230 void writeOut() { in writeOut() function in __anonfb28f5d70211::GCOVLines 265 void writeOut() { in writeOut() function in __anonfb28f5d70211::GCOVBlock 283 I->getValue()->writeOut(); in writeOut() 371 void writeOut() { in writeOut() function in __anonfb28f5d70211::GCOVFunction 414 getBlock(&I).writeOut(); in writeOut() 577 Func->writeOut(); in emitProfileNotes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 247 void writeOut() { in writeOut() function in __anon0aa0896f0211::GCOVLines 278 void writeOut() { in writeOut() function in __anon0aa0896f0211::GCOVBlock 296 I->getValue().writeOut(); in writeOut() 380 void writeOut() { in writeOut() function in __anon0aa0896f0211::GCOVFunction 423 getBlock(&I).writeOut(); in writeOut() 629 Func->writeOut(); in emitProfileNotes()
|