HomeSort by relevance Sort by last modified time
    Searched defs:Title (Results 1 - 6 of 6) 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/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 31 std::string Title, GraphName;
34 Title = GraphName + " for '" + F.getName().str() + "' function";
35 ViewGraph(Graph, Name, Simple, Title);
65 std::string Title, GraphName;
67 Title = GraphName + " for '" + F.getName().str() + "' function";
70 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 295 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
298 OS << Title << ":\n";
347 const char *Title, bool ShowHidden) const {
348 OS << "OVERVIEW: " << Title << "\n";
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 311 milliseconds