Lines Matching refs:skip
1242 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache() argument
1248 *skip = true; in flipOneBitOfCache()
1257 *skip = false; in flipOneBitOfCache()
1261 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() argument
1268 *skip = false; in appendBytesToCache()
1290 bool skip = false; in testCorruptedCache() local
1291 modifier(&skip); in testCorruptedCache()
1292 if (skip) return; in testCorruptedCache()
1325 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i][0], skip); }); in TEST_P() argument
1333 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P() argument
1341 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i][0], skip); }); in TEST_P() argument
1349 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P() argument
1355 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P() argument
1360 *skip = false; in TEST_P()