Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 1652) sorted by relevance

12345678910>>...67

/external/syzkaller/pkg/report/
Dlinux.go133 title, corrupted, format := extractDescription(consoleReportReliable, oops, linuxStackParams)
134 if title != "" {
141 title, corrupted, format = extractDescription(report, oops, linuxStackParams)
142 if title == "" {
149 rep.Title = title
160 rep.Corrupted, rep.CorruptedReason = ctx.isCorrupted(title, report, format)
459 func (ctx *linux) isCorrupted(title string, report []byte, format oopsFormat) (bool, string) {
467 if re.MatchString(title) {
613 title: compile("BUG: KASAN:"),
626 title: compile("BUG: KASAN:"),
[all …]
/external/libxml2/result/
Dslashdot.rdf.rdr8 2 1 title 0 0
10 2 15 title 0 0
30 2 1 title 0 0
32 2 15 title 0 0
52 2 1 title 0 0
54 2 15 title 0 0
69 2 1 title 0 0
71 2 15 title 0 0
86 2 1 title 0 0
88 2 15 title 0 0
[all …]
Dslashdot.rdf.rde8 2 1 title 0 0
10 2 15 title 0 0
30 2 1 title 0 0
32 2 15 title 0 0
52 2 1 title 0 0
54 2 15 title 0 0
69 2 1 title 0 0
71 2 15 title 0 0
86 2 1 title 0 0
88 2 15 title 0 0
[all …]
Dslashdot.rdf.sax10 SAX.startElement(title)
12 SAX.endElement(title)
32 SAX.startElement(title)
34 SAX.endElement(title)
54 SAX.startElement(title)
56 SAX.endElement(title)
71 SAX.startElement(title)
73 SAX.endElement(title)
88 SAX.startElement(title)
90 SAX.endElement(title)
[all …]
Dslashdot16.xml.rdr7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
Dslashdot16.xml.rde7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
Dslashdot.xml.rde7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
Dslashdot.xml.rdr7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
/external/python/cpython3/Lib/tkinter/
Dmessagebox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
70 if title: options["title"] = title
81 def showinfo(title=None, message=None, **options): argument
83 return _show(title, message, INFO, OK, **options)
85 def showwarning(title=None, message=None, **options): argument
87 return _show(title, message, WARNING, OK, **options)
89 def showerror(title=None, message=None, **options): argument
91 return _show(title, message, ERROR, OK, **options)
93 def askquestion(title=None, message=None, **options): argument
95 return _show(title, message, QUESTION, YESNO, **options)
[all …]
/external/python/cpython2/Lib/lib-tk/
DtkMessageBox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
70 if title: options["title"] = title
81 def showinfo(title=None, message=None, **options): argument
83 return _show(title, message, INFO, OK, **options)
85 def showwarning(title=None, message=None, **options): argument
87 return _show(title, message, WARNING, OK, **options)
89 def showerror(title=None, message=None, **options): argument
91 return _show(title, message, ERROR, OK, **options)
93 def askquestion(title=None, message=None, **options): argument
95 return _show(title, message, QUESTION, YESNO, **options)
[all …]
/external/syzkaller/pkg/email/
Dpatch.go12 func ParsePatch(text string) (title string, diff string, err error) {
21 if title == "" {
22 title = lastLine
38 title = ln[len("Subject: "):]
41 if ln == "" || title != "" || diffStarted {
46 title = ln[4:]
52 if strings.Contains(strings.ToLower(title), "[patch") {
53 pos := strings.IndexByte(title, ']')
58 title = title[pos+1:]
60 title = strings.TrimSpace(title)
[all …]
/external/markdown/MarkdownTest/Tests_2007/
DLinks, inline style.text3 [URL and title](/url/ "title").
5 [URL and title](/url/ "title preceded by two spaces").
7 [URL and title](/url/ "title preceded by a tab").
9 [URL and title](/url/ "title has spaces afterward" ).
13 [URL w/ angle brackets + title](</url/> "Here's the title").
22 [With parens in the URL](/foo(bar) "and a title")
24 (With outer parens and [parens in url](/foo(bar) "and a title"))
/external/catch2/examples/
D210-Evt-EventListeners.cpp37 void print( std::ostream& os, int const level, std::string const& title, Catch::SourceLineInfo cons… in print() argument
38 os << ws(level ) << title << ":\n" in print()
58 void print( std::ostream& os, int const level, std::string const& title, std::vector<Catch::Message… in print() argument
59 os << ws(level ) << title << ":\n"; in print()
73 void print( std::ostream& os, int const level, std::string const& title, Catch::TestRunInfo const& … in print() argument
74 os << ws(level ) << title << ":\n" in print()
88 void print( std::ostream& os, int const level, std::string const& title, Catch::Counts const& info … in print() argument
89 os << ws(level ) << title << ":\n" in print()
103 void print( std::ostream& os, int const level, std::string const& title, Catch::Totals const& info … in print() argument
104 os << ws(level) << title << ":\n"; in print()
[all …]
/external/pdfium/fpdfsdk/
Dfpdfdoc_unittest.cpp97 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local
99 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F()
101 title = GetFPDFWideString(L"Preface"); in TEST_F()
102 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F()
107 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local
109 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F()
111 title = GetFPDFWideString(L"Preface"); in TEST_F()
112 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F()
141 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local
143 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F()
[all …]
/external/perfetto/ui/src/frontend/
Drecord_page.ts103 const recButton = (mode: RecordMode, title: string, img: string) => {
120 m('span', title));
132 title: 'In-memory buffer size',
141 title: 'Max duration',
150 title: 'Max file size',
159 title: 'Flush on disk every',
174 title: 'Battery drain',
182 title: 'Poll rate',
190 title: 'Board voltages & frequencies',
203 title: 'Coarse CPU usage counter',
[all …]
/external/apache-commons-bcel/docs/
Dmanual.bib3 title = {\protect{Programming the Internet in Ada95}},
11 title = {\protect{Adding Type Parameterization to the Java
22 title = {\protect{Aspect-Oriented Programming}},
30 title = {\protect{Barat -- A Front-End for Java}},
38 title = {\protect{Binary Component Adaptation}},
47 title = {\protect{BIT: A Tool for Instrumenting Java
55 title = {The classfile API},
63 title = {The ClassFilters package},
72 title = {\protect{Dynamic Class Loading in the Java Virtual
81 title = {Design Patterns: Elements of Reusable
[all …]
/external/ltp/
Dltpmenu84 --title " $1 " \
106 --title "Compiling LTP testsuite"\
172 --title "LTP Test Results" \
180 --title "LTP Test Results" \
184 --title "LTP Test Results." \
203 --title "LTP Test Results" \
221 --title "Output Direction" --clear\
227 --title "Output Direction" --clear\
238 --title "Test Duration" --clear\
245 --title "Test Duration - Interval Selection" --clear\
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DContainer.java19 private String title; field in Container
27 public Container(String title) { in Container() argument
28 this.title = title; in Container()
41 return title.equals(c.title); in equals()
49 return title.hashCode(); in hashCode()
54 return "Container=" + title; in toString()
74 return title; in getTitle()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DSegment.java23 private String title; field in Segment
27 public Segment(String title, Number value) { in Segment() argument
28 this.title = title; in Segment()
34 return title; in getTitle()
37 public void setTitle(String title) { in setTitle() argument
38 this.title = title; in setTitle()
/external/webrtc/webrtc/base/
Dwindowpicker.h24 WindowDescription(const WindowId& id, const std::string& title) in WindowDescription() argument
25 : id_(id), title_(title) { in WindowDescription()
29 const std::string& title() const { return title_; } in title() function
30 void set_title(const std::string& title) { title_ = title; } in set_title() argument
40 DesktopDescription(const DesktopId& id, const std::string& title) in DesktopDescription() argument
41 : id_(id), title_(title), primary_(false) { in DesktopDescription()
45 const std::string& title() const { return title_; } in title() function
46 void set_title(const std::string& title) { title_ = title; } in set_title() argument
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py35 def title(self, title): member in PyDialog
40 r"{\VerdanaBold10}%s" % title)
42 def back(self, title, next, name = "Back", active = 1): argument
51 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next)
53 def cancel(self, title, next, name = "Cancel", active = 1): argument
62 return self.pushbutton(name, 304, self.h-27, 56, 17, flags, title, next)
64 def next(self, title, next, name = "Next", active = 1): argument
73 return self.pushbutton(name, 236, self.h-27, 56, 17, flags, title, next)
75 def xbutton(self, name, title, next, xpos): argument
81 return self.pushbutton(name, int(self.w*xpos - 28), self.h-27, 56, 17, 3, title, next)
[all …]
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py36 def title(self, title): member in PyDialog
41 r"{\VerdanaBold10}%s" % title)
43 def back(self, title, next, name = "Back", active = 1): argument
52 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next)
54 def cancel(self, title, next, name = "Cancel", active = 1): argument
63 return self.pushbutton(name, 304, self.h-27, 56, 17, flags, title, next)
65 def next(self, title, next, name = "Next", active = 1): argument
74 return self.pushbutton(name, 236, self.h-27, 56, 17, flags, title, next)
76 def xbutton(self, name, title, next, xpos): argument
82 return self.pushbutton(name, int(self.w*xpos - 28), self.h-27, 56, 17, 3, title, next)
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DPost.java20 private String title; field in Post
26 public Post(String title, String text) { in Post() argument
28 this.title = title; in Post()
33 return title; in getTitle()
41 return title.compareTo(o.title); in compareTo()
60 return "Post " + title + " " + text; in toString()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DGroupBorder.java12 private String title = ""; field in GroupBorder
15 return title; in getTitle()
18 public void setTitle(String title) { in setTitle() argument
19 this.title = title; in setTitle()
26 int titleW = gg.getFontMetrics().stringWidth(title) + 20; in paintBorder()
31 if (!title.equals("")) { in paintBorder()
37 gg.drawString(title, 10, titleHeight - titleDescent); in paintBorder()
47 …return new Insets(!title.equals("") ? borderPadding + titleHeight : borderPadding, borderPadding, … in getBorderInsets()
/external/libxml2/result/XPath/tests/
Dchaptersprefol27 2 ELEMENT title
32 4 ELEMENT title
43 9 ELEMENT title
54 2 ELEMENT title
60 5 ELEMENT title
68 2 ELEMENT title
69 3 ELEMENT title
81 3 ELEMENT title
87 6 ELEMENT title
93 9 ELEMENT title
[all …]

12345678910>>...67