HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 201 - 225 of 288) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 147 this.avgA = []; // Avg value is plotted as a line.
194 [// Line A
206 // Line B
218 // Line avgA
227 // Line avgB
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 141 CASE_NEW(Line);
296 CASE_GET_INFO(Line);
463 { "line", SkType_Line INIT_BOOL_FIELDS },
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 55 // Line long enough to change rinfo encoding.
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 161 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
166 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
  /external/skia/src/animator/
SkDisplayType.cpp 141 CASE_NEW(Line);
296 CASE_GET_INFO(Line);
463 { "line", SkType_Line INIT_BOOL_FIELDS },
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 55 // Line long enough to change rinfo encoding.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 129 public virtual int Line {
BufferedTreeNodeStream.cs 113 // cannot contain any line/column info
233 } while (token != null && token.Line <= 0);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 155 public virtual int Line
BufferedTreeNodeStream.cs 122 // cannot contain any line/column info
266 } while (token != null && token.Line <= 0);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 333 tnl->Driver.Render.Line = swtnl_line;
nv04_render.c 280 tnl->Driver.Render.Line = swtnl_line;
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 82 SkDLine line; local
83 line.set(b);
84 return intersect(cubic, line);
114 SkDLine line; local
115 line.set(a);
116 return horizontal(line, left, right, y, flipped);
120 SkDLine line; local
121 line.set(a);
122 return vertical(line, top, bottom, x, flipped);
152 SkDLine line; local
    [all...]
  /external/clang/tools/scan-build/
scan-build 291 # AddStatLine - Decode and insert a statistics line into the database.
295 my $Line = shift;
299 print $Line . "\n";
305 if ($Line !~ $Regex) {
616 <tr><th>Command Line:</th><td>${CmdArgs}</td></tr>
691 <td class="Q">Line</td>
899 # The flag corresponding to the --override-compiler command line option.
    [all...]
  /external/libvorbis/doc/
06-floor0.tex 8 Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately
9 known as Line Spectral Frequency or LSF) representation to encode a
  /external/llvm/include/llvm/MC/
MCStreamer.h 168 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
534 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 333 tnl->Driver.Render.Line = swtnl_line;
nv04_render.c 280 tnl->Driver.Render.Line = swtnl_line;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 278 * 2D line.
402 RivaLine *Line;
  /external/skia/src/pathops/
SkIntersections.h 82 SkDLine line; local
83 line.set(b);
84 return intersect(cubic, line);
114 SkDLine line; local
115 line.set(a);
116 return horizontal(line, left, right, y, flipped);
120 SkDLine line; local
121 line.set(a);
122 return vertical(line, top, bottom, x, flipped);
152 SkDLine line; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp.h 1200 ok = HAVE_LINES && !ctx->Line.StippleFlag;
1203 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
1206 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h 1200 ok = HAVE_LINES && !ctx->Line.StippleFlag;
1203 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
1206 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 278 attr->LineSmooth = ctx->Line.SmoothFlag;
279 attr->LineStipple = ctx->Line.StippleFlag;
365 memcpy( attr, &ctx->Line, sizeof(struct gl_line_attrib) );
528 TEST_AND_UPDATE(ctx->Line.SmoothFlag, enable->LineSmooth, GL_LINE_SMOOTH);
529 TEST_AND_UPDATE(ctx->Line.StippleFlag, enable->LineStipple,
1121 const struct gl_line_attrib *line; local
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 278 attr->LineSmooth = ctx->Line.SmoothFlag;
279 attr->LineStipple = ctx->Line.StippleFlag;
365 memcpy( attr, &ctx->Line, sizeof(struct gl_line_attrib) );
528 TEST_AND_UPDATE(ctx->Line.SmoothFlag, enable->LineSmooth, GL_LINE_SMOOTH);
529 TEST_AND_UPDATE(ctx->Line.StippleFlag, enable->LineStipple,
1121 const struct gl_line_attrib *line; local
    [all...]

Completed in 687 milliseconds

1 2 3 4 5 6 7 891011>>