Searched refs:VERIFY_NONE (Results 1 - 10 of 10) sorted by relevance

/external/fio/
H A Dverify.h9 VERIFY_NONE = 0, /* no verification */ enumerator in enum:__anon6485
H A Dbackend.c743 if (td->o.verify != VERIFY_NONE &&
797 if (td->o.verify != VERIFY_NONE && io_u->ddir == DDIR_READ &&
828 td->o.verify != VERIFY_NONE &&
1129 if (td->o.verify != VERIFY_NONE) {
1288 td->o.verify != VERIFY_NONE &&
1549 o->verify == VERIFY_NONE ||
1575 (td->o.verify != VERIFY_NONE && td_write(td))) {
H A Dinit.c596 if (o->norandommap && o->verify != VERIFY_NONE
655 if (o->verify != VERIFY_NONE) {
950 if (o->verify != VERIFY_NONE)
H A Dverify.c134 case VERIFY_NONE:
794 if (td->o.verify != VERIFY_NONE)
H A Diolog.c236 (file_randommap(td, ipo->file) || td->o.verify == VERIFY_NONE)) {
H A Dio_u.c472 if (td->o.do_verify && td->o.verify != VERIFY_NONE)
H A Doptions.c1048 if (!ret && td->o.verify == VERIFY_NONE)
2286 .oval = VERIFY_NONE,
/external/fio/engines/
H A Dmmap.c42 if (td->o.verify != VERIFY_NONE)
H A Dnet.c543 if (td->o.verify == VERIFY_NONE)
638 if (is_udp(o) && td->o.verify == VERIFY_NONE)
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp125 VERIFY_NONE = 0, enumerator in enum:deqp::gles31::Functional::__anon4681::Verify
2041 render(m_testCtx, m_context.getRenderContext(), m_state->textureRenderer, results, rng, *srcImage, srcImageLevels, m_srcImageInfo, VERIFY_NONE);
2056 render(m_testCtx, m_context.getRenderContext(), m_state->textureRenderer, results, rng, *dstImage, dstImageLevels, m_dstImageInfo, VERIFY_NONE);

Completed in 172 milliseconds