HomeSort by relevance Sort by last modified time
    Searched defs:paragraph (Results 1 - 25 of 57) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /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...]
layout.cpp 17 #include "paragraph.h"
32 Paragraph *paragraph; member in struct:Context
54 if (context->paragraph != NULL) {
58 context->paragraph->breakLines(context->width, context->height);
64 si.nMax = context->paragraph->getLineCount() - 1;
65 si.nPage = context->height / context->paragraph->getLineHeight();
148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
219 if (context->paragraph != NULL && si.nPos != vertPos)
    [all...]
cgnomelayout.c 25 pf_flow *paragraph; member in struct:Context
92 if (context->paragraph != NULL) {
93 pf_close(context->paragraph);
96 context->paragraph = newPara;
100 pf_breakLines(context->paragraph, context->width, context->height);
197 if (context->paragraph != NULL) {
202 pf_breakLines(context->paragraph, context->width, context->height);
211 if (context->paragraph != NULL) {
212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
    [all...]
gnomelayout.cpp 24 #include "paragraph.h"
37 Paragraph *paragraph; member in struct:Context
90 Paragraph *newPara;
94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
100 if (context->paragraph != NULL) {
101 delete context->paragraph;
104 context->paragraph = newPara;
108 context->paragraph->breakLines(context->width, context->height);
205 if (context->paragraph != NULL)
    [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/icu/icu4c/source/test/letest/
cletest.c 505 * Build a paragraph that contains a mixture of left to right and right to left text.
520 pl_paragraph *paragraph; local
653 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status);
662 pl_reflow(paragraph);
663 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
727 pl_close(paragraph);
  /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) {
  /toolchain/binutils/binutils-2.25/etc/
add-log.el 85 (define-key change-log-mode-map "\M-q" 'change-log-fill-paragraph))
195 paragraph-end entry)
225 ;; Search only within the first paragraph.
228 (forward-paragraph 1))
229 (setq paragraph-end (point))
233 (cond ((re-search-forward "^\\s *\\*\\s *$" paragraph-end t)
244 paragraph-end t)))
301 Each entry behaves as a paragraph, and the entries for one day as a page.
313 ;; Let each entry behave as one paragraph:
314 ;; We really do want "^" in paragraph-start below: it is only the lines tha
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/
doxia-sink-api-1.0-alpha-7.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/
doxia-sink-api-1.0.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 64 * <h3>Basic concept: paragraph</h3>
105 * a default for the paragraph level for
155 * <h5>Rendering a paragraph with the ICU Bidi API</h5>
158 * could be used to render a paragraph of text. Rendering code depends highly on
477 * algorithm that are not needed on the specific paragraph
493 * and all levels are set to the paragraph level.
504 * consider if the paragraph direction should be considered in
507 * If there are no White Space types in the paragraph, then
559 /** Paragraph level setting<p>
564 * then set the paragraph level to 0 (left-to-right).<p
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 63 * <h3>Basic concept: paragraph</h3>
104 * a default for the paragraph level for
154 * <h5>Rendering a paragraph with the ICU Bidi API</h5>
157 * could be used to render a paragraph of text. Rendering code depends highly on
477 * algorithm that are not needed on the specific paragraph
493 * and all levels are set to the paragraph level.
504 * consider if the paragraph direction should be considered in
507 * If there are no White Space types in the paragraph, then
559 /** Paragraph level setting<p>
564 * then set the paragraph level to 0 (left-to-right).<p
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 360 milliseconds

1 2 3