/external/libxml2/result/ |
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.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.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.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 | 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 | 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/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/pdfium/fpdfsdk/ |
D | fpdfdoc_unittest.cpp | 100 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 102 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 104 title = GetFPDFWideString(L"Preface"); in TEST_F() 105 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 110 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 112 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 114 title = GetFPDFWideString(L"Preface"); in TEST_F() 115 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 144 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 146 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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | TimeLineGraphItem.java | 22 String title; field in TimeLineGraphItem 33 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem() argument 34 this(title, description, value, color,display, timestamp,isSpecial); in TimeLineGraphItem() 38 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem() argument 39 this(title, description, value, color,display, timestamp); in TimeLineGraphItem() 43 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem() argument 44 this(title, description, value, color,timestamp); in TimeLineGraphItem() 48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { in TimeLineGraphItem() argument 49 this.title= title; in TimeLineGraphItem() 58 Point e2= g.stringExtent(this.title); in getSize()
|
/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/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 …]
|
D | chaptersbase | 59 Expression: /child::EXAMPLE/child::head/child::title 62 1 ELEMENT title 65 Expression: /child::EXAMPLE/child::head/child::title/child::text() 77 2 ELEMENT title 82 Expression: /descendant::title 85 1 ELEMENT title 86 2 ELEMENT title 87 3 ELEMENT title 88 4 ELEMENT title 89 5 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()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowOverlayItem.java | 15 private String title; field in ShadowOverlayItem 18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) { in __constructor__() argument 20 this.title = title; in __constructor__() 31 return title; in getTitle() 49 return Strings.equals(title, that.title) in equals() 58 result = title == null ? result : 19 * result + title.hashCode(); in hashCode()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | parse-torture.sh | 32 title="$2" 44 echo $title unreadable torture output file: $file 53 print_bug $title FAILURE, $nerrs instances 88 print_warning $title $title `cat $T.seq` 95 print_warning HOTPLUG FAILURES $title `cat $T.seq` 99 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version… 102 print_warning $title `cat $T.seq`
|
/external/wpa_supplicant_8/src/utils/ |
D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num) 30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num); 33 void wpa_trace_show(const char *title); 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 51 #define wpa_trace_show(title) do { } while (0) argument 61 void wpa_trace_dump_funcname(const char *title, void *pc); 65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
|
D | browser.c | 21 char *title; member 42 ctx->title ? ctx->title : in browser_update_title() 48 ctx->title ? ctx->title : "Hotspot 2.0 client"); in browser_update_title() 125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() argument 128 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title, in view_cb_hovering_over_link() 141 const char *title, in view_cb_title_changed() argument 144 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title); in view_cb_title_changed() 145 os_free(ctx->title); in view_cb_title_changed() 146 ctx->title = os_strdup(title); in view_cb_title_changed() 217 free(ctx.title); in hs20_web_browser()
|
/external/proguard/src/proguard/gui/ |
D | MessageDialogRunnable.java | 36 private final String title; field in MessageDialogRunnable 46 String title, in showMessageDialog() argument 53 title, in showMessageDialog() 69 String title, in MessageDialogRunnable() argument 74 this.title = title; in MessageDialogRunnable() 86 title, in run()
|
/external/markdown/tests/markdown-test/ |
D | links-inline.txt | 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").
|