Home
last modified time | relevance | path

Searched refs:SetName (Results 1 – 25 of 61) sorted by relevance

123

/external/libchrome/base/threading/
Dthread_id_name_manager_unittest.cc69 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()
Dplatform_thread_linux.cc80 void PlatformThread::SetName(const std::string& name) { in SetName() function in base::PlatformThread
81 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name); in SetName()
Dthread_id_name_manager.h31 void SetName(PlatformThreadId id, const std::string& name);
Dplatform_thread.h147 static void SetName(const std::string& name);
Dthread_id_name_manager.cc51 void ThreadIdNameManager::SetName(PlatformThreadId id, in SetName() function in base::ThreadIdNameManager
Dsimple_thread.cc61 PlatformThread::SetName(name_); in ThreadMain()
Dworker_pool_posix.cc83 PlatformThread::SetName(name); in ThreadMain()
/external/gptfdisk/
Dgptpart.cc163 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());
Dgptpart.h82 void SetName(const string & theName);
84 void SetName(const UnicodeString & theName);
Dgpttext.h50 int SetName(uint32_t partNum);
Dgpttext.cc306 int GPTDataTextUI::SetName(uint32_t partNum) { in SetName() function in GPTDataTextUI
317 partitions[partNum].SetName(theName); in SetName()
562 SetName(GetPartNum()); in MainMenu()
Dmbr.cc160 newPart.SetName(newPart.GetTypeName()); in AsGPT()
/external/webrtc/webrtc/base/
Dsignalthread.cc28 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()
Dthread_checker_unittest.cc58 SetName("call_do_stuff_on_thread", NULL); in CallDoStuffOnThread()
82 SetName("delete_thread_checker_class_on_thread", NULL); in DeleteThreadCheckerClassOnThread()
Dsignalthread.h46 bool SetName(const std::string& name, const void* obj);
Dthread.cc150 SetName("Thread", this); // default name in Thread()
179 bool Thread::SetName(const std::string& name, const void* obj) { in SetName() function in rtc::Thread
Dthread.h131 bool SetName(const std::string& name, const void* obj);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc31 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()
Dsanitizer_thread_registry.h52 void SetName(const char *new_name);
/external/sfntly/cpp/src/test/
Dname_editing_test.cc64 neb->SetName(new_name); in TestChangeOneName()
112 neb->SetName(new_name); in TestModifyNameTableAndRevert()
/external/opencv3/modules/viz/src/vtk/
DvtkCloudMatSource.cpp235 scalars->SetName("Colors"); in filterNanColorsCopy()
245 normals->SetName("Normals"); in filterNanNormalsCopy()
271 tcoords->SetName("TextureCoordinates"); in filterNanTCoordsCopy()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.h500 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/
Dbenchmark_api.h462 void SetName(const char* name);
575 this->SetName(#BaseClass "/" #Method);} \
/external/libchrome/base/trace_event/
Dtrace_sampling_thread.cc32 PlatformThread::SetName("Sampling Thread"); in ThreadMain()
/external/google-benchmark/src/
Dbenchmark.cc306 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()

123