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

  /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/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 42 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
44 ViewGraph(Graph, Name, IsSimple, Title);
75 std::string Title = GraphName + " for '" + F.getName().str() + "' function";
78 WriteGraph(File, Graph, IsSimple, Title);
105 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
107 ViewGraph(Graph, Name, IsSimple, Title);
137 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
140 WriteGraph(File, Graph, IsSimple, Title);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 11 SkString SkPdfDocumentInformationDictionary::Title(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Title", "");
20 return get("Title", "") != NULL;
SkPdfOutlineItemDictionary_autogen.cpp 11 SkString SkPdfOutlineItemDictionary::Title(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Title", "");
20 return get("Title", "") != NULL;
  /external/llvm/lib/Option/
OptTable.cpp 324 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
327 OS << Title << ":\n";
375 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
377 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/
382 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
385 OS << "OVERVIEW: " << Title << "\n";
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 461 std::string Title();
620 // Check title by roundtripping to renderer, to make sure any probe results
622 std::string DnsProbeBrowserTest::Title() {
623 std::string title; local
630 "domAutomationController.send(document.title);",
631 &title);
635 return title;
725 EXPECT_EQ("", Title());
731 EXPECT_EQ("", Title());
737 EXPECT_EQ("", Title());
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 298 std::string title = object.title().utf8(); local
299 return title.insert(0, "AXTitle: ");
482 .SetProperty("title", &WebAXObjectProxy::Title)
611 std::string WebAXObjectProxy::Title() {
    [all...]

Completed in 336 milliseconds