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

  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 175 def Title(word):
176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
617 test_name = pred_format_type.title()
  /external/gtest/scripts/
gen_gtest_pred_impl.py 175 def Title(word):
176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
617 test_name = pred_format_type.title()
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
gen_gtest_pred_impl.py 175 def Title(word):
176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
617 test_name = pred_format_type.title()
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 31 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
33 ViewGraph(Graph, Name, Simple, Title);
62 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
65 WriteGraph(File, Graph, Simple, Title);
90 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph);
92 ViewGraph(Graph, Name, Simple, Title);
120 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph);
123 WriteGraph(File, Graph, Simple, Title);
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 175 def Title(word):
176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
214 'Arity' : Title(Arity(n))
428 'Arity' : Title(Arity(n)),
620 test_name = pred_format_type.title()
  /external/clang/lib/Driver/
OptTable.cpp 297 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
300 OS << Title << ":\n";
349 const char *Title, unsigned short FlagsToInclude,
351 OS << "OVERVIEW: " << Title << "\n";
  /external/llvm/lib/Option/
OptTable.cpp 298 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
301 OS << Title << ":\n";
350 const char *Title, bool ShowHidden) const {
351 OS << "OVERVIEW: " << Title << "\n";
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 398 milliseconds