Searched refs:FullName (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dcontact_info_unittest.cc20 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Virgil"));
26 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Murray Gell-Mann"));
32 EXPECT_EQ(name.FullName(),
39 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Arthur Ignatius Conan Doyle"));
H A Dselect_control_handler.cc30 static string16 FullName(const string16& abbreviation);
96 string16 State::FullName(const string16& abbreviation) { function in class:__anon1737::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
H A Dcontact_info.h37 string16 FullName() const;
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp23 return a.FullName < b.FullName;
29 if (!checker.FullName.startswith(packageName))
33 if (checker.FullName.size() == packageName.size())
37 if (checker.FullName[packageName.size()] == PackageSeparator)
129 size_t nameLength = i->FullName.size();
137 out.indent(initialPad) << i->FullName;
139 int pad = optionFieldWidth - i->FullName.size();
/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/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/compiler-rt/utils/llvm-symbolizer/
H A Dllvm-symbolizer.cpp164 static bool isFullNameOfDwarfSection(const StringRef &FullName, argument
167 StringRef Name = FullName;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h518 unsigned GetOrCreateSourceID(StringRef DirName, StringRef FullName);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1059 const llvm::StringRef FullName = FullNameString; local
1062 return FullName == Pattern;
1064 return FullName.endswith(("::" + Pattern).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 945 milliseconds