Searched refs:full_name (Results 1 – 4 of 4) sorted by relevance
2 full_name: Igor Canadi6 full_name: Xing Jin10 full_name: Lei Jin14 full_name: Yueh-Hsuan Chiang22 full_name: Feng Zhu30 full_name: Siying Dong34 full_name: Dmitri Smirnov41 full_name: Yi Wu61 full_name: Sagar Vemuri65 full_name: Aaron Gao[all …]
399 full_name=$2401 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=$1421 out_name="benchmark_${full_name}.t${num_threads}.log"433 summarize_result $output_dir/${out_name} ${full_name}.t${num_threads} seekrandom
200 std::string full_name = local_path + "/" + library_name; in LoadLibrary() local201 void* hndl = dlopen(full_name.c_str(), RTLD_NOW); in LoadLibrary()203 result->reset(new PosixDynamicLibrary(full_name, hndl)); in LoadLibrary()
2007 const std::string& full_name = test_case_name + "." + test_name.c_str(); in FilterMatchesTest() local2029 return (MatchesFilter(full_name, positive.c_str()) && in FilterMatchesTest()2030 !MatchesFilter(full_name, negative.c_str())); in FilterMatchesTest()