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

  /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/chromium/chrome/browser/autofill/
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.cc 85 if (!FullName().empty())
103 return FullName();
122 string16 NameInfo::FullName() const {
  /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 69 milliseconds