HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 351 - 375 of 661) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 10 Command Line
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 133 } while (token != null && token.Line <= 0);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 152 } while (token != null && token.Line <= 0);
  /external/clang/lib/AST/
CommentParser.cpp 663 // Don't create an empty line if verbatim opening command is followed
671 VerbatimBlockLineComment *Line;
673 Line = S.actOnVerbatimBlockLine(Tok.getLocation(),
680 // Empty line, just a tok::newline.
681 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), "");
684 Lines.push_back(Line);
710 // Next token might not be a tok::verbatim_line_text if verbatim line
  /external/google-breakpad/src/processor/
module_serializer.cc 48 RangeMapSerializer< MemAddr, linked_ptr<BasicSourceLineResolver::Line> >
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
LabelTest.java 109 renderer.begin(ShapeType.Line);
110 renderer.line(x1, y1, x2, y2);
ShapeRendererTest.java 94 renderer.begin(ShapeType.Line);
103 renderer.line(0, 0, 1, 1);
TiledMapObjectLoadingTest.java 114 shapeRenderer.begin(ShapeRenderer.ShapeType.Line);
Vector2dTest.java 59 renderer.line(x, y, x + v.x, y + v.y);
76 renderer.begin(ShapeType.Line);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ConvexHullDistanceTest.java 80 shapeRenderer.begin(ShapeType.Line);
91 shapeRenderer.line(distance.getVector3()[0], distance.getVector3()[1]);
PairCacheTest.java 136 shapeRenderer.begin(ShapeRenderer.ShapeType.Line);
173 shapeRenderer.line(tmpV1.x, tmpV1.y, tmpV1.z, tmpV2.x, tmpV2.y, tmpV2.z, otherObjectColor, Color.WHITE);
TriangleRaycastTest.java 141 shapeRenderer.begin(ShapeRenderer.ShapeType.Line);
143 shapeRenderer.line(selectedTriangleVertices[0], selectedTriangleVertices[1]);
144 shapeRenderer.line(selectedTriangleVertices[1], selectedTriangleVertices[2]);
145 shapeRenderer.line(selectedTriangleVertices[2], selectedTriangleVertices[0]);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
SkeletonTest.java 73 shapeRenderer.begin(ShapeType.Line);
90 shapeRenderer.line(from.x, from.y, from.z, pos.x, pos.y, pos.z);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 49 std::unique_ptr<DWARFDebugLine> Line;
174 /// Get a pointer to a parsed line table corresponding to a compile unit.
  /external/llvm/include/llvm/Support/
SourceMgr.h 67 /// This is a cache for line number queries, its implementation is really
146 /// Find the line number for the specified location in the specified file.
152 /// Find the line and column number for the specified location in the
189 /// Prints the names of included files and the line of the file they were
247 // Diagnostic with no location (e.g. file not found, command line arg error).
254 int Line, int Col, SourceMgr::DiagKind Kind,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 219 wm->wm5.line_stipple = ctx->Line.StippleFlag;
gen6_wm_state.c 170 if (ctx->Line.StippleFlag)
  /external/mesa3d/src/mesa/swrast/
s_context.h 233 GLuint StippleCounter; /**< Line stipple counter */
244 * Point/Line/Triangle function pointers below.
263 * Current point, line and triangle drawing functions.
267 swrast_line_func Line;
445 * For looping over fragment attributes in the pointe, line
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 263 tnl->Driver.Render.Line = swsetup_line;
  /external/mesa3d/src/mesa/tnl/
t_context.h 453 /* Render a line between the two vertices given by indexes v0 and v1. */
456 tnl_line_func Line;
473 /* Reset the hardware's line stipple counter.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
lex.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex.go:1
69 // HistLine reports the cumulative source line number of the token,
71 // instruction from the current lex line.)
89 // InitHist sets the line count to 1, for reproducible testing.
108 // Line reports the source line number of the token.
109 Line() int
112 // SetPos sets the file and line number.
113 SetPos(line int, file string)
150 t := NewTokenizer("command line", strings.NewReader(str), nil
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
inl.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/inl.go:1
159 fmt.Printf("%v: can inline %v as: %v { %v }\n", fn.Line(), Nconv(fn.Func.Nname, obj.FmtSharp), Tconv(fn.Type, obj.FmtSharp), Hconv(fn.Func.Nname.Func.Inl, obj.FmtSharp))
161 fmt.Printf("%v: can inline %v\n", fn.Line(), fn.Func.Nname)
459 fmt.Printf("%v:call to func %v\n", n.Line(), Nconv(n.Left, obj.FmtSign))
471 fmt.Printf("%v:call to meth %v\n", n.Line(), Nconv(n.Left.Right, obj.FmtLong))
539 fmt.Printf("%v: inlining call to %v %v { %v }\n", n.Line(), fn.Sym, Tconv(fn.Type, obj.FmtSharp), Hconv(fn.Func.Inl, obj.FmtSharp))
541 fmt.Printf("%v: inlining call to %v\n", n.Line(), fn)
545 fmt.Printf("%v: Before inlining: %v\n", n.Line(), Nconv(n, obj.FmtSign))
794 // call already have good line numbers that should be preserved.
825 fmt.Printf("%v: After inlining %v\n\n", n.Line(), Nconv(*np, obj.FmtSign)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 156 fmt.Printf("%v: can inline %v as: %v { %v }\n", fn.Line(), Nconv(fn.Func.Nname, obj.FmtSharp), Tconv(fn.Type, obj.FmtSharp), Hconv(fn.Func.Nname.Func.Inl, obj.FmtSharp))
158 fmt.Printf("%v: can inline %v\n", fn.Line(), fn.Func.Nname)
456 fmt.Printf("%v:call to func %v\n", n.Line(), Nconv(n.Left, obj.FmtSign))
468 fmt.Printf("%v:call to meth %v\n", n.Line(), Nconv(n.Left.Right, obj.FmtLong))
536 fmt.Printf("%v: inlining call to %v %v { %v }\n", n.Line(), fn.Sym, Tconv(fn.Type, obj.FmtSharp), Hconv(fn.Func.Inl, obj.FmtSharp))
538 fmt.Printf("%v: inlining call to %v\n", n.Line(), fn)
542 fmt.Printf("%v: Before inlining: %v\n", n.Line(), Nconv(n, obj.FmtSign))
791 // call already have good line numbers that should be preserved.
822 fmt.Printf("%v: After inlining %v\n\n", n.Line(), Nconv(*np, obj.FmtSign))
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 19 // A FlagSet creates and parses command-line flags.
36 // and returns the non-flag command line arguments.
100 // SourceLine reports the source line information for a given
101 // address in the file. Due to inlining, the source line information
117 // A Frame describes a single line in a source file.
121 Line int // line in file
137 Line int // source line
142 // Read returns a line of text (a command) read from the user
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 132 d.Decode(start, end, func(pc, size uint64, file string, line int, text string) {
133 asm = append(asm, plugin.Inst{Addr: pc, File: file, Line: line, Text: text})
198 file, line, fn := f.pcln.PCToLine(addr)
200 return nil, fmt.Errorf("no line information for PC=%#x", addr)
206 Line: line,

Completed in 4116 milliseconds

<<11121314151617181920>>