HomeSort by relevance Sort by last modified time
    Searched defs:FullName (Results 1 - 14 of 14) 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) {
112 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /external/chromium_org/components/autofill/core/browser/
contact_info.cc 61 return FullName();
93 base::string16 NameInfo::FullName() const {
  /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/chromium_org/v8/tools/
ll_prof.py 122 def FullName(self):
824 code.FullName(), code.origin)
    [all...]
  /external/v8/tools/
ll_prof.py 106 def FullName(self):
799 code.FullName(), code.origin)
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 237 def FullName(self):
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [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/libvpx/libvpx/tools/
cpplint.py 744 def FullName(self):
749 """FullName after removing the local path to the repository.
758 fullname = self.FullName()
760 if os.path.exists(fullname):
761 project_dir = os.path.dirname(fullname)
773 return fullname[len(prefix) + 1:]
777 root_dir = os.path.dirname(fullname)
788 return fullname[len(prefix) + 1:]
791 return fullname
    [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 114 milliseconds