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

  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 46 std::string FullName = Symbol.getName();
47 if (Printer.IsCompilandExcluded(FullName))
51 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
  /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/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 321 const StringRef FullName = OS.str();
325 return FullName == Pattern;
327 return FullName.endswith(Pattern) &&
328 FullName.drop_back(Pattern.size()).endswith("::");
  /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 268 SmallString<128> FullName;
269 Mang.getNameWithPrefix(FullName, Name);
270 return Dyld.getSymbol(FullName);
  /external/v8/tools/
ll_prof.py 122 def FullName(self):
825 code.FullName(), code.origin)
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 237 def FullName(self):
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 177 SmallString<128> FullName;
178 Mang.getNameWithPrefix(FullName, GV->getName());
179 return FullName.str();
    [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/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 605 SmallString<256> FullName;
611 return FullName;
614 return FullName;
618 llvm::raw_svector_ostream Out(FullName);
621 return FullName;
660 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU);
663 llvm::DebugNode::FlagFwdDecl, 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 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 517 milliseconds