HomeSort by relevance Sort by last modified time
    Searched refs:FullName (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/autofill/
contact_info_unittest.cc 20 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"));
select_control_handler.cc 30 static string16 FullName(const string16& abbreviation);
96 string16 State::FullName(const string16& abbreviation) {
143 full = State::FullName(value);
242 return !State::Abbreviation(value).empty() || !State::FullName(value).empty();
contact_info.h 37 string16 FullName() const;
contact_info.cc 85 if (!FullName().empty())
103 return FullName();
122 string16 NameInfo::FullName() const {
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 85 StringRef FullName;
89 : Initialize(fn), FullName(name), Desc(desc) {}
103 void addChecker(InitializationFunction fn, StringRef fullName,
109 void addChecker(StringRef fullName, StringRef desc) {
110 addChecker(&initializeManager<T>, fullName, desc);
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 22 return a.FullName < b.FullName;
28 if (!checker.FullName.startswith(packageName))
32 if (checker.FullName.size() == packageName.size())
36 if (checker.FullName[packageName.size()] == PackageSeparator)
128 size_t nameLength = i->FullName.size();
136 out.indent(initialPad) << i->FullName;
138 int pad = optionFieldWidth - i->FullName.size();
  /external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp 89 RegisterWsExe(sem.FullName());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 504 unsigned GetOrCreateSourceID(StringRef DirName, StringRef FullName);
  /external/v8/tools/
ll_prof.py 106 def FullName(self):
764 print "%10d %s [%s]" % (code.self_ticks, code.FullName(), code.origin)
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 237 def FullName(self):
    [all...]

Completed in 1514 milliseconds