/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/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/lldb/source/Expression/ |
D | ClangExpressionVariable.cpp | 114 ClangExpressionVariable::SetName (const ConstString &name) in SetName() function in ClangExpressionVariable 116 m_frozen_sp->SetName (name); in SetName()
|
/external/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 74 SetName (ConstString(new_name.c_str())); in ValueObjectSynthetic() 76 SetName(parent.GetName()); in ValueObjectSynthetic()
|
D | ValueObjectMemory.cpp | 65 SetName (ConstString(name)); in ValueObjectMemory() 105 SetName (ConstString(name)); in ValueObjectMemory()
|
D | ValueObjectDynamicValue.cpp | 44 SetName (parent.GetName()); in ValueObjectDynamicValue() 249 m_dynamic_type_info.SetName(type_name_buf.c_str()); in UpdateValue()
|
D | ValueObjectCast.cpp | 56 SetName (name); in ValueObjectCast()
|
/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/lldb/source/Plugins/Process/mach-core/ |
D | ThreadMachCore.h | 50 SetName (const char *name) in SetName() function
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ThreadKDP.h | 57 SetName (const char *name) in SetName() function
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ThreadGDBRemote.h | 60 SetName (const char *name) in SetName() function
|
/external/lldb/include/lldb/Expression/ |
D | ClangExpressionVariable.h | 232 SetName (const ConstString &name); 417 var_sp->SetName (name); in CreateVariable()
|
/external/lldb/include/lldb/Target/ |
D | ThreadSpec.h | 55 SetName (const char *name) in SetName() function
|
D | ObjCLanguageRuntime.h | 63 SetName (name, strict); in MethodName() 103 SetName (const char *name, bool strict);
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.h | 51 SetName (const char *name);
|
D | POSIXThread.cpp | 113 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/ |
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/lldb/include/lldb/Symbol/ |
D | Type.h | 342 SetName (const ConstString &type_name); 345 SetName (const char *type_name_cstr);
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ThreadElfCore.h | 150 SetName (const char *name) in SetName() function
|
/external/lldb/source/Target/ |
D | ABI.cpp | 135 const_valobj_sp->SetName (persistent_variable_name); in GetReturnValueObject()
|