Searched defs:GetName (Results 51 - 75 of 137) sorted by relevance

123456

/external/lldb/include/lldb/Core/
H A DListener.h52 GetName () function in class:lldb_private::Listener
/external/lldb/include/lldb/Interpreter/
H A DProperty.h50 GetName() const function in class:lldb_private::Property
/external/lldb/include/lldb/Symbol/
H A DFunction.h127 GetName () const;
246 GetName () const;
528 GetName() const function in class:lldb_private::Function
530 return m_mangled.GetName();
H A DSymbol.h96 GetName () const function in class:lldb_private::Symbol
98 return m_mangled.GetName();
/external/lldb/source/API/
H A DSBTypeNameSpecifier.cpp57 SBTypeNameSpecifier::GetName () function in class:SBTypeNameSpecifier
62 return m_opaque_sp->GetName();
91 description.Printf("SBTypeNameSpecifier(%s,%s)", GetName(), IsRegex() ? "regex" : "plain");
121 if (GetName() == NULL || rhs.GetName() == NULL)
124 return (strcmp(GetName(), rhs.GetName()) == 0);
H A DSBBroadcaster.cpp126 SBBroadcaster::GetName () const function in class:SBBroadcaster
H A DSBFunction.cpp59 SBFunction::GetName() const function in class:SBFunction
63 cstr = m_opaque_ptr->GetMangled().GetName().AsCString();
69 log->Printf ("SBFunction(%p)::GetName () => \"%s\"", m_opaque_ptr, cstr);
71 log->Printf ("SBFunction(%p)::GetName () => NULL", m_opaque_ptr);
112 m_opaque_ptr->GetName().AsCString());
115 s.Printf(", type = %s", func_type->GetName().AsCString());
H A DSBSection.cpp64 SBSection::GetName () function in class:SBSection
68 return section_sp->GetName().GetCString();
H A DSBSymbol.cpp62 SBSymbol::GetName() const function in class:SBSymbol
66 name = m_opaque_ptr->GetMangled().GetName().AsCString();
70 log->Printf ("SBSymbol(%p)::GetName () => \"%s\"", m_opaque_ptr, name ? name : "");
/external/lldb/source/Core/
H A DMangled.cpp118 return ConstString::Compare(a.GetName(ePreferMangled), a.GetName(ePreferMangled));
238 Mangled::GetName (Mangled::NamePreference preference) const function in class:Mangled
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp54 ClangExpressionVariable::GetName () function in class:ClangExpressionVariable
56 return m_frozen_sp->GetName();
/external/chromium_org/base/threading/
H A Dplatform_thread_posix.cc198 const char* PlatformThread::GetName() { function in class:base::PlatformThread
199 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py61 def GetName(self): member in class:BaseTestResult
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.cc94 std::string AutoEnrollmentCheckScreen::GetName() const { function in class:chromeos::AutoEnrollmentCheckScreen
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.cc67 std::string ControllerPairingScreen::GetName() const { function in class:chromeos::ControllerPairingScreen
H A Dnetwork_screen.cc79 std::string NetworkScreen::GetName() const { function in class:chromeos::NetworkScreen
/external/chromium_org/ppapi/generators/
H A Didl_namespace.py68 name = node.GetName()
100 def GetName(self): member in class:MockNode
H A Didl_node.py89 name = self.GetName()
115 def GetName(self): member in class:IDLNode
132 for line in self.GetName().split('\n'):
387 if node.GetName() != name_str:
388 ErrOut.Log('GetName returned >%s< not >%s<' % (node.GetName(), name_str))
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc59 PP_Var GetName(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10261
60 VLOG(4) << "PPB_FileRef::GetName()";
64 return enter.object()->GetName();
172 &GetName,
185 &GetName,
200 &GetName,
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Drule.h115 const std::string& GetName() const { return name_; } function in class:i18n::addressinput::Rule
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayType.cpp710 const char* SkDisplayType::GetName(SkAnimateMaker* maker, SkDisplayTypes type) { function in class:SkDisplayType
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.cc184 VideoSource::GetName() const function in class:VideoSource
/external/chromium_org/third_party/webrtc/sound/
H A Dnullsoundsystem.cc153 const char *NullSoundSystem::GetName() const { function in class:rtc::NullSoundSystem
/external/chromium_org/v8/src/
H A Dbuiltins.h268 static const char* GetName(JavaScript id) { return javascript_names_[id]; } function in class:v8::internal::Builtins
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp56 ThreadKDP::GetName () function in class:ThreadKDP

Completed in 775 milliseconds

123456