Searched refs:doWrite (Results 1 – 6 of 6) sorted by relevance
60 doWrite(out); in timeWrite_Upstream()76 doWrite(out); in timeWrite_LocalUsing4ByteSequences()92 doWrite(out); in timeWrite_LocalUsing3ByteSequences()102 final ByteArrayInputStream is = new ByteArrayInputStream(doWrite()); in timeRead_Upstream()118 final ByteArrayInputStream is = new ByteArrayInputStream(doWrite()); in timeRead_LocalUsing4ByteSequences()133 final ByteArrayInputStream is = new ByteArrayInputStream(doWrite()); in timeRead_LocalUsing3ByteSequences()152 private static byte[] doWrite() throws IOException { in doWrite() method in FastDataPerfTest155 doWrite(out); in doWrite()159 private static void doWrite(DataOutput out) throws IOException { in doWrite() method in FastDataPerfTest
59 doWrite(() -> Xml.newFastSerializer()); in timeWrite_Fast()64 doWrite(() -> Xml.newBinarySerializer()); in timeWrite_Binary()67 private void doWrite(Supplier<TypedXmlSerializer> outFactory) throws Exception { in doWrite() method in XmlPerfTest
516 boolean doWrite = false; in shutdown()522 doWrite = true; in shutdown()525 if (doWrite) { in shutdown()
1637 boolean doWrite = false; in shutdown()1643 doWrite = true; in shutdown()1646 if (doWrite) { in shutdown()
1585 private AuthorityInfo getOrCreateAuthorityLocked(EndPoint info, int ident, boolean doWrite) { in getOrCreateAuthorityLocked() argument1595 authority = createAuthorityLocked(info, ident, doWrite); in getOrCreateAuthorityLocked()1601 private AuthorityInfo createAuthorityLocked(EndPoint info, int ident, boolean doWrite) { in createAuthorityLocked() argument1606 doWrite = true; in createAuthorityLocked()1613 if (doWrite) { in createAuthorityLocked()1630 boolean doWrite) { in removeAuthorityLocked() argument1639 if (doWrite) { in removeAuthorityLocked()
14839 boolean doWrite = false;14887 doWrite = true;14958 if (doWrite || (mLastWriteTimeMs + (60 * 1000)) < mSecRealtime) {