Lines Matching refs:skip
1239 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache() argument
1245 *skip = true; in flipOneBitOfCache()
1254 *skip = false; in flipOneBitOfCache()
1258 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() argument
1265 *skip = false; in appendBytesToCache()
1287 bool skip = false; in testCorruptedCache() local
1288 modifier(&skip); in testCorruptedCache()
1289 if (skip) return; in testCorruptedCache()
1322 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i][0], skip); }); in TEST_P() argument
1330 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P() argument
1338 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i][0], skip); }); in TEST_P() argument
1346 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P() argument
1352 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P() argument
1357 *skip = false; in TEST_P()