Lines Matching refs:skip
1048 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache() argument
1054 *skip = true; in flipOneBitOfCache()
1063 *skip = false; in flipOneBitOfCache()
1067 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() argument
1074 *skip = false; in appendBytesToCache()
1096 bool skip = false; in testCorruptedCache() local
1097 modifier(&skip); in testCorruptedCache()
1098 if (skip) return; in testCorruptedCache()
1131 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i], skip); }); in TEST_P() argument
1139 [this, i](bool* skip) { appendBytesToCache(mModelCache[i], skip); }); in TEST_P() argument
1147 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i], skip); }); in TEST_P() argument
1155 [this, i](bool* skip) { appendBytesToCache(mDataCache[i], skip); }); in TEST_P() argument
1161 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P() argument
1166 *skip = false; in TEST_P()