HomeSort by relevance Sort by last modified time
    Searched refs:writeImpl (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 51 std::pair<uint64_t, uint64_t> writeImpl(raw_ostream &OS);
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 109 std::pair<uint64_t, uint64_t> InstrProfWriter::writeImpl(raw_ostream &OS) {
136 auto TableStart = writeImpl(OS);
148 auto TableStart = writeImpl(OS);
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 395 return writeImpl(src);
420 int result = writeImpl(writeBuf);
433 private int writeImpl(ByteBuffer buf) throws IOException {
FileChannelImpl.java 476 return writeImpl(buffer, position);
480 return writeImpl(buffer, -1);
483 private int writeImpl(ByteBuffer buffer, long position) throws IOException {
SocketChannelImpl.java 361 return writeImpl(src);
380 int result = writeImpl(writeBuf);
393 private int writeImpl(ByteBuffer src) throws IOException {

Completed in 2738 milliseconds