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

12

/freebsd-12-stable/share/doc/psd/title/
H A DMakefile4 DOC= Title
5 SRCS= Title
/freebsd-12-stable/share/doc/smm/title/
H A DMakefile4 DOC= Title
5 SRCS= Title
/freebsd-12-stable/share/doc/usd/title/
H A DMakefile4 DOC= Title
5 SRCS= Title
/freebsd-12-stable/contrib/wpa/hostapd/logwatch/
H A Dhostapd.conf7 Title = "hostapd"
/freebsd-12-stable/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c167 const char *Title,
172 const char *Title,
177 const char *Title,
182 const char *Title,
187 const char *Title,
192 const char *Title);
220 char *Title,
606 * PARAMETERS: Title - Title of the dumped resource field
617 char *Title,
616 AcpiRsDumpResourceLabel( char *Title, ACPI_RESOURCE_LABEL *ResourceLabel) argument
695 AcpiRsOutString( const char *Title, const char *Value) argument
709 AcpiRsOutInteger8( const char *Title, UINT8 Value) argument
717 AcpiRsOutInteger16( const char *Title, UINT16 Value) argument
726 AcpiRsOutInteger32( const char *Title, UINT32 Value) argument
735 AcpiRsOutInteger64( const char *Title, UINT64 Value) argument
745 AcpiRsOutTitle( const char *Title) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h114 void writeGraph(const std::string &Title = "") {
116 writeHeader(Title);
128 void writeHeader(const std::string &Title) { argument
131 if (!Title.empty())
132 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
141 if (!Title.empty())
142 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
311 const Twine &Title = "") {
316 W.writeGraph(Title.str());
330 const Twine &Title
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRule.h28 StringRef Title; member in struct:clang::tooling::RefactoringDescriptor
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp84 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { argument
87 ViewGraph(this, Name, false, Title);
H A DEdgeBundles.cpp77 const Twine &Title) {
75 WriteGraph(raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h56 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
58 ViewGraph(Graph, Name, IsSimple, Title);
104 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; variable
107 WriteGraph(File, Graph, IsSimple, Title);
134 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
136 ViewGraph(Graph, Name, IsSimple, Title);
166 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); variable
169 WriteGraph(File, Graph, IsSimple, Title);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h220 /// \param Title - OVERVIEW: Title
228 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
232 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp83 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) { argument
85 ViewGraph(this, Name, false, Title);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.h73 void renderTitle(raw_ostream &OS, StringRef Title) override;
H A DSourceCoverageViewHTML.h82 void renderTitle(raw_ostream &OS, StringRef Title) override;
H A DSourceCoverageViewText.cpp238 void SourceCoverageViewText::renderTitle(raw_ostream &OS, StringRef Title) { argument
243 getOptions().colored_ostream(OS, raw_ostream::CYAN) << Title << "\n";
H A DSourceCoverageViewHTML.cpp670 void SourceCoverageViewHTML::renderTitle(raw_ostream &OS, StringRef Title) { argument
673 OS << tag(ReportTitleTag, escape(Title, getOptions()));
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp64 std::string Title = Target.getName(); local
65 Title += " Instructions";
66 writeTitle(Title, OS);
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py174 def Title(word): function
176 this and string's title() method is that Title('4-ary') is '4-ary'
213 'Arity' : Title(Arity(n))
426 'Arity' : Title(Arity(n)),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp487 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, argument
489 OS << Title << ":\n"; local
533 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, argument
535 PrintHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/
539 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, argument
542 OS << "OVERVIEW: " << Title << "\n\n"; local
/freebsd-12-stable/contrib/amd/fsinfo/
H A Dnull_gram.c569 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
573 YYFPRINTF (stderr, "%s ", Title); \
673 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp150 void SelectionDAG::viewGraph(const std::string &Title) { argument
154 false, Title);
/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A Dparse.c677 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
681 YYFPRINTF (stderr, "%s ", Title); \
818 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c171 const char *Title,
176 const char *Title,
1081 * PARAMETERS: Title - Descriptive text
1092 const char *Title,
1095 AcpiOsPrintf ("%20s : %s\n", Title, Value);
1100 const char *Title,
1103 AcpiOsPrintf ("%20s : %p\n", Title, Value);
1091 AcpiExOutString( const char *Title, const char *Value) argument
1099 AcpiExOutPointer( const char *Title, const void *Value) argument
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1069 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1073 YYFPRINTF (stderr, "%s ", Title); \
1210 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h183 void viewGraph(const Twine &Name, const Twine &Title);

Completed in 304 milliseconds

12