HomeSort by relevance Sort by last modified time
    Searched defs:Title (Results 1 - 11 of 11) 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/chromium_org/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/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 248 std::string Title();
356 // Check title by roundtripping to renderer, to make sure any probe results
358 std::string DnsProbeBrowserTest::Title() {
359 std::string title; local
366 "domAutomationController.send(document.title);",
367 &title);
371 return title;
401 EXPECT_EQ("Mock Link Doctor", Title());
424 EXPECT_EQ("Mock Link Doctor", Title());
429 EXPECT_EQ("Mock Link Doctor", Title());
    [all...]
  /external/llvm/lib/Option/
OptTable.cpp 325 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
328 OS << Title << ":\n";
376 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
378 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/
383 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
386 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 520 milliseconds