Home
last modified time | relevance | path

Searched refs:const_name (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/Target/
DPlatform.h593 ConstString const_name (name); in SetCachedUserName()
594 m_uid_map[uid] = const_name; in SetCachedUserName()
598 return const_name.GetCString(); in SetCachedUserName()
636 ConstString const_name (name); in SetCachedGroupName()
637 m_gid_map[gid] = const_name; in SetCachedGroupName()
641 return const_name.GetCString(); in SetCachedGroupName()
/external/lldb/source/Target/
DUnixSignals.cpp142 ConstString const_name (name); in GetSignalNumberFromName() local
147 if ((const_name == pos->second.m_name) || (const_name == pos->second.m_short_name)) in GetSignalNumberFromName()
/external/chromium_org/tools/gn/
Dfile_template.cc356 #define IF_MATCH_THEN_STORE(const_name, enum_name) \ in ParseOneTemplateString() argument
357 if (str.compare(next, arraysize(const_name) - 1, const_name) == 0) { \ in ParseOneTemplateString()
361 cur = next + arraysize(const_name) - 1; \ in ParseOneTemplateString()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h56 #define JS_STATIC_CONST_ENTRY_NUMBER(const_name, pValue) {JS_WIDESTRING(const_name), pValue, L"", 0… argument
57 #define JS_STATIC_CONST_ENTRY_STRING(const_name, pValue) {JS_WIDESTRING(const_name), 0, JS_WIDESTRI… argument
700 #define DEFINE_GLOBAL_CONST(pRuntime, const_name , const_value)\ argument
701 if (JS_DefineGlobalConst(pRuntime,JS_WIDESTRING(const_name),JS_NewString(pRuntime,JS_WIDESTRING(con…
/external/lldb/source/API/
DSBFrame.cpp868 ConstString const_name(name); in FindValue() local
875 variable_sp->GetName() == const_name) in FindValue()
932 ConstString const_name(name); in FindValue() local
933 … ClangExpressionVariableSP expr_var_sp (target->GetPersistentVariables().GetVariable (const_name)); in FindValue()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7426 ConstString const_name(mangled ? mangled : name); in ParseVariableDIE() local
7433 … Symbol *exe_symbol = debug_map_symtab->FindFirstSymbolWithNameAndType (const_name, in ParseVariableDIE()