Home
last modified time | relevance | path

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

123

/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/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/lldb/source/Expression/
DClangExpressionVariable.cpp114 ClangExpressionVariable::SetName (const ConstString &name) in SetName() function in ClangExpressionVariable
116 m_frozen_sp->SetName (name); in SetName()
/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp74 SetName (ConstString(new_name.c_str())); in ValueObjectSynthetic()
76 SetName(parent.GetName()); in ValueObjectSynthetic()
DValueObjectMemory.cpp65 SetName (ConstString(name)); in ValueObjectMemory()
105 SetName (ConstString(name)); in ValueObjectMemory()
DValueObjectDynamicValue.cpp44 SetName (parent.GetName()); in ValueObjectDynamicValue()
249 m_dynamic_type_info.SetName(type_name_buf.c_str()); in UpdateValue()
DValueObjectCast.cpp56 SetName (name); in ValueObjectCast()
/external/sfntly/cpp/src/test/
Dname_editing_test.cc64 neb->SetName(new_name); in TestChangeOneName()
112 neb->SetName(new_name); in TestModifyNameTableAndRevert()
/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h50 SetName (const char *name) in SetName() function
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h57 SetName (const char *name) in SetName() function
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h60 SetName (const char *name) in SetName() function
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h232 SetName (const ConstString &name);
417 var_sp->SetName (name); in CreateVariable()
/external/lldb/include/lldb/Target/
DThreadSpec.h55 SetName (const char *name) in SetName() function
DObjCLanguageRuntime.h63 SetName (name, strict); in MethodName()
103 SetName (const char *name, bool strict);
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.h51 SetName (const char *name);
DPOSIXThread.cpp113 POSIXThread::SetName (const char *name) in SetName() function in POSIXThread
127 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str()); in GetName()
/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/lldb/include/lldb/Symbol/
DType.h342 SetName (const ConstString &type_name);
345 SetName (const char *type_name_cstr);
/external/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h150 SetName (const char *name) in SetName() function
/external/lldb/source/Target/
DABI.cpp135 const_valobj_sp->SetName (persistent_variable_name); in GetReturnValueObject()

123