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

123

/external/gptfdisk/
H A Dgpttext.h50 int SetName(uint32_t partNum);
H A Dgptpart.h82 void SetName(const string & theName);
84 void SetName(const UnicodeString & theName);
H A Dgptpart.cc163 SetName(t.TypeName());
171 void GPTPart::SetName(const string & theName) { function in class:GPTPart
172 SetName((UnicodeString) theName.c_str());
173 } // GPTPart::SetName()
177 void GPTPart::SetName(const UnicodeString & theName) { function in class:GPTPart
179 cerr << "Bogus UTF-16 name found in GPTPart::SetName()! Name not changed!\n";
184 } // GPTPart::SetName()
192 void GPTPart::SetName(const string & theName) { function in class:GPTPart
259 } // GPTPart::SetName(), UTF-8 version
265 SetName(partitionTyp
[all...]
H A Dmbr.cc160 newPart.SetName(newPart.GetTypeName());
H A Dgpttext.cc306 int GPTDataTextUI::SetName(uint32_t partNum) { function in class:GPTDataTextUI
317 partitions[partNum].SetName(theName);
324 } // GPTDataTextUI::SetName()
562 SetName(GetPartNum());
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h50 SetName (const char *name) function in class:ThreadMachCore
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp114 ClangExpressionVariable::SetName (const ConstString &name) function in class:ClangExpressionVariable
116 m_frozen_sp->SetName (name);
/external/lldb/include/lldb/Target/
H A DThreadSpec.h55 SetName (const char *name) function in class:lldb_private::ThreadSpec
H A DObjCLanguageRuntime.h63 SetName (name, strict);
103 SetName (const char *name, bool strict);
/external/lldb/source/Core/
H A DValueObjectCast.cpp56 SetName (name);
H A DValueObjectSyntheticFilter.cpp74 SetName (ConstString(new_name.c_str()));
76 SetName(parent.GetName());
H A DValueObjectDynamicValue.cpp44 SetName (parent.GetName());
249 m_dynamic_type_info.SetName(type_name_buf.c_str());
H A DValueObjectMemory.cpp65 SetName (ConstString(name));
105 SetName (ConstString(name));
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h57 SetName (const char *name) function in class:ThreadKDP
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h60 SetName (const char *name) function in class:ThreadGDBRemote
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc31 void ThreadContextBase::SetName(const char *new_name) { function in class:__sanitizer::ThreadContextBase
82 SetName(0);
206 tctx->SetName(name);
215 tctx->SetName(name);
H A Dsanitizer_thread_registry.h52 void SetName(const char *new_name);
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.h51 SetName (const char *name);
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h150 SetName (const char *name) function in class:ThreadElfCore
/external/lldb/source/Target/
H A DABI.cpp135 const_valobj_sp->SetName (persistent_variable_name);
/external/lldb/include/lldb/Expression/
H A DClangExpressionVariable.h232 SetName (const ConstString &name);
417 var_sp->SetName (name);
/external/sfntly/cpp/src/test/
H A Dname_editing_test.cc64 neb->SetName(new_name);
112 neb->SetName(new_name);
209 neb->SetName(new_name);
/external/lldb/include/lldb/Symbol/
H A DType.h342 SetName (const ConstString &type_name);
345 SetName (const char *type_name_cstr);
/external/sfntly/cpp/src/sfntly/table/core/
H A 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/source/Breakpoint/
H A DBreakpointLocation.cpp158 GetLocationOptions()->GetThreadSpec()->SetName(thread_name);
164 m_options_ap->GetThreadSpec()->SetName(thread_name);

Completed in 422 milliseconds

123