Searched refs:content (Results 1 – 21 of 21) sorted by relevance
| /rocksdb-6.9/file/ |
| D | random_access_file_reader_test.cc | 52 void Write(const std::string& fname, const std::string& content) { in Write() argument 55 ASSERT_OK(f->Append(content, IOOptions(), nullptr)); in Write() 67 void AssertResult(const std::string& content, in AssertResult() argument 72 ASSERT_EQ(content.substr(r.offset, r.len), r.result.ToString()); in AssertResult() 108 std::string content; in TEST_F() local 109 test::RandomString(&rand, 3 * static_cast<int>(alignment()), &content); in TEST_F() 110 Write(fname, content); in TEST_F() 142 AssertResult(content, reqs); in TEST_F() 179 AssertResult(content, reqs); in TEST_F() 216 AssertResult(content, reqs); in TEST_F() [all …]
|
| /rocksdb-6.9/docs/ |
| D | CONTRIBUTING.md | 1 This provides guidance on how to contribute various content to `rocksdb.org`. 16 Most content is written in markdown. You name the file `something.md`, then have a header that look… 33 Modify `index.md` with your new or updated content. 35 If you want a `GridBlock` as part of your content, you can do so directly with HTML: 63 {% include content/gridblocks.html data_source=site.data.features imagealign="bottom"%} 87 - You can use folders in the `./_docs/` directory to organize your content if you want.
|
| D | README.md | 7 See [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to add or modify content. 50 - For content changes only, you can use `--incremental` for faster builds.
|
| D | index.md | 9 {% include content/gridblocks.html data_source=site.data.features align="center" %}
|
| D | _config.yml | 52 # and `top-level`. This means their content will be in `_docs` and `_top-level`.
|
| D | TEMPLATE-INFORMATION.md | 13 The second place for your homepage is in `index.md` which contains the bulk of the main content bel…
|
| /rocksdb-6.9/docs/css/ |
| D | main.scss | 89 // Width of the content area 90 $content-width: 900px; 107 @content;
|
| /rocksdb-6.9/docs/_sass/ |
| D | _reset.scss | 37 content: ''; 38 content: none;
|
| D | _react_header_nav.scss | 87 justify-content: space-between; 116 content: '';
|
| D | _search.scss | 13 content: " "; 25 content: " ";
|
| D | _base.scss | 75 max-width: $content-width; 105 max-width: $content-width; 424 justify-content: flex-end;
|
| D | _react_docs_nav.scss | 81 content: ""; 101 content: "";
|
| D | _footer.scss | 14 align-content: center;
|
| D | _gridBlock.scss | 66 content: "\2022";
|
| /rocksdb-6.9/test_util/ |
| D | testutil.h | 594 const std::string& content) { in WriteToNewFile() argument 600 r->Append(content); in WriteToNewFile() 603 assert(files_[file_name] == content); in WriteToNewFile()
|
| /rocksdb-6.9/tools/ |
| D | check_format_compatible.sh | 78 echo ==== Read different content from $1 and $2 or error happened. ====
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-08-23-data-block-hash-index.markdown | 64 …content, or byte sequence) into different hash values. This assumes the comparator will not treat …
|
| /rocksdb-6.9/utilities/ |
| D | env_librados.md | 16 …leFile. After reaching the buffer_max_size, EnvLibrados will sync buffer content to RADOS, then cl…
|
| /rocksdb-6.9/ |
| D | LICENSE.Apache | 142 origin of the Work and reproducing the content of the NOTICE file.
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 10463 const std::string content = ReadEntireFile(file); in GetCapturedString() local 10465 return content; in GetCapturedString() 10494 const std::string content = (*captured_stream)->GetCapturedString(); in GetCapturedStream() local 10499 return content; in GetCapturedStream() 10549 const std::string content(buffer, bytes_read); in ReadEntireFile() local 10552 return content; in ReadEntireFile()
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 1382 Slice content = block_builder.Finish(); in TEST_P() local 1383 ASSERT_EQ(content.size() + kBlockTrailerSize + diff_internal_user_bytes, in TEST_P()
|