HomeSort by relevance Sort by last modified time
    Searched defs:Line (Results 1 - 13 of 13) sorted by null

  /external/bison/doc/
refcard.tex 16 % comment out this line if you want page numbers to appear.
163 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
193 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
212 % This next line is useful when designing the layout.
317 \section{Command Line Options}
324 \key{Don't put {\tt \#line} directives in the parser.} {-l}
448 \key{Access data's line location.} {@{\it x}.{\it line\_spec}}
455 number, {\it x} is a number or \$, {\it line\_spec} one of {\tt
  /external/bluetooth/glib/tests/
unicode-collate.c 13 } Line;
19 const Line *line_a = a;
20 const Line *line_b = b;
28 const Line *line_a = a;
29 const Line *line_b = b;
38 GArray *line_array = g_array_new (FALSE, FALSE, sizeof(Line));
95 Line line; local
103 line.key = g_utf8_collate_key_for_filename (str, -1);
105 line.key = g_utf8_collate_key (str, -1)
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 41 * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
50 * This class represents a single line of text in a <code>ParagraphLayout</code>. They
51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
60 class U_LAYOUTEX_API Line : public UObject
71 ~Line();
74 * Count the number of visual runs in the line.
83 * Get the ascent of the line. This is the maximum ascent
84 * of all the fonts on the line.
86 * @return the ascent of the line.
93 * Get the descent of the line. This is the maximum descen
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 20 // A file of names is required as input, one per line. It must be in utf-8 or utf-16 format,
102 // Command line option variables
104 // on the command line by the user.
138 // Definitions for the command line options
187 // struct Line
189 // Each line from the source file (containing a name, presumably) gets
192 struct Line {
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file
370 int line; local
467 int line; local
1158 int line; local
1603 int line; local
    [all...]
  /external/chromium/third_party/icu/source/tools/gennames/
gennames.c 30 * dataVersion = Unicode version from -u or --unicode command line option, defaults to 3.0.0
235 } Line;
244 static Line lines[MAX_LINE_COUNT];
268 skipNoise(char *line, int16_t start, int16_t limit);
271 getWord(char *line, int16_t start, int16_t limit);
372 /* preset then read command line options */
380 "error in command line argument \"%s\"\n",
634 skipNoise(char *line, int16_t start, int16_t limit) {
636 while(start<limit && !isWordChar(line[start])) {
644 getWord(char *line, int16_t start, int16_t limit)
805 Line *line=NULL; local
1292 Line *line; local
1349 Line *line; local
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 637 ParagraphLayout::Line *ParagraphLayout::nextLine(float width)
653 // If no glyphs fit on the line, force one to fit.
656 // start of a line unless the paragraph consists of
659 // the previous line...)
981 ParagraphLayout::Line *ParagraphLayout::computeVisualRuns()
998 Line *line = new Line(); local
1015 appendRun(line, run, firstChar, lastChar);
1019 return line;
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 96 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
836 struct Line {
845 const Line *lines;
854 void setCollator(UCollator *c, Line *l, int32_t nl)
862 int32_t line = 0; local
882 error("Compare result not symmetrical on line "+ line);
887 error(UnicodeString("Difference between ucol_strcoll and sortkey compare on line ")+ UnicodeString(line));
892 error(UnicodeString("Line %i is not greater or equal than previous line ")+ UnicodeString(i))
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 20 // A file of names is required as input, one per line. It must be in utf-8 or utf-16 format,
102 // Command line option variables
104 // on the command line by the user.
138 // Definitions for the command line options
187 // struct Line
189 // Each line from the source file (containing a name, presumably) gets
192 struct Line {
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file
370 int line; local
467 int line; local
1160 int line; local
1605 int line; local
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 30 * dataVersion = Unicode version from -u or --unicode command line option, defaults to 3.0.0
250 } Line;
259 static Line lines[MAX_LINE_COUNT];
286 skipNoise(char *line, int16_t start, int16_t limit);
289 getWord(char *line, int16_t start, int16_t limit);
390 /* preset then read command line options */
398 "error in command line argument \"%s\"\n",
750 skipNoise(char *line, int16_t start, int16_t limit) {
752 while(start<limit && !isWordChar(line[start])) {
760 getWord(char *line, int16_t start, int16_t limit)
921 Line *line=NULL; local
1432 Line *line; local
1489 Line *line; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tsmthred.cpp 94 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
1221 int32_t line = 0; local
    [all...]
  /external/dbus/test/
decode-gcov.c 297 printf ("Line %ld\n", val);
610 typedef struct Line Line;
656 struct Line
668 Line *lines;
2128 Line *line = l->data; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 278 * 2D line.
402 RivaLine *Line;
  /external/v8/src/
platform-win32.cc     [all...]

Completed in 465 milliseconds