Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
[all …]
/external/llvm/lib/Support/
DMemory.cpp57 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in InvalidateInstructionCache()
58 asm volatile("dcbf 0, %0" : : "r"(Line)); in InvalidateInstructionCache()
61 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in InvalidateInstructionCache()
62 asm volatile("icbi 0, %0" : : "r"(Line)); in InvalidateInstructionCache()
/external/icu4c/layoutex/layout/
DParagraphLayout.h60 class U_LAYOUTEX_API Line : public UObject
71 ~Line();
173 inline Line();
174 inline Line(const Line &other);
175 inline Line &operator=(const Line & /*other*/) { return *this; };
334 friend class Line; variable
529 Line *nextLine(float width);
575 Line *computeVisualRuns();
576 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
653 inline ParagraphLayout::Line::Line() in Line() function
[all …]
/external/bluetooth/glib/tests/
Dunicode-collate.c13 } Line; typedef
19 const Line *line_a = a; in compare_collate()
20 const Line *line_b = b; in compare_collate()
28 const Line *line_a = a; in compare_key()
29 const Line *line_b = b; in compare_key()
38 GArray *line_array = g_array_new (FALSE, FALSE, sizeof(Line)); in main()
95 Line line; in main()
117 qsort (line_array->data, line_array->len, sizeof (Line), do_key ? compare_key : compare_collate); in main()
119 printf ("%s\n", g_array_index (line_array, Line, i).str); in main()
Diochannel-test-infile1 Line one
2 Line two
3 Line three
/external/icu4c/layoutex/
Dplayout.cpp145 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_closeLine()
153 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_countLineRuns()
165 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineAscent()
177 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineDescent()
189 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineLeading()
201 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineWidth()
213 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineVisualRun()
DParagraphLayout.cpp662 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine()
1006 ParagraphLayout::Line *ParagraphLayout::computeVisualRuns() in computeVisualRuns()
1023 Line *line = new Line(); in computeVisualRuns()
1047 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_i… in appendRun()
1152 const char ParagraphLayout::Line::fgClassID = 0;
1157 ParagraphLayout::Line::~Line() in ~Line()
1168 le_int32 ParagraphLayout::Line::getAscent() const in getAscent()
1171 ((ParagraphLayout::Line *)this)->computeMetrics(); in getAscent()
1177 le_int32 ParagraphLayout::Line::getDescent() const in getDescent()
1180 ((ParagraphLayout::Line *)this)->computeMetrics(); in getDescent()
[all …]
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp192 struct Line { struct
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file. argument
208 Line **gSortedLines;
209 Line **gRandomLines;
278 int t = strcmp((*(Line **)a)->icuSortKey, (*(Line **)b)->icuSortKey); in ICUstrcmpK()
286 …t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)… in ICUstrcmpL()
296 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in ICUstrcmp()
306 t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in Winstrcmp()
314 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName); in UNIXstrcmp()
322 …t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(L… in WinstrcmpL()
[all …]
/external/markdown/tests/misc/
Dlazy-block-quote.txt1 > Line one of lazy block quote.
2 Line two of lazy block quote.
4 > Line one of paragraph two.
5 Line two of paragraph two.
Dheaders.txt2 Line 2
3 Line 3
/external/skia/src/text/
DSkTextLayout.cpp58 struct SkTextLayout::Line { struct in SkTextLayout
59 Line() {} in Line() function
60 ~Line();
66 SkTextLayout::Line::~Line() { in ~Line() argument
/external/webkit/LayoutTests/fast/dom/getElementsByClassName/
DdumpNodeList-expected.txt1 Line 1
2 Line 2
3 Line 3
/external/llvm/lib/VMCore/
DDebugLoc.cpp73 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get() argument
82 if (Line >= (1 << 24)) Line = 0; in get()
83 Result.LineCol = Line | (Col << 24); in get()
123 if (ConstantInt *Line = dyn_cast_or_null<ConstantInt>(N->getOperand(0))) in getFromDILocation() local
124 LineNo = Line->getZExtValue(); in getFromDILocation()
139 if (ConstantInt *Line = dyn_cast_or_null<ConstantInt>(N->getOperand(2))) in getFromDILexicalBlock() local
140 LineNo = Line->getZExtValue(); in getFromDILexicalBlock()
/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp76 if (DE.Line != 0) { in EndSourceFile()
78 << " <integer>" << DE.Line << "</integer>\n"; in EndSourceFile()
124 DE.Line = DE.Column = 0; in HandleDiagnostic()
139 DE.Line = PLoc.getLine(); in HandleDiagnostic()
/external/icu4c/samples/layout/
Dparagraph.cpp94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax); in Paragraph()
171 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine()
174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow); in addLine()
193 const ParagraphLayout::Line *line; in breakLines()
224 const ParagraphLayout::Line *line = fLines[li]; in draw()
Dparagraph.h49 void addLine(const ParagraphLayout::Line *line);
61 const ParagraphLayout::Line **fLines;
/external/jhead/
Djhead.c206 char Line[500];
222 Line[Len] = 0;
228 printf("Error: Unknown tag '%s'\n", Line); // Deletes the tag.
232 if (memcmp(Line, KnownTags[a], l) == 0){
233 if (Line[l] == ' ' || Line[l] == '=' || Line[l] == 0){
235 if (Line[l] == ' ') Line[l] = '='; // Use equal sign for clarity.
240 if (!memcmp(Line, RemComment, l)){
248 if (!memcmp(Line, AddComment, l+1)){
250 strncpy(Line, AddComment, sizeof(Line));
254 strncat(OutComment, Line, MAX_COMMENT_SIZE-5-strlen(OutComment));
[all …]
/external/skia/include/text/
DSkTextLayout.h44 struct Line;
46 SkTDArray<Line*> fLines;
/external/llvm/include/llvm/MC/
DMCDwarf.h81 unsigned Line; variable
104 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa), in MCDwarfLoc()
115 unsigned getLine() const { return Line; } in getLine()
133 void setLine(unsigned line) { Line = line; } in setLine()
DMCContext.h234 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection() argument
235 MCLineSections[Sec] = Line; in addMCLineSection()
243 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc() argument
247 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
/external/clang/include/clang/Frontend/
DCommandLineSourceLoc.h26 unsigned Line; member
40 !LineSplit.second.getAsInteger(10, PSL.Line)) { in FromString()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp115 unsigned Line = V.getLineNumber(); in addSourceLine() local
116 if (Line == 0) in addSourceLine()
122 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
132 unsigned Line = G.getLineNumber(); in addSourceLine() local
133 if (Line == 0) in addSourceLine()
139 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
152 unsigned Line = SP.getLineNumber(); in addSourceLine() local
158 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
168 unsigned Line = Ty.getLineNumber(); in addSourceLine() local
169 if (Line == 0 || !Ty.getContext().Verify()) in addSourceLine()
[all …]
/external/clang/include/clang/Basic/
DSourceManagerInternals.h47 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get()
52 E.LineNo = Line; in get()
/external/llvm/lib/MC/
DMCLoggingStreamer.cpp216 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, in EmitDwarfLocDirective() argument
221 "FileNo:" + Twine(FileNo) + " Line:" + Twine(Line) + in EmitDwarfLocDirective()
224 return Child->EmitDwarfLocDirective(FileNo, Line, Column, Flags, in EmitDwarfLocDirective()

12345678910>>...26