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

  /external/chromium/chrome/browser/autofill/
contact_info_unittest.cc 20 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Virgil"));
26 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Murray Gell-Mann"));
32 EXPECT_EQ(name.FullName(),
39 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Arthur Ignatius Conan Doyle"));
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.h 37 string16 FullName() const;
contact_info.cc 85 if (!FullName().empty())
103 return FullName();
122 string16 NameInfo::FullName() const {
  /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)
130 size_t nameLength = i->FullName.size();
138 out.indent(initialPad) << i->FullName;
140 int pad = optionFieldWidth - i->FullName.size();
  /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.h 38 base::string16 FullName() const;
contact_info.cc 61 return FullName();
93 base::string16 NameInfo::FullName() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 664 unsigned getOrCreateSourceID(StringRef DirName, StringRef FullName,
  /external/v8/tools/
ll_prof.py 106 def FullName(self):
799 code.FullName(), code.origin)
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/chromium_org/v8/tools/
ll_prof.py 122 def FullName(self):
824 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/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...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 237 def FullName(self):
    [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 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 602 milliseconds