Searched refs:name_ (Results 1 – 11 of 11) sorted by relevance
/test/dittosuite/src/ |
D | instruction.cpp | 25 : name_(name), in Instruction() 51 int ret = pthread_setname_np(pthread_self(), params.name_.c_str()); in RunSynchronized() 54 LOGF("Name too long for thread, max 15 chars allowed: " + params.name_); in RunSynchronized() 85 tracer_.Start(name_); in SetUpSingle() 91 tracer_.End(name_); in TearDownSingle() 95 auto result = std::make_unique<Result>(prefix + name_, repeat_); in CollectResults()
|
D | binder_service.cpp | 33 : Instruction(kName, params), threads_(threads), name_(name) { in BinderService() 50 LOGD("Creating Binder service: " + name_); in SetUp() 52 defaultServiceManager()->addService(String16(name_.c_str()), new DittoBinder(&s_work_cond)); in SetUp()
|
D | multithreading.cpp | 56 auto result = std::make_unique<Result>(prefix + name_, repeat_); in CollectResults() 59 std::string child_name = thread_params_[i].name_; in CollectResults()
|
D | multiprocessing.cpp | 101 "; new name: " + thread_params_[instruction_id_].name_); in SetUpSingle() 102 setproctitle(argc_, argv_, (thread_params_[instruction_id_].name_.c_str())); in SetUpSingle() 145 auto result = std::make_unique<Result>(prefix + name_, repeat_); in CollectResults() 182 std::string child_name = thread_params_[instruction_id_].name_; in CollectResults()
|
D | instruction_set.cpp | 107 auto result = std::make_unique<Result>(prefix + name_, repeat_); in CollectResults()
|
D | result.cpp | 41 Result::Result(const std::string& name, const int repeat) : name_(name), repeat_(repeat) {} in Result() 71 return instruction_path + (instruction_path != "" ? "/" : "") + name_; in ComputeNextInstructionPath() 389 result_pb->set_name(name_); in __ToPb()
|
/test/dittosuite/include/ditto/ |
D | multithreading_utils.h | 67 const std::string name_; member 73 : name_(name), sched_attr_(sched_attr), sched_affinity_(sched_affinity) {} in MultithreadingParams()
|
D | binder_service.h | 40 std::string name_;
|
D | instruction.h | 78 std::string name_; variable
|
D | result.h | 63 std::string name_; variable
|
/test/vts/vts_hal_hidl_target/ |
D | VtsHalHidlTargetCallbackBase.h | 246 name_(name) {} in CallbackLock() 302 res.name = name_; in Wait() 347 string name_; variable
|