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

  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 24 return a.FullName < b.FullName;
30 if (!checker.FullName.startswith(packageName))
34 if (checker.FullName.size() == packageName.size())
38 if (checker.FullName[packageName.size()] == PackageSeparator)
109 checkerMgr.setCurrentCheckName(CheckName((*i)->FullName));
131 size_t nameLength = i->FullName.size();
139 out.indent(initialPad) << i->FullName;
141 int pad = optionFieldWidth - i->FullName.size();
  /external/clang/lib/Sema/
AttributeList.cpp 116 SmallString<64> FullName;
118 FullName += ScopeName->getName();
123 FullName == "gnu");
131 FullName += "::";
132 FullName += AttrName;
134 return ::getAttrKind(FullName, SyntaxUsed);
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 84 StringRef FullName;
88 : Initialize(fn), FullName(name), Desc(desc) {}
102 void addChecker(InitializationFunction fn, StringRef fullName,
108 void addChecker(StringRef fullName, StringRef desc) {
111 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_unittest.cc 92 static std::string FullName(const std::string& id) {
99 return base::UTF8ToUTF16(FullName(id));
201 CreateProfile(FullName("A"));
202 CreateProfile(FullName("C"));
203 CreateProfile(FullName("E"));
  /external/chromium_org/components/autofill/core/browser/
contact_info.h 47 base::string16 FullName() const;
contact_info.cc 231 return FullName();
251 base::string16 NameInfo::FullName() const {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 264 SmallString<128> FullName;
265 Mang.getNameWithPrefix(FullName, Name);
266 return Dyld.getSymbolLoadAddress(FullName);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 586 SmallString<256> FullName;
592 return FullName;
595 return FullName;
599 llvm::raw_svector_ostream Out(FullName);
602 return FullName;
627 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU);
629 Tag, RDName, Ctx, DefUnit, Line, 0, 0, 0, FullName);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 62 "FullName",
332 if hasattr(self, "FullName"):
333 return '<AFM object for %s>' % self.FullName
  /external/chromium_org/v8/tools/
ll_prof.py 122 def FullName(self):
825 code.FullName(), code.origin)
    [all...]
  /art/tools/
cpplint.py 749 def FullName(self):
754 """FullName after removing the local path to the repository.
763 fullname = self.FullName()
765 if os.path.exists(fullname):
766 project_dir = os.path.dirname(fullname)
778 return fullname[len(prefix) + 1:]
782 root_dir = os.path.dirname(fullname)
794 # return fullname[len(prefix) + 1:]
795 return "art/" + fullname[len(prefix) + 1:
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 745 def FullName(self):
750 """FullName after removing the local path to the repository.
759 fullname = self.FullName()
761 if os.path.exists(fullname):
762 project_dir = os.path.dirname(fullname)
774 return fullname[len(prefix) + 1:]
778 root_dir = os.path.dirname(fullname)
789 return fullname[len(prefix) + 1:]
792 return fullname
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 870 def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 870 def FullName(self):
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
886 if os.path.exists(fullname):
887 project_dir = os.path.dirname(fullname)
899 return fullname[len(prefix) + 1:]
903 root_dir = os.path.dirname(fullname)
914 return fullname[len(prefix) + 1:]
917 return fullname
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1415 milliseconds