/external/libchrome/base/threading/ |
D | thread_id_name_manager_unittest.cc | 69 base::PlatformThread::SetName("First Name"); in TEST_F() 72 base::PlatformThread::SetName("New name"); in TEST_F() 74 base::PlatformThread::SetName(""); in TEST_F() 81 base::PlatformThread::SetName("Test Name"); in TEST_F() 84 base::PlatformThread::SetName("New name"); in TEST_F() 87 base::PlatformThread::SetName("Test Name"); in TEST_F() 90 base::PlatformThread::SetName(""); in TEST_F()
|
D | platform_thread_linux.cc | 80 void PlatformThread::SetName(const std::string& name) { in SetName() function in base::PlatformThread 81 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name); in SetName()
|
D | thread_id_name_manager.h | 31 void SetName(PlatformThreadId id, const std::string& name);
|
D | platform_thread.h | 147 static void SetName(const std::string& name);
|
D | thread_id_name_manager.cc | 51 void ThreadIdNameManager::SetName(PlatformThreadId id, in SetName() function in base::ThreadIdNameManager
|
D | simple_thread.cc | 61 PlatformThread::SetName(name_); in ThreadMain()
|
D | worker_pool_posix.cc | 83 PlatformThread::SetName(name); in ThreadMain()
|
/external/gptfdisk/ |
D | gptpart.cc | 163 SetName(t.TypeName()); 171 void GPTPart::SetName(const string & theName) { function in GPTPart 172 SetName((UnicodeString) theName.c_str()); 177 void GPTPart::SetName(const UnicodeString & theName) { function in GPTPart 192 void GPTPart::SetName(const string & theName) { function in GPTPart 265 SetName(partitionType.TypeName());
|
D | gptpart.h | 82 void SetName(const string & theName); 84 void SetName(const UnicodeString & theName);
|
D | gpttext.h | 50 int SetName(uint32_t partNum);
|
D | gpttext.cc | 306 int GPTDataTextUI::SetName(uint32_t partNum) { in SetName() function in GPTDataTextUI 317 partitions[partNum].SetName(theName); in SetName() 562 SetName(GetPartNum()); in MainMenu()
|
D | mbr.cc | 160 newPart.SetName(newPart.GetTypeName()); in AsGPT()
|
/external/webrtc/webrtc/base/ |
D | signalthread.cc | 28 worker_.SetName("SignalThread", this); in SignalThread() 35 bool SignalThread::SetName(const std::string& name, const void* obj) { in SetName() function in rtc::SignalThread 39 return worker_.SetName(name, obj); in SetName()
|
D | thread_checker_unittest.cc | 58 SetName("call_do_stuff_on_thread", NULL); in CallDoStuffOnThread() 82 SetName("delete_thread_checker_class_on_thread", NULL); in DeleteThreadCheckerClassOnThread()
|
D | signalthread.h | 46 bool SetName(const std::string& name, const void* obj);
|
D | thread.cc | 150 SetName("Thread", this); // default name in Thread() 179 bool Thread::SetName(const std::string& name, const void* obj) { in SetName() function in rtc::Thread
|
D | thread.h | 131 bool SetName(const std::string& name, const void* obj);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 31 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase 82 SetName(0); in Reset() 206 tctx->SetName(name); in SetThreadName() 215 tctx->SetName(name); in SetThreadNameByUserId()
|
D | sanitizer_thread_registry.h | 52 void SetName(const char *new_name);
|
/external/sfntly/cpp/src/test/ |
D | name_editing_test.cc | 64 neb->SetName(new_name); in TestChangeOneName() 112 neb->SetName(new_name); in TestModifyNameTableAndRevert()
|
/external/opencv3/modules/viz/src/vtk/ |
D | vtkCloudMatSource.cpp | 235 scalars->SetName("Colors"); in filterNanColorsCopy() 245 normals->SetName("Normals"); in filterNanNormalsCopy() 271 tcoords->SetName("TextureCoordinates"); in filterNanTCoordsCopy()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.h | 500 virtual void SetName(const UChar* name); 501 virtual void SetName(const ByteVector& name_bytes); 502 virtual void SetName(const ByteVector& name_bytes,
|
/external/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 462 void SetName(const char* name); 575 this->SetName(#BaseClass "/" #Method);} \
|
/external/libchrome/base/trace_event/ |
D | trace_sampling_thread.cc | 32 PlatformThread::SetName("Sampling Thread"); in ThreadMain()
|
/external/google-benchmark/src/ |
D | benchmark.cc | 306 void SetName(const char* name); 489 void BenchmarkImp::SetName(const char* name) { in SetName() function in benchmark::internal::BenchmarkImp 584 void Benchmark::SetName(const char* name) { in SetName() function in benchmark::internal::Benchmark 585 imp_->SetName(name); in SetName()
|