Searched refs:lines (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | InfoLogLevelTest.java | 92 final String[] lines = new String(readAllBytes(get( in getLogContentsWithoutHeader() local 95 int first_non_header = lines.length; in getLogContentsWithoutHeader() 97 for (int i = lines.length - 1; i >= 0; --i) { in getLogContentsWithoutHeader() 98 if (lines[i].indexOf("DB pointer") >= 0) { in getLogContentsWithoutHeader() 104 for (int i = first_non_header; i < lines.length; ++i) { in getLogContentsWithoutHeader() 105 builder.append(lines[i]).append(separator); in getLogContentsWithoutHeader()
|
| /rocksdb-6.9/coverage/ |
| D | parse_gcov_output.py | 32 lines = int(match_obj.group(2)) 35 per_file_coverage[current_file] = (coverage, lines) 40 total_coverage = (coverage, lines) 86 coverage, lines = coverage_info 87 print(record_template % (fname, coverage, lines))
|
| /rocksdb-6.9/ |
| D | thirdparty.inc | 53 # Edit these 4 lines to define paths to Snappy 92 # Edit these 4 lines to define paths to LZ4 132 # Edit these 4 lines to define paths to ZLIB 191 # Edit these 4 lines to define paths to ZSTD 230 # Edit these 4 lines to define paths to Jemalloc
|
| /rocksdb-6.9/logging/ |
| D | auto_roll_logger_test.cc | 516 size_t lines = std::count(std::istreambuf_iterator<char>(inFile), in TEST_F() local 518 ASSERT_EQ(log_lines, lines); in TEST_F() 555 size_t lines = std::count(std::istreambuf_iterator<char>(inFile), in TEST_F() local 557 ASSERT_EQ(log_lines, lines); in TEST_F()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-05-14-core-local-stats.markdown | 12 …ese tickers a few times. Many concurrent user reads would cause the cache lines containing these a…
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 2773 std::vector<std::string> lines; in SplitEscapedString() local 2784 lines.push_back(str.substr(start, i - start - 1)); in SplitEscapedString() 2791 lines.push_back(str.substr(start, end - start)); in SplitEscapedString() 2792 return lines; in SplitEscapedString() 7283 std::vector<std::string> lines; in LoadFlagsFromFile() local 7284 SplitString(contents, '\n', &lines); in LoadFlagsFromFile() 7285 for (size_t i = 0; i < lines.size(); ++i) { in LoadFlagsFromFile() 7286 if (lines[i].empty()) in LoadFlagsFromFile() 7288 if (!ParseGoogleTestFlag(lines[i].c_str())) in LoadFlagsFromFile()
|