Searched defs:FullName (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistry.h85 StringRef FullName; member in struct:clang::ento::CheckerRegistry::CheckerInfo
89 : Initialize(fn), FullName(name), Desc(desc) {}
/external/chromium/chrome/browser/autofill/
H A Dselect_control_handler.cc30 static string16 FullName(const string16& abbreviation);
96 string16 State::FullName(const string16& abbreviation) { function in class:__anon1324::State
143 full = State::FullName(value);
242 return !State::Abbreviation(value).empty() || !State::FullName(value).empty();
H A Dcontact_info.cc85 if (!FullName().empty())
103 return FullName();
122 string16 NameInfo::FullName() const { function in class:NameInfo
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp95 std::string FullName = Name; local
104 FullName += (IsDefault ? "@@" : "@");
105 FullName += Version;
110 outs() << format(" %-32s", FullName.c_str())
/external/v8/tools/
H A Dll_prof.py106 def FullName(self): member in class:Code
799 code.FullName(), code.origin)
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py237 def FullName(self): member in class:_GenericDeclaration

Completed in 828 milliseconds