Home
last modified time | relevance | path

Searched refs:positive (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/tools/advisor/advisor/
Drules.ini162 …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…
/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md15 …kTolerateCorruptedTailRecords to kPointInTimeRecovery. Avoid some false positive when file system …
DCODE_OF_CONDUCT.md14 Examples of behavior that contributes to creating a positive environment
DWINDOWS_PORT.md73 …e-allocated space is not filled with zeros like on Linux, however, on a positive note, the end of …
DHISTORY.md108 …m filter has the same false positive rate at 9.55 bits per key as the old one at 10 bits per key, …
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2013 std::string positive; in FilterMatchesTest() local
2016 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()