Lines Matching refs:skip
1233 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache() argument
1239 *skip = true; in flipOneBitOfCache()
1248 *skip = false; in flipOneBitOfCache()
1252 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() argument
1259 *skip = false; in appendBytesToCache()
1281 bool skip = false; in testCorruptedCache() local
1282 modifier(&skip); in testCorruptedCache()
1283 if (skip) return; in testCorruptedCache()
1316 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i][0], skip); }); in TEST_P() argument
1324 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P() argument
1332 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i][0], skip); }); in TEST_P() argument
1340 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P() argument
1346 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P() argument
1351 *skip = false; in TEST_P()