Home
last modified time | relevance | path

Searched refs:content (Results 1 – 21 of 21) sorted by relevance

/rocksdb-6.9/file/
Drandom_access_file_reader_test.cc52 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/
DCONTRIBUTING.md1 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.
DREADME.md7 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.
Dindex.md9 {% include content/gridblocks.html data_source=site.data.features align="center" %}
D_config.yml52 # and `top-level`. This means their content will be in `_docs` and `_top-level`.
DTEMPLATE-INFORMATION.md13 The second place for your homepage is in `index.md` which contains the bulk of the main content bel…
/rocksdb-6.9/docs/css/
Dmain.scss89 // Width of the content area
90 $content-width: 900px;
107 @content;
/rocksdb-6.9/docs/_sass/
D_reset.scss37 content: '';
38 content: none;
D_react_header_nav.scss87 justify-content: space-between;
116 content: '';
D_search.scss13 content: " ";
25 content: " ";
D_base.scss75 max-width: $content-width;
105 max-width: $content-width;
424 justify-content: flex-end;
D_react_docs_nav.scss81 content: "";
101 content: "";
D_footer.scss14 align-content: center;
D_gridBlock.scss66 content: "\2022";
/rocksdb-6.9/test_util/
Dtestutil.h594 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/
Dcheck_format_compatible.sh78 echo ==== Read different content from $1 and $2 or error happened. ====
/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown64content, or byte sequence) into different hash values. This assumes the comparator will not treat …
/rocksdb-6.9/utilities/
Denv_librados.md16 …leFile. After reaching the buffer_max_size, EnvLibrados will sync buffer content to RADOS, then cl…
/rocksdb-6.9/
DLICENSE.Apache142 origin of the Work and reproducing the content of the NOTICE file.
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10463 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/
Dtable_test.cc1382 Slice content = block_builder.Finish(); in TEST_P() local
1383 ASSERT_EQ(content.size() + kBlockTrailerSize + diff_internal_user_bytes, in TEST_P()