Searched defs:GetName (Results 1 - 25 of 91) sorted by relevance

1234

/external/webrtc/webrtc/sound/
H A Dautomaticallychosensoundsystem.h37 virtual const char *GetName() const;
65 LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound system";
82 kNumSoundSystems>::GetName() const { function in class:rtc::AutomaticallyChosenSoundSystem
83 return wrapped_ ? wrapped_->GetName() : "automatic";
H A Dnullsoundsystem.cc150 const char *NullSoundSystem::GetName() const { function in class:rtc::NullSoundSystem
/external/chromium-trace/catapult/dashboard/dashboard_build/
H A Ddashboard_dev_server_config.py36 def GetName(self): member in class:DashboardDevServerConfig
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer_build/
H A Dnetlog_viewer_dev_server_config.py36 def GetName(self): member in class:NetlogViewerDevServerConfig
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dtracing_dev_server_config.py37 def GetName(self): member in class:TracingDevServerConfig
/external/gptfdisk/
H A Ddiskio.h78 string GetName(void) const {return realFilename;} function in class:DiskIO
/external/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h63 m_type.m_type_name.assign(type->GetName().GetCString());
80 GetName() function in class:lldb_private::TypeNameSpecifierImpl
/external/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h71 GetName () const function in class:lldb_private::OptionValueProperties
H A DProperty.h50 GetName() const function in class:lldb_private::Property
/external/lldb/source/Target/
H A DThreadSpec.cpp43 ThreadSpec::GetName () const function in class:ThreadSpec
83 const char *name = thread.GetName();
148 const char *name = GetName();
/external/lldb/test/functionalities/type_completion/
H A Dmain.cpp17 std::string& GetName() { return *m_name; } function in class:NameAndAddress
46 std::cout << "Person " << j << " is named " << guy.GetName() << " and lives at " << guy.GetAddress() << std::endl;
/external/lldb/tools/lldb-perf/lib/
H A DMetric.h50 GetName () const function in class:lldb_perf::Metric
/external/clang/test/SemaCXX/
H A Dreturn.cpp75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}} function in class:PR9328::Test
/external/libchrome/base/threading/
H A Dthread_id_name_manager.cc76 const char* ThreadIdNameManager::GetName(PlatformThreadId id) { function in class:base::ThreadIdNameManager
/external/libweave/src/notification/
H A Dpull_channel.cc21 std::string PullChannel::GetName() const { function in class:weave::PullChannel
63 delegate_->OnCommandCreated(empty_dict, GetName());
/external/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h48 const char *GetName () const function in class:lldb_private::ExpressionSourceCode
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h54 GetName () function in class:ThreadMemory
59 m_backing_thread_sp->GetName();
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp54 ThreadMachCore::GetName () function in class:ThreadMachCore
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.cpp56 CFX_ByteString CBC_QRCoderErrorCorrectionLevel::GetName() { function in class:CBC_QRCoderErrorCorrectionLevel
/external/v8/src/profiler/
H A Dprofiler-listener.h64 const char* GetName(Name* name) { function in class:v8::internal::ProfilerListener
65 return function_and_resource_names_.GetName(name);
67 const char* GetName(int args_count) { function in class:v8::internal::ProfilerListener
68 return function_and_resource_names_.GetName(args_count);
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Ddesktop.cc31 bool Desktop::GetName(std::wstring* desktop_name_out) const { function in class:webrtc::Desktop
54 if (!GetName(&name))
58 if (!other.GetName(&other_name))
/external/libchrome/base/files/
H A Dfile_enumerator_posix.cc28 FilePath FileEnumerator::FileInfo::GetName() const { function in class:base::FileEnumerator::FileInfo
/external/lldb/include/lldb/Core/
H A DListener.h52 GetName () function in class:lldb_private::Listener
/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();
/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);

Completed in 871 milliseconds

1234