Searched refs:write1 (Results 1 – 7 of 7) sorted by relevance
201 Buffer write1 = new Buffer().writeUtf8(TestUtil.repeat('a', Segment.SIZE)); in readAllReadsOneSegmentAtATime() local214 "write(" + write1 + ", " + write1.size() + ")", in readAllReadsOneSegmentAtATime()
226 Buffer write1 = new Buffer().writeUtf8(TestUtil.repeat('a', Segment.SIZE)); in writeAllWritesOneSegmentAtATime() local240 "write(" + write1 + ", " + write1.size() + ")", in writeAllWritesOneSegmentAtATime()
487 Buffer write1 = new Buffer().writeUtf8("" in readAllWritesAllSegmentsAtOnce() local501 mockSink.assertLog("write(" + write1 + ", " + write1.size() + ")"); in readAllWritesAllSegmentsAtOnce()
29 for f in write1; do
4764 void write1(Foo& f);4800 …write1(foo); // expected-warning {{passing variable 'foo' by reference requires holding … in test1()4827 …write1(*foop); // expected-warning {{passing the value that 'foop' points to by referenc… in test1()4834 …write1(*foosp); // expected-warning {{reading the value pointed to by 'foosp' requires h… in test1()4842 write1(*foosp.get()); in test1()
1724 REG_WR(bp, BNX2_NVM_WRITE1, flash->write1); in bnx2_init_nvram()
3982 u32 write1; member