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
1579 private AuthorityInfo getOrCreateAuthorityLocked(EndPoint info, int ident, boolean doWrite) { in getOrCreateAuthorityLocked() argument1589 authority = createAuthorityLocked(info, ident, doWrite); in getOrCreateAuthorityLocked()1595 private AuthorityInfo createAuthorityLocked(EndPoint info, int ident, boolean doWrite) { in createAuthorityLocked() argument1600 doWrite = true; in createAuthorityLocked()1607 if (doWrite) { in createAuthorityLocked()1624 boolean doWrite) { in removeAuthorityLocked() argument1633 if (doWrite) { in removeAuthorityLocked()
895 boolean doWrite = false; in shutdown()901 doWrite = true; in shutdown()904 if (doWrite) { in shutdown()
1412 boolean doWrite = false; in shutdown()1418 doWrite = true; in shutdown()1421 if (doWrite) { in shutdown()
14269 boolean doWrite = false;14316 doWrite = true;14387 if (doWrite || (mLastWriteTimeMs + (60 * 1000)) < mSecRealtime) {