/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/ |
PlatformBootManager.h | 105 Show progress bar with title above it. It only works in Graphics mode.
107 @param TitleForeground Foreground color for Title.
108 @param TitleBackground Background color for Title.
109 @param Title Title above progress bar.
121 IN CHAR16 *Title,
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
GenerateDtd.java | 16 private static final CaseMap.Title TO_TITLE_WHOLE_STRING_NO_LOWERCASE = CaseMap.toTitle().wholeString().noLowercase();
|
/external/deqp/external/openglcts/modules/common/ |
glcTestSubcase.hpp | 63 virtual std::string Title() = 0;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ComboDialog.cpp | 30 SetText(Title);
|
/external/lzma/CPP/7zip/UI/GUI/ |
ExtractGUI.cpp | 83 UString Title;
145 FinalMessage.OkMessage.Title = Title;
257 UString title = LangString(options.TestMode ? IDS_PROGRESS_TESTING : IDS_PROGRESS_EXTRACTING);
local 259 extracter.Title = title;
277 RINOK(extracter.Create(title, hwndParent));
|
/external/syzkaller/dashboard/app/ |
app_test.go | 47 if strings.HasPrefix(bug.Title, "skip without repro") && 201 Title: fmt.Sprintf("title%v", id), 218 Title: crash.Title, 262 Title: "title1",
|
/external/syzkaller/pkg/vcs/ |
git_test.go | 35 Title: "rbtree: include rcu.h", 62 if com.Title != res.Title { 63 t.Fatalf("want title %q, got %q", com.Title, res.Title)
|
/external/syzkaller/pkg/report/ |
report_test.go | 31 Title string 61 titlePrefix = "TITLE: " 70 test.Title = ln[len(titlePrefix):] 128 expectCrash := (test.Title != "") 135 if rep != nil && rep.Title == "" { 136 t.Fatalf("found crash, but title is empty") 138 title, corrupted, corruptedReason, suppressed := "", false, "", false 140 title = rep.Title 145 if title != test.Title || corrupted != test.Corrupted || suppressed != test.Suppressed [all...] |
freebsd.go | 50 rep.Title = string(output[pos+match : next]) 69 title, corrupted, _ := extractDescription(output[rep.StartPos:], oops, freebsdStackParams) 70 rep.Title = title 87 title: compile("Fatal trap (.+?)\\r?\\n(?:.*\\n)+?" + 101 title: compile("panic: ffs_write: type {{ADDR}} [0-9]+ \\([0-9]+,[0-9]+\\)"),
|
/external/llvm/lib/Option/ |
OptTable.cpp | 333 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, 336 OS << Title << ":\n"; 384 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, 386 PrintHelp(OS, Name, Title, /*Include*/ 0, /*Exclude*/ 391 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, 394 OS << "OVERVIEW: " << Title << "\n";
|
/external/swiftshader/third_party/LLVM/utils/ |
NewNightlyTest.pl | 312 my $Title = shift; 315 print "$Title\n"; 321 print "$Title\n"; 331 my $Title = shift; 334 print "$Title\n"; 340 print "$Title\n";
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
IpSecDebug.c | 20 // The print title for IKEv1 variety phase.
33 // The print title for IKEv2 variety phase.
46 // The print title for IKEv1 variety Exchagne.
60 // The print title for IKEv1 variety Payload.
80 // The print title for IKEv2 variety Payload.
300 @param[in] Title The strings to be printed before the data of the buffer.
307 IN CHAR8 *Title,
320 DEBUG ((DEBUG_INFO, "==%a %d bytes==\n", Title, DataSize));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
DomPrinter.cpp | 83 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) { 85 ViewGraph(this, Name, false, Title);
|
/external/syzkaller/syz-manager/ |
manager.go | 332 if reproducing[crash.Title] { 339 log.Logf(1, "loop: add to repro queue '%v'", crash.Title) 340 reproducing[crash.Title] = true 363 log.Logf(1, "loop: starting repro of '%v' on instances %+v", crash.Title, vmIndexes) 366 reproDone <- &ReproResult{vmIndexes, crash.Title, res, stats, err, crash.hub} 403 log.Logf(1, "loop: add pending repro for '%v'", res.crash.Title) 410 title := "" 413 title = res.res.Report.Title 416 res.instances, res.title0, res.res != nil, crepro, title) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
MdeModuleHii.h | 82 EFI_STRING_ID Title; ///< The string token for the banner title.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
TianoHii.h | 82 EFI_STRING_ID Title; // The string token for the banner title
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
MdeModuleHii.h | 81 EFI_STRING_ID Title; ///< The string token for the banner title.
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
PlatformBootManager.h | 127 Show progress bar with title above it. It only works in Graphics mode.
130 @param TitleForeground Foreground color for Title.
131 @param TitleBackground Background color for Title.
132 @param Title Title above progress bar.
144 IN CHAR16 *Title,
|
/external/llvm/lib/CodeGen/ |
EdgeBundles.cpp | 75 const Twine &Title) {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
EdgeBundles.cpp | 80 const std::string &Title) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
EdgeBundles.cpp | 77 const Twine &Title) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
SourceCoverageViewHTML.h | 83 void renderTitle(raw_ostream &OS, StringRef Title) override;
|
SourceCoverageViewText.h | 74 void renderTitle(raw_ostream &OS, StringRef Title) override;
|
/external/google-breakpad/src/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/googletest/googletest/scripts/ |
gen_gtest_pred_impl.py | 174 def Title(word): 175 """Returns the given word in title case. The difference between 176 this and string's title() method is that Title('4-ary') is '4-ary' 177 while '4-ary'.title() is '4-Ary'.""" 213 'Arity' : Title(Arity(n)) 426 'Arity' : Title(Arity(n)), 617 test_name = pred_format_type.title()
|