Searched refs:Title (Results 1 - 25 of 49) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/logwatch/
H A Dhostapd.conf7 Title = "hostapd"
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h42 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
44 ViewGraph(Graph, Name, IsSimple, Title);
75 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
78 WriteGraph(File, Graph, IsSimple, Title);
105 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
107 ViewGraph(Graph, Name, IsSimple, Title);
137 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
140 WriteGraph(File, Graph, IsSimple, Title);
/external/llvm/include/llvm/Support/
H A DGraphWriter.h100 void writeGraph(const std::string &Title = "") {
102 writeHeader(Title);
114 void writeHeader(const std::string &Title) { argument
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/lib/CodeGen/
H A DScheduleDAGPrinter.cpp86 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { argument
89 ViewGraph(this, Name, false, Title);
H A DEdgeBundles.cpp75 const Twine &Title) {
73 WriteGraph(raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title) argument
/external/llvm/include/llvm/Option/
H A DOptTable.h165 /// \param Title - The title to use in the usage line.
170 const char *Title, unsigned FlagsToInclude,
174 const char *Title, bool ShowHidden = false) const;
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_browsertest.cc461 std::string Title();
622 std::string DnsProbeBrowserTest::Title() { function in class:chrome_browser_net::__anon4328::DnsProbeBrowserTest
725 EXPECT_EQ("", Title());
731 EXPECT_EQ("", Title());
737 EXPECT_EQ("", Title());
792 EXPECT_EQ("", Title());
798 EXPECT_EQ("", Title());
803 EXPECT_EQ("", Title());
862 EXPECT_EQ("", Title());
869 EXPECT_EQ("", Title());
[all...]
/external/llvm/lib/Option/
H A DOptTable.cpp324 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, argument
327 OS << Title << ":\n"; local
375 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, argument
377 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/
382 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, argument
385 OS << "OVERVIEW: " << Title << "\n"; local
/external/bison/examples/calc++/
H A Dcalc++-parser.cc107 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
111 *yycdebug_ << Title << ' '; \
132 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
/external/chromium_org/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word): function
177 this and string's title() method is that Title('4-ary') is '4-ary'
214 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs35 public string Title; field in class:ChromeDebug.AttachDialog.ProcessViewItem
127 item.Title = p.MainWindowTitle;
180 item.SubItems.Add(item.Title);
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word): function
177 this and string's title() method is that Title('4-ary') is '4-ary'
214 'Arity' : Title(Arity(n))
428 'Arity' : Title(Arity(n)),
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dposterize.pl36 my $Title = "Linux Kernel Coverage";
78 %%Title: Linux 2.4.0 Kernel Poster
208 ($Title) centerText advanceLine
/external/bison/data/
H A Dlalr1.cc314 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
318 *yycdebug_ << Title << ' '; \
339 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) YYUSE(Type)
H A Dglr.c520 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
524 YYFPRINTF (stderr, "%s ", Title); \
537 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp146 void SelectionDAG::viewGraph(const std::string &Title) { argument
150 false, Title);
/external/pdfium/fpdfsdk/include/
H A Dfpdfformfill.h36 * Title - The title of the dialog.
54 int (*app_alert)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon);
87 * Title - The title of the dialog box.
102 int (*app_response)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Question, FPDF_WIDESTRING Title, FPDF_WIDESTRING Default, FPDF_WIDESTRING cLabel, FPDF_BOOL bPassword, void* response, int length);
H A Dfsdk_mgr.h134 virtual int JS_appAlert(FX_LPCWSTR Msg, FX_LPCWSTR Title, FX_UINT Type, FX_UINT Icon) argument
139 CFX_ByteString bsTitle = CFX_WideString(Title).UTF16LE_Encode();
150 virtual int JS_appResponse(FX_LPCWSTR Question, FX_LPCWSTR Title, FX_LPCWSTR Default, FX_LPCWSTR cLabel, FPDF_BOOL bPassword, void* response, int length) argument
155 CFX_ByteString bsTitle = CFX_WideString(Title).UTF16LE_Encode();
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c652 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
656 YYFPRINTF (stderr, "%s ", Title); \
804 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
H A Dparse-events-bison.c762 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
766 YYFPRINTF (stderr, "%s ", Title); \
914 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.h61 std::string Title();
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDocumentInformationDictionary_autogen.cpp11 SkString SkPdfDocumentInformationDictionary::Title(SkPdfNativeDoc* doc) { function in class:SkPdfDocumentInformationDictionary
12 SkPdfNativeObject* ret = get("Title", "");
20 return get("Title", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDocumentInformationDictionary_autogen.cpp11 SkString SkPdfDocumentInformationDictionary::Title(SkPdfNativeDoc* doc) { function in class:SkPdfDocumentInformationDictionary
12 SkPdfNativeObject* ret = get("Title", "");
20 return get("Title", "") != NULL;
/external/ant-glob/
H A DNOTICE240 Title to copyright in this software and any associated documentation will at
/external/elfutils/0.153/src/
H A Dldscript.c907 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
911 YYFPRINTF (stderr, "%s ", Title); \
1051 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)

Completed in 493 milliseconds

12