Home
last modified time | relevance | path

Searched refs:description (Results 1 – 20 of 20) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/test/
DRocksJunitRunner.java72 public void testRunStarted(final Description description) { in testRunStarted() argument
78 public void testStarted(final Description description) { in testStarted() argument
80 || !currentClassName.equals(description.getClassName())) { in testStarted()
86 writer.format("%nRunning: %s%n", description.getClassName()); in testStarted()
87 currentClassName = description.getClassName(); in testStarted()
89 currentMethodName = description.getMethodName(); in testStarted()
129 public void testIgnored(final Description description) { in testIgnored() argument
135 public void testFinished(final Description description) { in testFinished() argument
/rocksdb-6.9/tools/advisor/test/input_files/
Drules_err1.ini19 suggestions=missing-description
28 suggestions=missing-description
35 [Suggestion "missing-description"]
36 description= key
Dtest_rules.ini47 description='modify options such that (level0_file_num_compaction_trigger * write_buffer_size - max… key
Dtriggered_rules.ini83 description='modify options such that (level0_file_num_compaction_trigger * write_buffer_size - max… key
/rocksdb-6.9/tools/advisor/advisor/
Drule_parser.py232 self.description = None
253 self.description = value
256 if not self.description:
268 if self.description:
269 sugg_string += (' description : ' + self.description)
Drule_parser_example.py48 parser = argparse.ArgumentParser(description='Use this script to get\
Dconfig_optimizer_example.py73 parser = argparse.ArgumentParser(description='This script is used for\
/rocksdb-6.9/tools/
Dwrite_stress_runner.py71 parser = argparse.ArgumentParser(description="This script runs and kills \
Ddb_crashtest.py479 parser = argparse.ArgumentParser(description="This script runs and kills \
/rocksdb-6.9/build_tools/
Dmake_package.sh129 --description "RocksDB is an embeddable persistent key-value store for fast storage." \
Damalgamate.py91 parser = argparse.ArgumentParser(description="Transform a unity build into an amalgamation")
Dprecommit_checker.py187 parser = argparse.ArgumentParser(description='RocksDB pre-commit checker.')
/rocksdb-6.9/docs/_posts/
D2017-02-17-bulkoad-ingest-sst-file.markdown10 …... ), but what happens when you write to RocksDB ? .. this is a brief description of what happens.
D2015-11-16-analysis-file-read-latency-by-level.markdown170 Also could anyone please provide more description on the histogram ? especially
D2018-11-21-delete-range.markdown161 *([Image source: Leetcode](https://leetcode.com/problems/the-skyline-problem/description/)) The sky…
/rocksdb-6.9/docs/
D_config.yml5 description: >
DCONTRIBUTING.md12 - Make sure you update `title`, `description`, `tagline` and `gacode` (Google Analytics) in `./_con…
/rocksdb-6.9/
DLICENSE.Apache186 file or class name and description of purpose be included on the
DWINDOWS_PORT.md34 The top-level CMakeLists.txt file contains description of all targets and build rules. It also prov…
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3849 static std::string FormatCxxExceptionMessage(const char* description, in FormatCxxExceptionMessage() argument
3852 if (description != NULL) { in FormatCxxExceptionMessage()
3853 message << "C++ exception with description \"" << description << "\""; in FormatCxxExceptionMessage()