Lines Matching refs:skip
1230 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache() argument
1236 *skip = true; in flipOneBitOfCache()
1245 *skip = false; in flipOneBitOfCache()
1249 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() argument
1256 *skip = false; in appendBytesToCache()
1278 bool skip = false; in testCorruptedCache() local
1279 modifier(&skip); in testCorruptedCache()
1280 if (skip) return; in testCorruptedCache()
1313 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i][0], skip); }); in TEST_P() argument
1321 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P() argument
1329 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i][0], skip); }); in TEST_P() argument
1337 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P() argument
1343 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P() argument
1348 *skip = false; in TEST_P()