Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 2 of 2) sorted by relevance

/oneTBB/.github/scripts/
H A Dcodespell.sh54 SCAN_RESULT=`codespell --quiet-level=2 --skip "${SKIP_PATTERN}" ${SCAN_TARGET}`
/oneTBB/test/common/
H A Ddoctest.h965 bool quiet; // no console output member
6729 DOCTEST_PARSE_AS_BOOL_OR_FLAG("quiet", "q", quiet, false);
6861 if(p->quiet) {