Home
last modified time | relevance | path

Searched refs:doRead (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRingBuffer.cpp56 bool doRead = canRead && (!canWrite || rnd.getBool()); in RingBuffer_selfTest() local
61 if (doRead) in RingBuffer_selfTest()
/third_party/node/lib/internal/streams/
Dreadable.js514 let doRead = (state.state & kNeedReadable) !== 0;
515 debug('need readable', doRead);
519 doRead = true;
520 debug('length less than watermark', doRead);
528 doRead = false;
529 debug('reading, ended or constructing', doRead);
530 } else if (doRead) {
/third_party/node/test/parallel/
Dtest-fs-promises-writefile.js151 async function doRead() { function
168 await doRead();
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp838 bool doRead(GLuint texture);
1995 bool RectangleTest::doRead(GLuint texture) in doRead() function in glcts::RectangleTest
3578 result &= doRead(texture); in testAllFormatsAndTypes()