Lines Matching refs:skip
1288 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache() argument
1294 *skip = true; in flipOneBitOfCache()
1303 *skip = false; in flipOneBitOfCache()
1307 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() argument
1314 *skip = false; in appendBytesToCache()
1335 bool skip = false; in testCorruptedCache() local
1336 modifier(&skip); in testCorruptedCache()
1337 if (skip) return; in testCorruptedCache()
1370 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i][0], skip); }); in TEST_P() argument
1378 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P() argument
1386 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i][0], skip); }); in TEST_P() argument
1394 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P() argument
1400 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P() argument
1405 *skip = false; in TEST_P()