HomeSort by relevance Sort by last modified time
    Searched full:paragraph (Results 101 - 125 of 3516) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tcpdump/lbl/
os-ultrix4.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
  /external/tcpdump/
machdep.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
nlpid.c 4 * distributions retain the above copyright notice and this paragraph
6 * the above copyright notice and this paragraph in its entirety in
nlpid.h 4 * distributions retain the above copyright notice and this paragraph
6 * the above copyright notice and this paragraph in its entirety in
pcap-missing.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
pcap_dump_ftell.c 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
print-calm-fast.c 6 * distributions retain the above copyright notice and this paragraph
8 * the above copyright notice and this paragraph in its entirety in
print-http.c 4 * distributions retain the above copyright notice and this paragraph
6 * the above copyright notice and this paragraph in its entirety in
print-raw.c 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
print-sip.c 4 * distributions retain the above copyright notice and this paragraph
6 * the above copyright notice and this paragraph in its entirety in
setsignal.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
  /frameworks/base/media/java/android/media/
SRTRenderer.java 90 String paragraph; local
91 paragraph = new String(data.getData(), "UTF-8");
92 String[] lines = paragraph.split("\\r?\\n");
130 List<String> paragraph = new ArrayList<String>(); local
132 paragraph.add(s);
136 cue.mLines = new TextTrackCueSpan[paragraph.size()][];
137 cue.mStrings = paragraph.toArray(new String[0]);
138 for (String line : paragraph) {
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 14 * \brief C++ API: Paragraph Layout
41 * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
192 * a paragraph. A visual run is text which is in the same font,
196 * the original character array which was used to create the paragraph.
270 * the glyph array to indices into the character array used to create the paragraph.
354 * Construct a <code>ParagraphLayout</code> object for a styled paragraph. The paragraph is specified
365 * @param chars is an array of the characters in the paragraph
367 * @param count is the number of characters in the paragraph.
383 * @param paragraphLevel is the directionality of the paragraph, as in the UBiDi object
    [all...]
  /external/clang/lib/AST/
CommentBriefParser.cpp 97 // Block commands implicitly start a new paragraph.
99 // We found an implicit paragraph end.
125 // We found a paragraph end. This ends the brief description if
127 // Stop scanning text because an explicit \\brief paragraph is the
131 // End first paragraph if we found some non-whitespace text.
134 // End the \\returns paragraph because we found the paragraph end.
  /frameworks/base/core/tests/benchmarks/src/android/text/
SpannableStringBuilderBenchmark.java 72 " <p><span><blockquote>a paragraph</blockquote></span><br></p>\n" +
88 "<p>test paragraph.</p>\n" +
90 "<p>test paragraph.</p>\n" +
92 "<p>test paragraph.</p>\n" +
94 "<p>test paragraph.</p>\n" +
96 "<p>test paragraph.</p>\n" +
98 "<p>a normap paragraph(<code>p</code> element).\n" +
  /libcore/ojluni/src/main/java/java/text/
Bidi.java 103 * Create Bidi from the given paragraph of text and base direction.
104 * @param paragraph a paragraph of text
110 public Bidi(String paragraph, int flags) {
111 this((paragraph == null ? null : paragraph.toCharArray()), 0, null, 0,
112 (paragraph == null ? 0 : paragraph.length()), flags);
116 * Create Bidi from the given paragraph of text.
122 * present, must be applied to all the text in the paragraph
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
tricky01.dat 72 <p><font size="7">First paragraph.</p>
73 <p>Second paragraph.</p></font>
85 | "First paragraph."
91 | "Second paragraph."
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p3.cpp 16 // FIXME: This is illegal, but probably only because CWG1044 missed this paragraph.
  /external/markdown/tests/misc/
blockquote.html 14 <p>this has three spaces so its a paragraph.</p>
multi-test.html 18 <pre><code>Actually, another paragraph too.
some-test.html 46 <p>Here is a normal paragraph</p>
some-test.txt 37 Here is a normal paragraph
  /frameworks/base/core/java/android/text/style/
ParagraphStyle.java 20 * The classes that affect paragraph-level text formatting implement
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityMouseTest.java 284 builder.append("First paragraph.\n");
285 builder.append("Second paragraph.");
287 builder.append(" This paragraph is very long.");
290 builder.append("Third paragraph.");
298 onView(withId(R.id.textview)).check(hasSelection("First paragraph.\n"));
307 onView(withId(R.id.textview)).check(hasSelection("Third paragraph."));
318 builder.append("First paragraph.\n");
319 builder.append("Second paragraph.");
321 builder.append(" This paragraph is very long.");
324 builder.append("Third paragraph.")
    [all...]
  /external/libpcap/
bpf_dump.c 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

Completed in 981 milliseconds

1 2 3 45 6 7 8 91011>>