Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/docs/_data/
Dauthors.yml2 full_name: Igor Canadi
6 full_name: Xing Jin
10 full_name: Lei Jin
14 full_name: Yueh-Hsuan Chiang
22 full_name: Feng Zhu
30 full_name: Siying Dong
34 full_name: Dmitri Smirnov
41 full_name: Yi Wu
61 full_name: Sagar Vemuri
65 full_name: Aaron Gao
[all …]
/rocksdb-6.9/tools/
Dbenchmark.sh399 full_name=$2
401 out_name="benchmark_${full_name}.t${num_threads}.log"
415 summarize_result $output_dir/${out_name} ${full_name}.t${num_threads} seekrandomwhile${operation}
419 full_name=$1
421 out_name="benchmark_${full_name}.t${num_threads}.log"
433 summarize_result $output_dir/${out_name} ${full_name}.t${num_threads} seekrandom
/rocksdb-6.9/env/
Denv_posix.cc200 std::string full_name = local_path + "/" + library_name; in LoadLibrary() local
201 void* hndl = dlopen(full_name.c_str(), RTLD_NOW); in LoadLibrary()
203 result->reset(new PosixDynamicLibrary(full_name, hndl)); in LoadLibrary()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2007 const std::string& full_name = test_case_name + "." + test_name.c_str(); in FilterMatchesTest() local
2029 return (MatchesFilter(full_name, positive.c_str()) && in FilterMatchesTest()
2030 !MatchesFilter(full_name, negative.c_str())); in FilterMatchesTest()