/external/wpa_supplicant_8/hostapd/logwatch/ |
hostapd.conf | 7 Title = "hostapd"
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
DOTGraphTraitsPass.h | 31 std::string Title, GraphName; 34 Title = GraphName + " for '" + F.getNameStr() + "' function"; 35 ViewGraph(Graph, Name, Simple, Title); 65 std::string Title, GraphName; 67 Title = GraphName + " for '" + F.getNameStr() + "' function"; 70 WriteGraph(File, Graph, Simple, Title);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
EditTitleBar.c | 19 CHAR16 *Title = NULL;
22 Initialize a title bar.
24 @param[in] Prompt The prompt to print in the title bar.
34 SHELL_FREE_NON_NULL (Title);
36 Title = CatSPrint (NULL, L"");
39 // set Title
41 Title = CatSPrint (NULL, L"%s", Prompt);
43 if (Title == NULL) {
58 SHELL_FREE_NON_NULL (Title);
59 Title = NULL; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CaseMap.java | 48 public static Title toTitle() { return Title.DEFAULT; } 179 public static final class Title extends CaseMap { 180 private static final Title DEFAULT = new Title(0); 181 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT); 182 private Title(int opt) { super(opt); } 195 public Title wholeString() { 196 return new Title(CaseMapImpl.addTitleIteratorOption [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CaseMap.java | 51 public static Title toTitle() { return Title.DEFAULT; } 193 public static final class Title extends CaseMap { 194 private static final Title DEFAULT = new Title(0); 195 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT); 196 private Title(int opt) { super(opt); } 210 public Title wholeString() { 211 return new Title(CaseMapImpl.addTitleIteratorOption [all...] |
/external/llvm/include/llvm/Analysis/ |
DOTGraphTraitsPass.h | 57 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; 59 ViewGraph(Graph, Name, IsSimple, Title); 105 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; 108 WriteGraph(File, Graph, IsSimple, Title); 135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); 137 ViewGraph(Graph, Name, IsSimple, Title); 167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); 170 WriteGraph(File, Graph, IsSimple, Title);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
DOTGraphTraitsPass.h | 57 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; 59 ViewGraph(Graph, Name, IsSimple, Title); 105 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; 108 WriteGraph(File, Graph, IsSimple, Title); 135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); 137 ViewGraph(Graph, Name, IsSimple, Title); 167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); 170 WriteGraph(File, Graph, IsSimple, Title);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
BootLogoLib.h | 47 Update progress bar with title above it. It only works in Graphics mode.
49 @param TitleForeground Foreground color for Title.
50 @param TitleBackground Background color for Title.
51 @param Title Title above progress bar.
64 IN CHAR16 *Title,
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ComboDialog.h | 19 UString Title;
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
IpSecDebug.h | 27 #define IPSEC_DUMP_BUF(Title, Data, DataSize) IpSecDumpBuf (Title, Data, DataSize)
95 @param[in] Title The strings to be printed before the data of the buffer.
102 IN CHAR8 *Title,
|
/external/llvm/include/llvm/Support/ |
GraphWriter.h | 99 void writeGraph(const std::string &Title = "") { 101 writeHeader(Title); 113 void writeHeader(const std::string &Title) { 116 if (!Title.empty()) 117 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; 126 if (!Title.empty()) 127 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; 313 const Twine &Title = "") { 318 W.writeGraph(Title.str()); 327 bool ShortNames = false, const Twine &Title = "") [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
GraphWriter.h | 95 void writeGraph(const std::string &Title = "") { 97 writeHeader(Title); 109 void writeHeader(const std::string &Title) { 112 if (!Title.empty()) 113 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; 122 if (!Title.empty()) 123 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; 299 const std::string &Title = "") { 304 W.writeGraph(Title); 311 bool ShortNames = false, const std::string &Title = "") [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
GraphWriter.h | 114 void writeGraph(const std::string &Title = "") { 116 writeHeader(Title); 128 void writeHeader(const std::string &Title) { 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()); 325 bool ShortNames = false, const Twine &Title = "") [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
EdgeBundles.h | 64 const std::string &Title = "");
|
/external/syzkaller/pkg/report/ |
fuzz.go | 23 if rep.Title == "" { 24 panic("rep.Title == \"\"")
|
fuchsia.go | 72 rep.Title = string(zirconPanicShort) 75 rep.Title = string(zirconKernelHang) 93 rep.Title = "ASSERT FAILED" 96 rep.Title = "Supervisor fault" 99 rep.Title = "recursion in interrupt handler" 102 rep.Title = "double fault" 115 rep.Title = fmt.Sprintf("%v in %v", rep.Title, where)
|
linux_test.go | 45 if rep := reporter.Parse([]byte(log)); rep.Title != "BUG: bug1" { 46 t.Fatalf("want `BUG: bug1`, found `%v`", rep.Title) 52 if rep := reporter1.Parse([]byte(log)); rep.Title != "BUG: bug1" { 53 t.Fatalf("want `BUG: bug1`, found `%v`", rep.Title) 59 if rep := reporter2.Parse([]byte(log)); rep.Title != "BUG: bug2" { 60 t.Fatalf("want `BUG: bug2`, found `%v`", rep.Title) 67 t.Fatalf("found `%v`, should be ignored", rep.Title)
|
/external/llvm/include/llvm/Option/ |
OptTable.h | 160 /// \param Title - The title to use in the usage line. 165 const char *Title, unsigned FlagsToInclude, 169 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);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
ScheduleDAGPrinter.cpp | 85 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { 88 ViewGraph(this, Name, false, Title);
|
/external/lzma/CPP/Windows/Control/ |
PropertyPage.h | 42 UString Title;
46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title);
|
PropertyPage.cpp | 47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title)
60 titles.Add(GetSystemString(pagesInfo[i].Title));
97 if (pageInfo.Title.IsEmpty())
102 page.pszTitle = pageInfo.Title;
118 AString titleA (GetSystemString(title));
134 sheet.pszCaption = title;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
OptTable.h | 221 /// \param Title - The title to use in the usage line. 229 void PrintHelp(raw_ostream &OS, const char *Name, const char *Title, 233 void PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
|
/external/syzkaller/pkg/instance/ |
instance.go | 130 Title string 136 return err.Title 144 return err.Report.Title 201 Title: err.Error(), 204 testErr.Title, testErr.Output = bootErr.BootError() 212 testErr.Title = testErr.Report.Title 215 Title: testErr.Title, 262 return &TestError{Title: fmt.Sprintf("failed to copy test binary to VM: %v", err) [all...] |
/external/syzkaller/dashboard/app/ |
reporting_test.go | 24 Title: "title1", 48 Title: "title1", 143 c.expectEQ(rep.Title, "title1") 172 Title: "title1", 190 Title: "title1 (2)", 282 c.expectEQ(rep3.Title, crash2.Title+" (2)") 314 c.expectEQ(rep2.Title, crash2.Title+" (2)") 373 crash1.Title = "skip without repro 1 [all...] |