Home
last modified time | relevance | path

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

12345678910>>...43

/external/chromium-trace/catapult/third_party/WebOb/webob/
Dexc.py224 title = 'Internal Server Error' variable in WSGIHTTPException
254 status='%s %s' % (self.code, self.title),
294 title=self.title,
367 title = 'OK' variable in HTTPOk
383 title = 'Created' variable in HTTPCreated
395 title = 'Accepted' variable in HTTPAccepted
409 title = 'Non-Authoritative Information' variable in HTTPNonAuthoritativeInformation
422 title = 'No Content' variable in HTTPNoContent
436 title = 'Reset Content' variable in HTTPResetContent
449 title = 'Partial Content' variable in HTTPPartialContent
[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.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 …]
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 …]
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/chromium-trace/catapult/third_party/Paste/paste/
Dhttpexceptions.py169 title = None variable in HTTPException
196 self.code, self.title, self.explanation, self.detail))
218 return ('%s %s\r\n%s\r\n' % (self.code, self.title, body))
224 'title': self.title,
263 start_response('%s %s' % (self.code, self.title),
272 self.title, self.code)
358 title = 'Multiple Choices' variable in HTTPMultipleChoices
362 title = 'Moved Permanently' variable in HTTPMovedPermanently
366 title = 'Found' variable in HTTPFound
373 title = 'See Other' variable in HTTPSeeOther
[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/opencv3/doc/
Dopencv.bib8 title = {KAZE features},
16 title = {Fast Explicit Diffusion for Accelerated Features in Nonlinear Scale Spaces},
25 title = {A multiresolution spline with application to image mosaics},
35 title = {Automatic panoramic image stitching using invariant features},
45 title = {Depth discontinuities by pixel-to-pixel stereo},
55 title = {A pixel dissimilarity measure that is insensitive to image sampling},
65 title = {Generalizing the Hough transform to detect arbitrary shapes},
75 title = {Distance transformations in digital images},
85title = {Pyramidal implementation of the affine lucas kanade feature tracker description of the al…
92 title = {Camera Calibration Tool box for Matlab [EB/OL]},
[all …]
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests5.dat89 <title> <!-- </title> --> </title>x
91 Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
95 | <title>
148 <title>&amp;</title>
150 Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
154 | <title>
159 <title><!--&amp;--></title>
161 Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
165 | <title>
170 <title><!--</title>
[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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraphItem.java22 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/srtp/
Dtiming13 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/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/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 …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DTitleBox.java40 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/
DShadowOverlayItem.java15 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/wpa_supplicant_8/src/utils/
Dtrace.h28 #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
Dbrowser.c21 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/
DMessageDialogRunnable.java36 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/
Dlinks-inline.txt3 [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").

12345678910>>...43