/external/python/cpython2/Lib/lib-tk/ |
D | tkMessageBox.py | 67 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/cpython3/Lib/tkinter/ |
D | messagebox.py | 67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument 70 if title: options["title"] = title 82 def showinfo(title=None, message=None, **options): argument 84 return _show(title, message, INFO, OK, **options) 87 def showwarning(title=None, message=None, **options): argument 89 return _show(title, message, WARNING, OK, **options) 92 def showerror(title=None, message=None, **options): argument 94 return _show(title, message, ERROR, OK, **options) 97 def askquestion(title=None, message=None, **options): argument 99 return _show(title, message, QUESTION, YESNO, **options) [all …]
|
/external/libxml2/result/ |
D | slashdot.rdf.rdr | 8 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 …]
|
D | slashdot.rdf.rde | 8 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 …]
|
D | slashdot.rdf.sax | 10 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 …]
|
D | slashdot16.xml.rdr | 7 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 …]
|
D | slashdot16.xml.rde | 7 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 …]
|
D | slashdot.xml.rde | 7 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 …]
|
D | slashdot.xml.rdr | 7 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/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/ |
D | MediaMetadata.java | 27 @Nullable private String title; field in MediaMetadata.Builder 30 public Builder setTitle(@Nullable String title) { in setTitle() argument 31 this.title = title; in setTitle() 37 return new MediaMetadata(title); in build() 42 @Nullable public final String title; field in MediaMetadata 44 private MediaMetadata(@Nullable String title) { in MediaMetadata() argument 45 this.title = title; in MediaMetadata() 58 return Util.areEqual(title, other.title); in equals() 63 return title == null ? 0 : title.hashCode(); in hashCode()
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, inline style.text | 3 [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/ |
D | 210-Evt-EventListeners.cpp | 37 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/ |
D | fpdf_doc_unittest.cpp | 81 ScopedFPDFWideString title = GetFPDFWideString(L""); in TEST_F() local 82 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 84 title = GetFPDFWideString(L"Preface"); in TEST_F() 85 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 90 ScopedFPDFWideString title = GetFPDFWideString(L""); in TEST_F() local 91 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 93 title = GetFPDFWideString(L"Preface"); in TEST_F() 94 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 123 ScopedFPDFWideString title = GetFPDFWideString(L"Chapter 3"); in TEST_F() local 124 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Container.java | 19 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/ |
D | Segment.java | 23 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/one-true-awk/testdir/ |
D | funstack.awk | 217 function do_long_title(author,title,pages, last_title,n) 219 title = trim(title) # discard leading and trailing space 220 while (length(title) > 0) 222 n = html_breakpoint(title,MAX_TITLE_CHARS+MIN_LEADERS) 223 last_title = substr(title,1,n) 224 title = substr(title,n+1) 225 sub(/^ +/,"",title) # discard any leading space 226 print_toc_line(author, last_title, (length(title) == 0) ? pages : "") 502 function html_breakpoint(title,maxlength, break_after,k) 507 if (html_length(title) > maxlength) # then need to split title across lines [all …]
|
/external/perfetto/ui/src/frontend/ |
D | record_page.ts | 118 const recButton = (mode: RecordMode, title: string, img: string) => { 135 m('span', title)); 147 title: 'In-memory buffer size', 156 title: 'Max duration', 165 title: 'Max file size', 174 title: 'Flush on disk every', 189 title: 'Battery drain', 197 title: 'Poll interval', 205 title: 'Board voltages & frequencies', 215 title: 'GPU frequency', [all …]
|
/external/apache-commons-bcel/docs/ |
D | manual.bib | 3 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/webrtc/webrtc/base/ |
D | windowpicker.h | 24 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/ltp/ |
D | ltpmenu | 84 --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/issues/issue73/ |
D | Post.java | 20 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/libsrtp2/ |
D | timing | 13 set title "Authentication Only" 18 …t "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with li… 22 set title "Encryption Only" 27 plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines 31 set title "Encryption and Authentication" 36 …t "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with li…
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
D | GroupBorder.java | 12 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/ |
D | chaptersprefol | 27 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 …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | TitleBox.java | 40 private String title; field in TitleBox 51 return title; in getTitle() 63 public void setTitle(String title) { in setTitle() argument 64 this.title = title; in setTitle() 68 return 7 + Utf8.utf8StringLengthInBytes(title); in getContentSize() 75 byteBuffer.put(Utf8.convert(title)); in getContent() 83 title = IsoTypeReader.readString(content); in _parseDetails()
|