/external/python/cpython2/Tools/faqwiz/ |
faqconf.py | 36 # Markers appended to title to indicate recently change 145 <TITLE>%(title)s</TITLE> 153 <H1>%(title)s</H1> 218 <H2>%(sec)s. %(title)s</H2> 233 <LI><A HREF="%(FAQCGI)s?req=show&file=%(file)s">%(title)s</A> 237 <LI><A HREF="#%(sec)s.%(num)s">%(title)s</A> 244 <H2><A NAME="%(sec)s.%(num)s">%(title)s</A>\ 356 Title: <INPUT TYPE=text SIZE=70 NAME=title VALUE="%(title)s"><BR [all...] |
/external/syzkaller/tools/syz-crush/ |
crush.go | 121 log.Logf(0, "vm-%v: crashed: %v, saving to %v", index, rep.Title, f.Name())
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
EfiInternalFormRepresentation.h | 412 STRING_REF Title; // The string token for the banner title
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
X11GraphicsWindow.c | 60 char *Title; 965 Drv->Title = malloc (StrSize (This->ConfigString)); 966 UnicodeStrToAsciiStr (This->ConfigString, Drv->Title); 967 XStoreName (Drv->display, Drv->win, Drv->Title);
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/ |
FrameworkInternalFormRepresentation.h | 391 STRING_REF Title; ///< The string token for the banner title.
|
/external/deqp/external/openglcts/modules/common/ |
glcTestSubcase.cpp | 112 void WriteField(tcu::TestLog& log, const char* title, std::string message) 120 log.startSection("Details", title); 149 WriteField(log, "Title", Title());
|
/external/golang-protobuf/protoc-gen-go/testdata/proto3/ |
proto3.pb.go | 126 Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` 160 return m.Title
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog2.h | 20 UString Title;
262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
303 HRESULT Create(const UString &title, HWND parentWindow = 0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
Dominators.h | 178 void viewGraph(const Twine &Name, const Twine &Title);
|
/external/syzkaller/dashboard/app/ |
reporting.go | 57 log.Errorf(c, "%v: failed to report bug %v: %v", bug.Namespace, bug.Title, err) 80 log.Infof(c, "bug %q: reporting to %v", bug.Title, reporting.Name) 245 Title: bug.displayTitle(), 350 return false, fmt.Sprintf("bad commit title: %q", com), nil 363 // Email reporting passes bug title in cmd.DupOf, try to find bug by title. 404 dupHash = bugKeyHash(dup.Namespace, dup.Title, dup.Seq) 605 func findDupByTitle(c context.Context, ns, title string) (*Bug, *datastore.Key, error) { 606 title, seq, err := splitDisplayTitle(title) [all...] |
/external/syzkaller/pkg/vcs/ |
vcs.go | 41 // and return pairs {tag, commit title}. 57 Title string 65 Title string 170 // CanonicalizeCommit returns commit title that can be used when checking 174 func CanonicalizeCommit(title string) string { 176 if strings.HasPrefix(title, prefix) { 177 title = title[len(prefix):] 181 return strings.TrimSpace(title)
|
/external/syzkaller/tools/syz-runtest/ |
runtest.go | 185 return fmt.Errorf("vm crash: %v\n%s\n%s", rep.Title, rep.Report, rep.Output) 189 req.Err = fmt.Errorf("%v", rep.Title)
|
/external/syzkaller/vm/ |
vm.go | 189 Title: "no output from test machine", 225 Title: defaultError,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
SourceCoverageViewHTML.cpp | 88 .source-name-title { 226 const char *BeginSourceNameDiv = "<div class='source-name-title'>"; 671 void SourceCoverageViewHTML::renderTitle(raw_ostream &OS, StringRef Title) { 674 OS << tag(ReportTitleTag, escape(Title, getOptions()));
|
/external/syzkaller/syz-manager/ |
hub.go | 186 Title: "external repro",
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
BdsPlatform.h | 357 CHAR16 *Title,
|
/external/python/cpython2/Mac/scripts/ |
buildpkg.py | 59 Title 127 title, version and description of the package to be built. 130 title argument plus a '.pkg' extension and is located in the same 140 'Title': None, 162 def __init__(self, title, version, desc): 163 "Init. with mandatory title/version/description arguments." 165 info = {"Title": title, "Version": version, "Description": desc} 201 packageName = self.packageInfo["Title"] 218 # packageName = "%s-%s" % (self.packageInfo["Title"], [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
ResourceScriptStmt.cpp | 150 OS << " Control (" << ID << "): " << Type << ", title: " << Title
|
/external/syzkaller/pkg/bisect/ |
bisect.go | 96 env.log("first %v commit: %v %v", what, res.Hash, res.Title) 239 env.log("%v", verr.Title)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/ |
UefiIfrOpCodeCreation.c | 607 IN EFI_STRING_ID Title,
627 Banner.Title = Title;
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
UserProfileModify.c | 417 UserCredential->Title (
436 UserCredential->Title (
[all...] |
/external/llvm/tools/sancov/ |
sancov.cc | [all...] |
/external/one-true-awk/ |
ytab.c | [all...] |
/external/syzkaller/vendor/golang.org/x/net/trace/ |
trace.go | 333 // New returns a new Trace with the specified family and title. 334 func New(family, title string) Trace { 337 tr.Family, tr.Title = family, title 691 // Title is the title of this trace. 692 Title string 717 tr.Title = "" 950 <title>/debug/requests</title> [all...] |
/external/syzkaller/pkg/repro/ |
repro.go | 77 crashTitle = rep.Title 596 ctx.reproLog(2, "suppressed program crash: %v", rep.Title) 600 ctx.reproLog(2, "program crashed: %v", rep.Title)
|