/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 44 pl_close(pl_paragraph *paragraph) in pl_close() argument 46 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close() 59 pl_getParagraphLevel(pl_paragraph *paragraph) in pl_getParagraphLevel() argument 61 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel() 71 pl_getTextDirection(pl_paragraph *paragraph) in pl_getTextDirection() argument 73 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection() 83 pl_getAscent(const pl_paragraph *paragraph) in pl_getAscent() argument 85 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent() 95 pl_getDescent(const pl_paragraph *paragraph) in pl_getDescent() argument 97 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent() [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 32 Paragraph *paragraph; member 54 if (context->paragraph != NULL) { in InitParagraph() 58 context->paragraph->breakLines(context->width, context->height); in InitParagraph() 64 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph() 65 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport); in WndProc() 219 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc() 220 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc() 244 if (context->paragraph != NULL) { in WndProc() 250 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc() [all …]
|
D | clayout.c | 31 pf_flow *paragraph; member 55 if (context->paragraph != NULL) { in InitParagraph() 59 pf_breakLines(context->paragraph, context->width, context->height); in InitParagraph() 65 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph() 66 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph() 150 context->paragraph = pf_factory("Sample.txt", font, guiSupport); in WndProc() 221 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc() 222 … ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL); in WndProc() 246 if (context->paragraph != NULL) { in WndProc() 252 … lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc() [all …]
|
D | gnomelayout.cpp | 37 Paragraph *paragraph; member 100 if (context->paragraph != NULL) { in openOK() 101 delete context->paragraph; in openOK() 104 context->paragraph = newPara; in openOK() 108 context->paragraph->breakLines(context->width, context->height); in openOK() 205 if (context->paragraph != NULL) { in eventConfigure() 210 context->paragraph->breakLines(context->width, context->height); in eventConfigure() 219 if (context->paragraph != NULL) { in eventExpose() 220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() [all …]
|
D | cgnomelayout.c | 25 pf_flow *paragraph; member 92 if (context->paragraph != NULL) { in openOK() 93 pf_close(context->paragraph); in openOK() 96 context->paragraph = newPara; in openOK() 100 pf_breakLines(context->paragraph, context->width, context->height); in openOK() 197 if (context->paragraph != NULL) { in eventConfigure() 202 pf_breakLines(context->paragraph, context->width, context->height); in eventConfigure() 211 if (context->paragraph != NULL) { in eventExpose() 212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose() [all …]
|
/external/icu/icu4c/source/layoutex/layout/ |
D | playout.h | 117 pl_close(pl_paragraph *paragraph); 148 pl_getParagraphLevel(pl_paragraph *paragraph); 162 pl_getTextDirection(pl_paragraph *paragraph); 180 pl_getAscent(const pl_paragraph *paragraph); 193 pl_getDescent(const pl_paragraph *paragraph); 206 pl_getLeading(const pl_paragraph *paragraph); 216 pl_reflow(pl_paragraph *paragraph); 237 pl_nextLine(pl_paragraph *paragraph, float width);
|
/external/clang/utils/ |
D | FindSpecRefs | 687 paragraph = int(tail[1:]) 689 paragraph = None 693 paragraph = None 696 paragraph = int(p) 698 return SpecIndex(indices, paragraph) 700 def __init__(self, indices, paragraph=None): argument 703 self.paragraph = paragraph 707 if self.paragraph is not None: 708 s += '.p%d'%(self.paragraph,) 712 return 'SpecIndex(%s, %s)'%(self.indices, self.paragraph) [all …]
|
/external/clang/test/Index/ |
D | comment-misc-tags.m | 79 * \par User defined paragraph: 80 * Contents of the paragraph. 83 * New paragraph under the same heading. 87 * This is the first paragraph. 90 * And this is the second paragraph. 99 // CHECK-NEXT: (CXComment_Text Text=[ User defined paragraph:] HasTrailingNewline) 100 // CHECK-NEXT: (CXComment_Text Text=[ Contents of the paragraph.]))) 103 // CHECK-NEXT: (CXComment_Text Text=[ New paragraph under the same heading.]))) 107 // CHECK-NEXT: (CXComment_Text Text=[ This is the first paragraph.]))) 110 // CHECK-NEXT: (CXComment_Text Text=[ And this is the second paragraph.])))
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 5 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 8 // expected-warning@+2 {{empty paragraph passed to '\brief' command}} 22 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 26 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 31 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 36 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 50 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 55 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 58 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 63 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} [all …]
|
/external/markdown/tests/misc/ |
D | multi-paragraph-block-quote.txt | 1 > This is line one of paragraph one 2 > This is line two of paragraph one 4 > This is line one of paragraph two
|
D | para-with-hr.txt | 1 Here is a paragraph, followed by a horizontal rule. 3 Followed by another paragraph.
|
D | lazy-block-quote.txt | 4 > Line one of paragraph two. 5 Line two of paragraph two.
|
D | blockquote-hr.txt | 1 This is a paragraph. 15 > A new paragraph.
|
D | nested-lists.txt | 3 paragraph 2
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | tests1.dat | 212 Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm. 247 Line: 1 Col: 10 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm. 248 Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm. 265 Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm. 295 Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm. 361 Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm. 382 Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm. 411 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm. 677 Line: 1 Col: 10 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm. 692 Line: 1 Col: 23 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm. [all …]
|
D | tricky01.dat | 72 <p><font size="7">First paragraph.</p> 73 <p>Second paragraph.</p></font> 85 | "First paragraph." 91 | "Second paragraph."
|
D | tests8.dat | 120 Line: 1 Col: 24 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm. 137 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm. 138 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
|
/external/iproute2/doc/ |
D | ip-cref.tex | 228 \paragraph{Object:} A \verb|link| is a network device and the corresponding 231 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|). 235 \paragraph{Abbreviations:} \verb|set|, \verb|s|. 237 \paragraph{Arguments:} 310 \paragraph{Warning:} If multiple parameter changes are requested, 316 \paragraph{Examples:} 332 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|, 335 \paragraph{Arguments:} 349 \paragraph{Output format:} 482 \paragraph{Statistics:} With the \verb|-statistics| option, \verb|ip| also [all …]
|
/external/markdown/tests/markdown-test/ |
D | markdown-documentation-basics.txt | 37 A paragraph is simply one or more consecutive lines of text, separated 61 regular paragraph. 70 > This is the second paragraph in the blockquote. 83 regular paragraph.</p> 93 <p>This is the second paragraph in the blockquote.</p> 168 list item text. You can create multi-paragraph list items by indenting 265 In a regular paragraph, you can create code span by wrapping text in 292 you've got to put paragraph tags in your blockquotes: 301 you've got to put paragraph tags in your blockquotes:</p>
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Basics.text | 37 A paragraph is simply one or more consecutive lines of text, separated 61 regular paragraph. 70 > This is the second paragraph in the blockquote. 83 regular paragraph.</p> 93 <p>This is the second paragraph in the blockquote.</p> 168 list item text. You can create multi-paragraph list items by indenting 265 In a regular paragraph, you can create code span by wrapping text in 292 you've got to put paragraph tags in your blockquotes: 301 you've got to put paragraph tags in your blockquotes:</p>
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Basics.text | 37 A paragraph is simply one or more consecutive lines of text, separated 61 regular paragraph. 70 > This is the second paragraph in the blockquote. 83 regular paragraph.</p> 93 <p>This is the second paragraph in the blockquote.</p> 168 list item text. You can create multi-paragraph list items by indenting 265 In a regular paragraph, you can create code span by wrapping text in 292 you've got to put paragraph tags in your blockquotes: 301 you've got to put paragraph tags in your blockquotes:</p>
|
/external/skia/site/dev/tools/ |
D | markdown.md | 151 A paragraph is simply one or more consecutive lines of text, separated 176 regular paragraph. 185 > This is the second paragraph in the blockquote. 198 regular paragraph.</p> 208 <p>This is the second paragraph in the blockquote.</p> 283 list item text. You can create multi-paragraph list items by indenting 380 In a regular paragraph, you can create code span by wrapping text in 407 you've got to put paragraph tags in your blockquotes: 416 you've got to put paragraph tags in your blockquotes:</p>
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1718 public static byte getBaseDirection(CharSequence paragraph) { in getBaseDirection() argument 1719 if (paragraph == null || paragraph.length() == 0) { in getBaseDirection() 1723 int length = paragraph.length(); in getBaseDirection() 1729 c = UCharacter.codePointAt(paragraph, i); in getBaseDirection() 1738 … i = UCharacter.offsetByCodePoints(paragraph, i, 1);// set i to the head index of next codepoint in getBaseDirection() 4277 public void setPara(AttributedCharacterIterator paragraph) in setPara() argument 4280 Boolean runDirection = (Boolean) paragraph.getAttribute(TextAttribute.RUN_DIRECTION); in setPara() 4289 int len = paragraph.getEndIndex() - paragraph.getBeginIndex(); in setPara() 4293 char ch = paragraph.first(); in setPara() 4296 Integer embedding = (Integer) paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING); in setPara() [all …]
|
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 520 pl_paragraph *paragraph; in GlyphToCharTest() local 653 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status); in GlyphToCharTest() 662 pl_reflow(paragraph); in GlyphToCharTest() 663 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest() 727 pl_close(paragraph); in GlyphToCharTest()
|
/external/markdown/docs/extensions/ |
D | footnotes.txt | 33 [^1]: The first paragraph of the definition. 42 A final paragraph.
|