HomeSort by relevance Sort by last modified time
    Searched refs:paragraph (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/resources/ssl/
interstitial_v2.js 35 $('final-paragraph').classList.add('hidden');
  /external/icu/icu4c/source/samples/layout/
Makefile.in 30 COMMON=cmaps.o UnicodeReader.o GnomeGUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
  /hardware/intel/img/psb_video/fw/msvdx/
Android.mk 12 # next paragraph) shall be included in all copies or substantial portions
  /hardware/intel/img/psb_video/fw/topazhp/
Android.mk 12 # next paragraph) shall be included in all copies or substantial portions
  /hardware/intel/img/psb_video/fw/topazsc/
Android.mk 12 # next paragraph) shall be included in all copies or substantial portions
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_content.js 9 * 1. Move by paragraph.
110 * The string constant for paragraph granularity.
114 cvox.TraverseContent.kParagraph = 'paragraph';
212 * or "paragraph" granularity.
297 * or "paragraph" granularity.
398 * or "paragraph" granularity.
427 * or "paragraph" granularity.
traverse_util.js 7 * next (or previous) character, word, sentence, line, or paragraph,
725 * Finds the next paragraph, starting from endCursor. Upon exit,
726 * startCursor and endCursor will surround the next paragraph.
729 * paragraph.
731 * paragraph. On exit, will point to the end of the returned string.
734 * @return {?string} The next paragraph, or null if the bottom of the
762 * Finds the previous paragraph, starting from startCursor. Upon exit,
763 * startCursor and endCursor will surround the previous paragraph.
766 * paragraph. On exit, will point to the start of the returned string.
770 * @return {?string} The previous paragraph, or null if the bottom of th
    [all...]
selection_util.js 23 * Cleans up a paragraph selection acquired by extending forward.
24 * In this context, a paragraph selection is 'clean' when the focus
26 * @param {Selection} sel The paragraph-length selection.
50 * Cleans up a paragraph selection acquired by extending backward.
51 * In this context, a paragraph selection is 'clean' when the focus
53 * @param {Selection} sel The paragraph-length selection.
group_util.js 21 * characters in a paragraph:
  /external/libvorbis/doc/
01-introduction.tex 274 \paragraph{Identification Header}
279 \paragraph{Comment Header}
284 \paragraph{Setup Header}
317 \paragraph{Packet type decode}
334 \paragraph{Mode decode}
341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
389 \paragraph{floor decode}
395 \paragraph{residue decode}
411 \paragraph{inverse channel coupling}
432 \paragraph{generate floor curve
    [all...]
05-comment.tex 18 more than a short paragraph. The essentials, in other words, whatever
91 \paragraph{Field names}
158 \paragraph{Implications}
03-codebook.tex 198 \paragraph{Huffman decision tree representation}
281 \paragraph{VQ lookup table vector representation}
302 \paragraph{Vector value decode: Lookup type 1}
334 \paragraph{Vector value decode: Lookup type 2}
  /external/iproute2/doc/
api-ip6-flowlabels.tex 89 \paragraph{Discussion.}
133 \paragraph{Implementation.}
168 \paragraph{Note about IPv6 options and destination address.}
176 \paragraph{Example.}
220 \paragraph{Discussion.}
261 \paragraph{Implementation.}
341 \paragraph{Example.}
382 \paragraph{Listing flow labels.}
407 \paragraph{Flow labels and RSVP.}
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
261 Change the first paragraph (page 166) to say:
276 Change the first paragraph (page 172) to say:
291 Change the third paragraph (page 174) to say:
296 Change the fourth paragraph (page 174) to say:
300 After the first paragraph (page 175) add
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
261 Change the first paragraph (page 166) to say:
276 Change the first paragraph (page 172) to say:
291 Change the third paragraph (page 174) to say:
296 Change the fourth paragraph (page 174) to say:
300 After the first paragraph (page 175) add
    [all...]
  /external/qemu/ui/
curses_keys.h 367 { "paragraph", 0x0b6 },
  /external/chromium_org/third_party/icu/source/test/letest/
cletest.c 503 * Build a paragraph that contains a mixture of left to right and right to left text.
517 pl_paragraph *paragraph; local
650 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status);
659 pl_reflow(paragraph);
660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
724 pl_close(paragraph);
  /external/icu/icu4c/source/test/letest/
cletest.c 503 * Build a paragraph that contains a mixture of left to right and right to left text.
518 pl_paragraph *paragraph; local
651 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status);
660 pl_reflow(paragraph);
661 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
725 pl_close(paragraph);
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 251 // On Linux, the text layout engine Pango determines paragraph directionality
256 void AdjustParagraphDirectionality(base::string16* paragraph) {
259 base::i18n::StringContainsStrongRTLChars(*paragraph)) {
260 paragraph->insert(0, 1,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 486 // Add an interchange newline if a paragraph break is selected and a br won't already be added to the markup to represent it.
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 17 // 0x2028 = line separator; 0x2029 = paragraph separator.
  /hardware/intel/common/libva/va/
Android.mk 12 # next paragraph) shall be included in all copies or substantial portions
  /hardware/intel/img/psb_video/src/
Android.mk 13 # next paragraph) shall be included in all copies or substantial portions
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 96 getbaseclasses(paragraph)
291 'cpar' : paragraph,
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 47 -n, --name=STRING description for the NAME paragraph
251 # Default (useless) NAME paragraph.
307 # Normalise paragraph breaks.
318 # Start a new paragraph (if required) for these.
325 # Convert some standard paragraph names.
427 # Indented paragraph with tag.
435 # Indented paragraph.
443 # Left justified paragraph.
459 # Move to next paragraph.
473 # Check if matched paragraph contains /pat/
    [all...]

Completed in 2160 milliseconds

12 3 4