Searched refs:GetName (Results 201 - 225 of 243) sorted by relevance

12345678910

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h354 inline const CFX_ByteString& GetName() const function in class:CPDF_ContentMarkItem
H A Dfpdf_parser.h268 CFX_ByteString GetName();
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp475 CFX_ByteString AttrValue = m_pTaggedElement->GetName(owner, AttrName, default_value, IsInheritable(attr_type), index);
/external/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/API/
H A DSBThread.cpp455 SBThread::GetName () const function in class:SBThread
467 name = exe_ctx.GetThreadPtr()->GetName();
472 log->Printf ("SBThread(%p)::GetName() => error: process is running", exe_ctx.GetThreadPtr());
477 log->Printf ("SBThread(%p)::GetName () => %s", exe_ctx.GetThreadPtr(), name ? name : "NULL");
H A DSBBreakpoint.cpp439 name = thread_spec->GetName();
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp141 if ((m_sym_ctx.function && m_sym_ctx.function->GetName() == g_sigtramp_name) ||
142 (m_sym_ctx.symbol && m_sym_ctx.symbol->GetName() == g_sigtramp_name))
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp687 if (item.GetName() == mark) {
700 if (item.GetName() == mark) {
H A Dpageint.h464 CFX_ByteString GetName(const CPDF_Dictionary* pResList, FX_LPCSTR szType);
/external/gptfdisk/
H A Dgpt.cc141 myDisk.OpenForRead(orig.myDisk.GetName());
1108 cout << "OK; writing new GUID partition table (GPT) to " << myDisk.GetName() << ".\n";
1157 cerr << "Unable to open device '" << myDisk.GetName() << "' for writing! Errno is "
/external/lldb/source/Core/
H A DPluginManager.cpp1979 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(),
2017 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(),
2055 plugin_type_properties_sp->AppendProperty (properties_sp->GetName(),
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h553 valobj.GetName().AsCString(),
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp621 address->CalculateSymbolContextSymbol()->GetName().AsCString());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp291 response.PutCStringAsRawHex8(proc_info.GetName());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp742 const char* die_name = die->GetName(dwarf2Data, cu);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp406 CFX_ByteString CPDF_StructElementImpl::GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable, int subindex) function in class:CPDF_StructElementImpl
/external/skia/src/animator/
H A DSkDisplayType.cpp710 const char* SkDisplayType::GetName(SkAnimateMaker* maker, SkDisplayTypes type) { function in class:SkDisplayType
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp84 strm.Printf ("%splatform=%s", properties++ > 0 ? ", " : " ( ", platform_sp->GetName().GetCString());
761 DumpValueObject (s, var_sp, valobj_sp, var_sp->GetName().GetCString());
829 DumpValueObject (s, var_sp, valobj_sp, use_var_name ? var_sp->GetName().GetCString() : arg);
1748 strm.Printf(" typedef '%s': ", typedef_type_sp->GetName().GetCString());
1801 strm.Printf(" typedef '%s': ", typedef_type_sp->GetName().GetCString());
/external/lldb/include/lldb/Target/
H A DProcess.h152 GetName() const function in class:lldb_private::ProcessInfo
1100 return m_infos[idx].GetName();
/external/lldb/source/Expression/
H A DClangASTSource.cpp691 const char *name_string = type_sp->GetName().GetCString();
1027 const char *candidate_name = candidate_sc.function->GetName().AsCString();
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1112 const ConstString &sect_name = symbol_section_sp->GetName();
1142 const ConstString &sect_name = symbol_section_sp->GetName();
/external/lldb/test/
H A Dlldbtest.py1838 err.write(val.GetName() + ":\n")
1855 err.write(type.GetName() + ":\n")
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py657 if section.GetName() == '__OBJC':
/external/lldb/examples/synthetic/
H A Dlibcxx.py518 if field.GetName() == '__value_':
/external/lldb/include/lldb/Core/
H A DValueObject.h750 GetName() const;

Completed in 2023 milliseconds

12345678910