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

  /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.cc 231 return FullName();
251 base::string16 NameInfo::FullName() const {
  /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/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 264 SmallString<128> FullName;
265 Mang.getNameWithPrefix(FullName, Name);
266 return Dyld.getSymbolLoadAddress(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/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/clang/include/clang/ASTMatchers/
ASTMatchers.h     [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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subauth.h 107 UNICODE_STRING FullName;
winwlx.h 138 PWSTR FullName;
ntsecapi.h 606 typedef BOOLEAN (*PSAM_PASSWORD_FILTER_ROUTINE)(PUNICODE_STRING AccountName,PUNICODE_STRING FullName,PUNICODE_STRING Password,BOOLEAN SetOperation);
643 UNICODE_STRING FullName;
    [all...]
wincrypt.h     [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 2161 milliseconds