/external/tcpdump/ |
print-ftp.c | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
print-rtsp.c | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
print-smtp.c | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
signature.h | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
/external/icu/icu4c/source/samples/layout/ |
clayout.c | 31 pf_flow *paragraph; member in struct:Context 55 if (context->paragraph != NULL) { 59 pf_breakLines(context->paragraph, context->width, context->height); 65 si.nMax = pf_getLineCount(context->paragraph) - 1; 66 si.nPage = context->height / pf_getLineHeight(context->paragraph); 150 context->paragraph = pf_factory("Sample.txt", font, guiSupport); 221 if (context->paragraph != NULL && si.nPos != vertPos) { 222 ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL); 246 if (context->paragraph != NULL) { 252 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1) [all...] |
/external/markdown/MarkdownTest/Tests_2007/ |
Images.text | 5 Inline within a paragraph: [alt text](/url/).
|
/external/markdown/tests/misc/ |
blockquote.txt | 13 > this has three spaces so its a paragraph.
|
lists.html | 2 <li>A multi-paragraph list,
|
multi-test.txt | 28 Actually, another paragraph too.
|
nested-lists.html | 4 <p>paragraph 2</p>
|
/external/clang/test/Index/ |
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.])) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 46 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem 47 """paragraph - A paragraph """ 50 paragraphs = paragraph 128 paragraph._superclassnames = ['text'] 129 paragraph._privpropdict = { 132 paragraph._privelemdict = { 147 'paragraph' : paragraph, 197 'cpar' : paragraph, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 46 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem 47 """paragraph - A paragraph """ 50 paragraphs = paragraph 128 paragraph._superclassnames = ['text'] 129 paragraph._privpropdict = { 132 paragraph._privelemdict = { 147 'paragraph' : paragraph, 197 'cpar' : paragraph, [all...] |
/external/clang/test/Sema/ |
warn-documentation.cpp | 98 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 102 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 106 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 111 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 118 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 191 // expected-warning@+1 {{empty paragraph passed to '\param' command}} 196 // expected-warning@+1 {{empty paragraph passed to '\param' command}} 415 // expected-warning@+1 {{empty paragraph passed to '\tparam' command}} 514 // We don't want \deprecated to warn about empty paragraph. It is fine to use 558 // expected-warning@+1 {{empty paragraph passed to '\invariant' command} [all...] |
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/docs/extensions/ |
footnotes.txt | 33 [^1]: The first paragraph of the definition. 35 Paragraph two of the definition. 42 A final paragraph.
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlPolicyBuilderTest.java | 43 "<p onclick='alert(42)'>Paragraph 1<script>evil()</script></p>", 60 "Paragraph 1", 75 "Paragraph 1", 92 "Paragraph 1", 109 "Paragraph 1", 125 "Paragraph 1", 143 "Paragraph 1", 163 "Paragraph 1", 182 "Paragraph 1", 201 "<p>Paragraph 1</p>" [all...] |
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
p2-cxx0x.cpp | 4 // C++03 imposed restrictions in this paragraph that were lifted with 0x, so we
|
/external/markdown/MarkdownTest/Tests_2004/ |
Hard-wrapped paragraphs with list-like lines.text-out | 10 list item. Because a hard-wrapped line in the middle of a paragraph
|
Hard-wrapped paragraphs with list-like lines.text-res | 10 list item. Because a hard-wrapped line in the middle of a paragraph
|
/external/markdown/tests/extensions-x-def_list/ |
simple_def-lists.html | 16 <p>paragraph 2 of def 3.</p>
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestMultipleParagraphs.java | 98 /* check paragraph count and boundaries */ 110 errln("Found boundaries of paragraph " + i + ": " + 116 /* check with last paragraph not terminated by B */ 135 errln("2nd Found boundaries of paragraph " + i + ": " + 152 " paragraph = " + i + ", found paragraph" + 158 " paragraph = " + i + ", found level = " + gotLevel + 171 * paragraph has a different level 186 /* check that line cannot overlap paragraph boundaries */ 204 /* check level of block separator at end of paragraph when orderParagraphsLTR==FALSE * [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestMultipleParagraphs.java | 94 /* check paragraph count and boundaries */ 106 errln("Found boundaries of paragraph " + i + ": " + 112 /* check with last paragraph not terminated by B */ 131 errln("2nd Found boundaries of paragraph " + i + ": " + 148 " paragraph = " + i + ", found paragraph" + 154 " paragraph = " + i + ", found level = " + gotLevel + 167 * paragraph has a different level 182 /* check that line cannot overlap paragraph boundaries */ 200 /* check level of block separator at end of paragraph when orderParagraphsLTR==FALSE * [all...] |
/external/libpcap/lbl/ |
os-aix4.h | 7 * retain the above copyright notice and this paragraph in its entirety, (2) 9 * this paragraph in its entirety in the documentation or other materials
|
os-hpux11.h | 7 * retain the above copyright notice and this paragraph in its entirety, (2) 9 * this paragraph in its entirety in the documentation or other materials
|