HomeSort by relevance Sort by last modified time
    Searched refs:Title (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd.conf 7 Title = "hostapd"
  /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/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl 36 my $Title = "Linux Kernel Coverage";
78 %%Title: Linux 2.4.0 Kernel Poster
206 % title
208 ($Title) centerText advanceLine
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
posterize.pl 36 my $Title = "Linux Kernel Coverage";
78 %%Title: Linux 2.4.0 Kernel Poster
206 % title
208 ($Title) centerText advanceLine
  /external/llvm/include/llvm/Support/
GraphWriter.h 100 void writeGraph(const std::string &Title = "") {
102 writeHeader(Title);
114 void writeHeader(const std::string &Title) {
117 if (!Title.empty())
118 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
127 if (!Title.empty())
128 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
312 const Twine &Title = "") {
317 W.writeGraph(Title.str());
326 bool ShortNames = false, const Twine &Title = "")
    [all...]
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 65 const Twine &Title = "");
  /external/llvm/include/llvm/Option/
OptTable.h 163 /// \param Title - The title to use in the usage line.
168 const char *Title, unsigned FlagsToInclude,
172 const char *Title, bool ShowHidden = false) const;
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
90 ViewGraph(this, Name, false, Title);
EdgeBundles.cpp 80 const Twine &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";
  /external/bison/examples/calc++/
calc++-parser.cc 107 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
111 *yycdebug_ << Title << ' '; \
132 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
    [all...]
  /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/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/bison/data/
lalr1.cc 314 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
318 *yycdebug_ << Title << ' '; \
339 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
    [all...]
glr.c 520 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
524 YYFPRINTF (stderr, "%s ", Title); \
537 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 145 void SelectionDAG::viewGraph(const std::string &Title) {
149 false, Title);
  /external/ant-glob/
NOTICE 149 * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
240 Title to copyright in this software and any associated documentation will at
  /external/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /system/core/sh/
arith.c 626 # define YYDSYMPRINTF(Title, Token, Value, Location) \
630 YYFPRINTF (stderr, "%s ", Title); \
700 # define YYDSYMPRINTF(Title, Token, Value, Location)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 28 if (bookmarkNode.title) {
30 if (String(bookmarkNode.title).indexOf(query) == -1) {
36 anchor.text(bookmarkNode.title);
50 '<input id="title"></td></tr><tr><td>URL</td><td><input id="url">' +
58 title: 'Confirm Deletion',
80 closeOnEscape: true, title: 'Add New Bookmark', modal: true,
84 title: $('#title').val(), url: $('#url').val()});
97 closeOnEscape: true, title: 'Edit Title', modal: true
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
popup.js 28 if (bookmarkNode.title) {
30 if (String(bookmarkNode.title).indexOf(query) == -1) {
36 anchor.text(bookmarkNode.title);
50 '<input id="title"></td></tr><tr><td>URL</td><td><input id="url">' +
58 title: 'Confirm Deletion',
80 closeOnEscape: true, title: 'Add New Bookmark', modal: true,
84 title: $('#title').val(), url: $('#url').val()});
97 closeOnEscape: true, title: 'Edit Title', modal: true
    [all...]

Completed in 550 milliseconds

1 2 3