/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/t/ |
D | insert.t | 140 <h2>Appendix Paragraph</h2> 142 <h2>Appendix Paragraph</h2> 152 <li><a href=#h-1.1>Appendix Paragraph</a> 156 <li><a href=#h-2.1>Appendix Paragraph</a> 162 <a name=h-1.1><h2>Appendix Paragraph</h2></a> 164 <a name=h-2.1><h2>Appendix Paragraph</h2></a> 199 <h2>Paragraph</h2> 200 <h3>Paragraph</h3> 201 <h3>Paragraph</h3> 202 <h3>Paragraph</h3> [all …]
|
D | podExamples.t | 243 <h2>Paragraph</h2> 269 <li><a href=#h-1>Paragraph</a> 283 <h2>Paragraph</h2> 312 <li><a href=#h-2>Paragraph</a> 347 <h2>Paragraph</h2> 351 <h2 class=appendix>Appendix Paragraph</h2> 361 <li><a href=#h-1.1>Paragraph</a> 368 <li><a href=#appendix-1.1>Appendix Paragraph</a> 374 <a name=h-1.1><h2>Paragraph</h2></a> 378 <a name=appendix-1.1><h2 class=appendix>Appendix Paragraph</h2></a> [all …]
|
/external/icu4c/samples/layout/ |
D | paragraph.h | 33 class Paragraph 36 …Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &stat… 38 ~Paragraph(); 46 …static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *g… 71 inline le_int32 Paragraph::getLineHeight() in getLineHeight() 76 inline le_int32 Paragraph::getLineCount() in getLineCount() 81 inline le_int32 Paragraph::getAscent() in getAscent()
|
D | paragraph.cpp | 76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorC… in Paragraph() function in Paragraph 160 Paragraph::~Paragraph() in ~Paragraph() 171 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() 181 void Paragraph::breakLines(le_int32 width, le_int32 height) in breakLines() 216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw() 252 Paragraph *Paragraph::paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport… in paragraphFactory() 257 Paragraph *result = NULL; in paragraphFactory() 267 result = new Paragraph(text, charCount, &fontRuns, status); in paragraphFactory()
|
D | gnomelayout.cpp | 37 Paragraph *paragraph; 90 Paragraph *newPara; in openOK() 94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport); in openOK() 236 context->paragraph = Paragraph::paragraphFactory(fileName, font, guiSupport); in newSample()
|
D | layout.cpp | 32 Paragraph *paragraph; 148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport); in WndProc() 295 Paragraph *newParagraph = Paragraph::paragraphFactory(szFileName, font, guiSupport); in WndProc()
|
/external/markdown/tests/misc/ |
D | blockquote-below-paragraph.txt | 1 Paragraph 5 Paragraph 9 Paragraph one
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Inline HTML comments.text | 1 Paragraph one. 9 Paragraph two.
|
/external/markdown/tests/markdown-test/ |
D | inline-html-comments.txt | 1 Paragraph one. 9 Paragraph two.
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Inline HTML comments.text | 1 Paragraph one. 9 Paragraph two.
|
/external/markdown/tests/safe_mode/ |
D | inline-html-comments.txt | 1 Paragraph one. 9 Paragraph two.
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 336 ParagraphComment *Paragraph = S.actOnParagraphComment( in parseBlockCommand() local 339 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand() 342 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand() 345 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand() 377 ParagraphComment *Paragraph; in parseBlockCommand() local 379 Paragraph = S.actOnParagraphComment(ArrayRef<InlineContentComment *>()); in parseBlockCommand() 384 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand() 388 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand() 391 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand() 394 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand()
|
D | CommentSema.cpp | 68 ParagraphComment *Paragraph) { in actOnBlockCommandFinish() argument 69 Command->setParagraph(Paragraph); in actOnBlockCommandFinish() 277 ParagraphComment *Paragraph) { in actOnParamCommandFinish() argument 278 Command->setParagraph(Paragraph); in actOnParamCommandFinish() 364 ParagraphComment *Paragraph) { in actOnTParamCommandFinish() argument 365 Command->setParagraph(Paragraph); in actOnTParamCommandFinish() 553 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph() local 554 if (Paragraph->isWhitespace()) { in checkBlockCommandEmptyParagraph()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 596 ParagraphComment *Paragraph; variable 604 Paragraph(NULL) { in BlockCommandComment() 616 Paragraph(NULL) { in BlockCommandComment() 628 return reinterpret_cast<child_iterator>(&Paragraph); in child_begin() 632 return reinterpret_cast<child_iterator>(&Paragraph + 1); in child_end() 675 return Paragraph; in getParagraph() 679 return Paragraph && !Paragraph->isWhitespace(); in hasNonWhitespaceParagraph() 683 Paragraph = PC; in setParagraph()
|
D | CommentSema.h | 106 ParagraphComment *Paragraph); 124 ParagraphComment *Paragraph); 137 ParagraphComment *Paragraph);
|
D | CommentCommands.td | 189 def Paragraph : VerbatimLineCommand<"paragraph">;
|
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
D | Toc.pod | 375 <h2>Paragraph One</h2> 403 <li><a href=#h-1.1>Paragraph One</a> 417 <a name=h-1.1><h2>Paragraph One</h2></a> 431 <h2>Paragraph</h2> 435 <h2 class=appendix>Appendix Paragraph</h2> 470 <li><a href=#h-1.1>Paragraph</a> 477 <li><a href=#appendix-1.1>Appendix Paragraph</a> 483 <a name=h-1.1><h2>Paragraph</h2></a> 487 <a name=appendix-1.1><h2 class=appendix>Appendix Paragraph</h2></a> 497 <h2>Paragraph</h2> [all …]
|
/external/llvm/test/YAMLParser/ |
D | spec-05-11.data | 5 Generic line break (glyphed)
Line separator
Paragraph separator
|
/external/markdown/tests/extensions-x-footnotes/ |
D | footnote.txt | 14 Paragraph two.
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 165 ParagraphComment *&Paragraph) { in HasBlockCommandAt() argument 176 Paragraph = BCC->getParagraph(); in HasBlockCommandAt() 190 ParagraphComment *&Paragraph) { in HasParamCommandAt() argument 224 Paragraph = PCC->getParagraph(); in HasParamCommandAt() 236 ParagraphComment *&Paragraph) { in HasTParamCommandAt() argument 258 Paragraph = TPCC->getParagraph(); in HasTParamCommandAt()
|
/external/markdown/docs/extensions/ |
D | footnotes.txt | 35 Paragraph two of the definition.
|
/external/webkit/Source/WebCore/English.lproj/ |
D | Localizable.strings | 265 /* Paragraph direction context sub-menu item */ 266 "Paragraph Direction" = "Paragraph Direction";
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 687 shown in Paragraph 3.2.5, above. Note that distance codes 30- 696 lengths, as discussed in Paragraph 3.2.2, above. For even
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 40 %the terms of Paragraph 1 above, provided that you also do the following: 61 %of it, under Paragraph 2) in object code or executable form under the terms
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 879 …<rdar://problem/6577174> Rename the text directionality submenus to “Paragraph Direction” and “Sel…
|