| /rocksdb-6.9/docs/_sass/ |
| D | _react_header_nav.scss | 11 padding-top: 4px; 14 top: 0; 15 transition: top 0.3s; 27 top: 0; 59 padding-top: $header-height + $header-pbot; 64 top: -2px; 68 top: 16px; 96 top: 0; 97 transition: background-color 0.3s, top 0.3s, opacity 0.3s, transform 0.3s; 103 border-top: $header-height + $header-ptop + $header-pbot solid $primary-bg; [all …]
|
| D | _react_docs_nav.scss | 15 padding-top: 10px; 83 top: 50%; 90 margin-top: -8px; 103 top: 50%; 110 margin-top: -7px; 118 margin-top: 2px; 234 margin-top: -6px; 247 padding-top: 35px; 280 padding-top: 0; 299 padding-top: 0px; [all …]
|
| D | _blog.scss | 3 margin-top: 60px; 13 margin-top: 60px; 29 margin-top: 0; 43 top: -25px;
|
| D | _base.scss | 50 border-top: $header-height + $header-ptop + $header-pbot solid $primary-bg; 242 margin-top: 30px; 289 padding-top: 1em; 348 padding-top: 25px; 358 top: 0; 429 top: 0; 484 padding-top: 40px;
|
| D | _search.scss | 19 top: 4px; 30 top: 12px; 90 top: 6px; 95 top: 14px;
|
| D | _promo.scss | 35 margin-top: 20px; 45 margin-top: 20px;
|
| /rocksdb-6.9/db/ |
| D | range_del_aggregator.cc | 221 icmp_->Compare(parsed, inactive_iters_.top()->end_key()) < 0) { in ShouldDelete() 395 return !heap_.empty() && BeforeEndKey(heap_.top()); in Valid() 414 auto* top = heap_.top(); in Next() local 415 top->InternalNext(); in Next() 416 if (top->Valid()) { in Next() 417 heap_.replace_top(top); in Next() 424 auto* top = heap_.top(); in key() local 425 cur_start_key_.Set(top->start_key().user_key, top->seq(), in key() 431 auto* top = heap_.top(); in value() local 432 assert(top->end_key().sequence == kMaxSequenceNumber); in value() [all …]
|
| D | range_del_aggregator.h | 164 auto active_top = active_iters_.top(); in PopActiveIter() 176 auto* iter = inactive_iters_.top(); in PopInactiveIter() 248 auto active_top = active_iters_.top(); in PopActiveIter() 260 auto* iter = inactive_iters_.top(); in PopInactiveIter()
|
| /rocksdb-6.9/docs/doc-type-examples/ |
| D | top-level-example.md | 2 layout: top-level 4 id: top-level-example 5 category: top-level 8 This is a static page disconnected from the blog or docs collections that can be added at a top-lev…
|
| /rocksdb-6.9/docs/ |
| D | CONTRIBUTING.md | 98 To modify a top-level page, edit the appropriate markdown file in `./top-level/` 100 If you want a top-level page (e.g., http://your-site.com/top-level.html) -- not in `/blog/` or `/do… 102 1. Create a markdown file in the root `./top-level/`. See `./doc-type-examples/top-level-example.md… 103 1. If you want a visible link to that file, update `_data/nav.yml` to add a link to your new top-le… 107 …y](./README.md) to test your changes. It will be at `http://127.0.0.1/your-top-level-page-permalin…
|
| D | _config.yml | 11 # as "/reponame" but leave blank if you have a top-level domain URL as it is 52 # and `top-level`. This means their content will be in `_docs` and `_top-level`. 59 top-level:
|
| D | TEMPLATE-INFORMATION.md | 15 …list of curated companies/apps that you want to show as a highlight at the top of this section, in… 17 The last thing you'll want to do is setup your top level navigation bar. You can do this by editing…
|
| /rocksdb-6.9/util/ |
| D | timer_queue.h | 172 if (m_items.top().handler) { in calcWaitTime_lock() 174 return std::make_pair(true, m_items.top().end); in calcWaitTime_lock() 187 while (m_items.size() && m_items.top().end <= Clock::now()) { in checkWork() 188 WorkItem item(m_items.top()); in checkWork()
|
| D | heap_test.cc | 93 ASSERT_EQ(ref.top(), heap.top()); in TEST_P()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_base.cc | 133 TransactionBaseImpl::SavePoint& save_point = save_points_->top(); in RollbackToSavePoint() 203 TransactionBaseImpl::SavePoint top; in PopSavePoint() local 204 std::swap(top, save_points_->top()); in PopSavePoint() 207 const TransactionKeyMap& curr_cf_key_map = top.new_keys_; in PopSavePoint() 208 TransactionKeyMap& prev_cf_key_map = save_points_->top().new_keys_; in PopSavePoint() 625 TrackKey(&save_points_->top().new_keys_, cfh_id, key, seq, read_only, in TrackKey() 676 for (const auto& key_map_iter : save_points_->top().new_keys_) { in GetTrackedKeysSinceSavePoint() 741 auto& cf_savepoint_keys = save_points_->top().new_keys_[column_family_id]; in UndoGetForUpdate()
|
| D | write_prepared_txn_db.h | 536 inline bool empty() { return top() == kMaxSequenceNumber; } in empty() 538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top() function 558 heap_.front() >= erased_heap_.top()) { 559 if (heap_.front() == erased_heap_.top()) { 563 erased = erased_heap_.top(); 566 assert(erased_heap_.empty() || erased_heap_.top() != erased); 581 auto top_seq = top(); in erase() 641 auto min_prepare = prepared_txns_.top(); in SmallestUnCommittedSeq()
|
| D | write_prepared_transaction_test.cc | 67 ASSERT_EQ(14l, heap.top()); in TEST() 70 ASSERT_EQ(14l, heap.top()); in TEST() 73 ASSERT_EQ(34l, heap.top()); in TEST() 76 ASSERT_EQ(44l, heap.top()); in TEST() 78 ASSERT_EQ(44l, heap.top()); in TEST() 81 ASSERT_EQ(64l, heap.top()); in TEST() 84 ASSERT_EQ(64l, heap.top()); in TEST() 86 ASSERT_EQ(64l, heap.top()); in TEST() 101 ASSERT_EQ(64l, heap.top()); in TEST() 104 ASSERT_EQ(74l, heap.top()); in TEST() [all …]
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-05-12-partitioned-index-filter.markdown | 22 …top-level index on them. When reading an index/filter, only top-level index is loaded into memory.…
|
| D | 2017-06-26-17-level-based-changes.markdown | 30 …top is the largest, and let's say the top two files are created after the compaction started. When…
|
| D | 2015-10-27-getthreadlist.markdown | 95 <td style="vertical-align:top;padding:3px" >OperationProperties 98 <td style="vertical-align:top;padding:3px" > 103 <td style="vertical-align:top" >
|
| /rocksdb-6.9/tools/ |
| D | trace_analyzer_tool.cc | 732 if (prefix_access > stats.top_k_prefix_access.top().first) { in MakeStatisticKeyStatsOrPrefix() 744 if (prefix_ave_access > stats.top_k_prefix_ave.top().first) { in MakeStatisticKeyStatsOrPrefix() 854 stat.second.top_k_qps_sec.top().first < time_it.second) { in MakeStatisticQPS() 899 stat.second.top_k_qps_sec.top().second, in MakeStatisticQPS() 900 stat.second.top_k_qps_sec.top().first); in MakeStatisticQPS() 910 uint32_t qps_time = stat.second.top_k_qps_sec.top().second; in MakeStatisticQPS() 1826 stat.top_k_queue.top().second); in PrintStatistics() 1839 stat.top_k_prefix_access.top().second.c_str(), in PrintStatistics() 1840 stat.top_k_prefix_access.top().first); in PrintStatistics() 1848 stat.top_k_prefix_ave.top().second.c_str(), in PrintStatistics() [all …]
|
| /rocksdb-6.9/CMakeFiles/core_tools.dir/ |
| D | build.make | 55 # The top-level source directory on which CMake was run. 58 # The top-level build directory on which CMake was run.
|
| /rocksdb-6.9/CMakeFiles/tools.dir/ |
| D | build.make | 55 # The top-level source directory on which CMake was run. 58 # The top-level build directory on which CMake was run.
|
| /rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/ |
| D | build.make | 55 # The top-level source directory on which CMake was run. 58 # The top-level build directory on which CMake was run.
|
| /rocksdb-6.9/CMakeFiles/build_version.dir/ |
| D | build.make | 55 # The top-level source directory on which CMake was run. 58 # The top-level build directory on which CMake was run.
|