Searched refs:positive (Results 1 – 6 of 6) sorted by relevance
162 …filter.useful.count:[]rocksdb.bloom.filter.full.positive.count:[]rocksdb.bloom.filter.full.true.po…173 …filter.useful.count:[]rocksdb.bloom.filter.full.positive.count:[]rocksdb.bloom.filter.full.true.po…
15 …kTolerateCorruptedTailRecords to kPointInTimeRecovery. Avoid some false positive when file system …
14 Examples of behavior that contributes to creating a positive environment
73 …e-allocated space is not filled with zeros like on Linux, however, on a positive note, the end of …
108 …m filter has the same false positive rate at 9.55 bits per key as the old one at 10 bits per key, …
2013 std::string positive; in FilterMatchesTest() local2016 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter in FilterMatchesTest()2019 positive = std::string(p, dash); // Everything up to the dash in FilterMatchesTest()2021 if (positive.empty()) { in FilterMatchesTest()2023 positive = kUniversalFilter; in FilterMatchesTest()2029 return (MatchesFilter(full_name, positive.c_str()) && in FilterMatchesTest()