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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 15 // "line" section for a single compilation unit. LineEntries occur in
37 programOffset Offset // section offset of line number program
42 // Current line number program state machine registers
47 // A LineEntry is a row in a DWARF line table.
67 // Line is the source code line number corresponding to these
70 // line.
71 Line int
73 // Column is the column number within the source line of these
75 // be 0 to indicate the "left edge" of the line
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 30 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
869 struct Line {
895 const Line *lines;
906 void setCollator(Collator *c, Line *l, int32_t nl, UBool atLeastUCA62)
933 IntlTest::gTest->errln(UnicodeString("Compare result not symmetrical on line ") + (i + 1));
938 IntlTest::gTest->errln(UnicodeString("Difference between coll->compare and sortkey compare on line ") + (i + 1));
952 IntlTest::gTest->errln(UnicodeString("Line is not greater or equal than previous line, for line ") + (i + 1));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 208 // list of line numbers and a single filename, representing lines that belong
212 void addLine(uint32_t Line) {
213 assert(Line != 0 && "Line zero is not a valid real line number.");
214 Lines.push_back(Line);
531 uint32_t Line = 0;
545 if (Line == Loc.getLine()) continue;
546 Line = Loc.getLine();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 213 eof.Line = Line;
221 state.tokenStartLine = input.Line;
529 DebugLocation(<ruleDescriptor.tree.line>, <ruleDescriptor.EORNode.charPositionInLine>);
563 DebugLocation(<ruleDescriptor.EORNode.line>, <ruleDescriptor.EORNode.charPositionInLine>);
901 /** Dump the elements one per line */
904 DebugLocation(<it.line>, <it.pos>);<\n>
1000 int <label>StartLine<elementIndex> = Line;<\n>
1003 <label>.Line = <label>StartLine<elementIndex>;<\n>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 208 eof.Line = Line;
216 state.tokenStartLine = input.Line;
507 DebugLocation(<ruleDescriptor.tree.line>, <ruleDescriptor.EORNode.charPositionInLine>);
541 DebugLocation(<ruleDescriptor.EORNode.line>, <ruleDescriptor.EORNode.charPositionInLine>);
877 /** Dump the elements one per line */
880 DebugLocation(<it.line>, <it.pos>);<\n>
980 int <label>StartLine<elementIndex> = Line;<\n>
983 <label>.Line = <label>StartLine<elementIndex>;<\n>
1043 int <label>StartLine<elementIndex> = Line;<\n
    [all...]
  /external/ceres-solver/scripts/
ceres-solver.spec 43 - Line search solvers (L-BFGS and Nonlinear CG)
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 61 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error),
68 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error),
238 ++Line;
247 Location.Line = Line;
254 unsigned Line;
  /external/clang/lib/Basic/
SourceManager.cpp 187 /// AddLineNote - Add a line note to the line table that indicates that there
188 /// is a \#line at the specified FID/Offset location which changes the presumed
195 "Adding line entries out of order!");
201 // If this is a '#line 4' after '#line 42 "foo.h"', make sure to remember
206 // If we are after a line marker that switched us to system header mode, or
217 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
230 "Adding line entries out of order!");
253 /// FindNearestLineEntry - Find the line entry nearest to FID that is befor
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 76 // support, uncomment this line to allow a defaulted move constructor for
381 /// 2) Line - A line ax + by = c, where a, b, and c are parameters,
389 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind;
406 /// isLine - Return true if the constraint is of kind Line.
409 bool isLine() const { return Kind == Line || Kind == Distance; }
422 /// getA - If constraint is a line AX + BY = C, returns A.
426 /// getB - If constraint is a line AX + BY = C, returns B.
430 /// getC - If constraint is a line AX + BY = C, returns C.
444 /// setLine - Change a constraint to Line
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 129 /// We now emit a line table for each compile unit. To reduce the prologue
130 /// size of each line table, the files and directories used by each compile
134 /// The current dwarf line information from the last dwarf .loc directive.
458 /// in the line number table with this information and the address of the
460 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column,
464 CurrentDwarfLoc.setLine(Line);
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 236 // a line entry for any .loc directive that has been seen.
299 void MCObjectStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
305 // first one gets a line entry.
308 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
451 // Dump out the dwarf file & directory tables and line tables.
  /external/llvm/lib/Support/
SourceMgr.cpp 40 // Delete the line # cache if allocated.
91 // If we have a line number cache, and if the query is to a later point in the
106 // Allocate the line number cache if it doesn't exist.
110 // Update the line # cache.
141 // location to pull out the source line.
154 // Scan backward to find the start of the line.
161 // Get the end of the line.
168 // Convert any ranges to column ranges that only intersect the line of the
174 // If the line doesn't contain any part of the range, then ignore it.
233 int Line, int Col, SourceMgr::DiagKind Kind
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 268 ctx->Driver.Enable(ctx, GL_LINE_SMOOTH, ctx->Line.SmoothFlag);
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
  /external/mesa3d/src/mesa/main/
state.c 409 if (ctx->Line.SmoothFlag)
411 if (ctx->Line.StippleFlag)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 25 import com.android.gallery3d.filtershow.imageshow.Line;
31 implements Line {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
input.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go:1
46 // predefine installs the macros set by the -D flag on the command line.
70 fmt.Fprintf(os.Stderr, "%s:%d: %s", in.File(), in.Line(), fmt.Sprintln(args...))
105 in.Error("'#' must be first item on line")
143 // We let #line through because it might affect errors.
145 case "else", "endif", "line":
164 case "line":
165 in.line()
279 // Invoking a macro does not touch the PC/line history.
283 in.Push(NewSlice(in.File(), in.Line(), macro.tokens)
419 func (in *Input) line() { func
    [all...]
tokenizer.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go:1
24 line int
48 line: 1,
89 func (t *Tokenizer) Line() int {
90 return t.line
97 func (t *Tokenizer) SetPos(line int, file string) {
98 t.line = line
110 t.line += length
120 t.line+
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/
doc.go 3 //line /Volumes/Android/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/doc.go:1
13 Command Line
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 43 // predefine installs the macros set by the -D flag on the command line.
67 fmt.Fprintf(os.Stderr, "%s:%d: %s", in.File(), in.Line(), fmt.Sprintln(args...))
102 in.Error("'#' must be first item on line")
140 // We let #line through because it might affect errors.
142 case "else", "endif", "line":
161 case "line":
162 in.line()
276 // Invoking a macro does not touch the PC/line history.
280 in.Push(NewSlice(in.File(), in.Line(), macro.tokens))
290 in.Push(NewSlice(in.File(), in.Line(), []Token{Make(macroName, macro.name)})
416 func (in *Input) line() { func
    [all...]
tokenizer.go 21 line int
45 line: 1,
86 func (t *Tokenizer) Line() int {
87 return t.line
94 func (t *Tokenizer) SetPos(line int, file string) {
95 t.line = line
107 t.line += length
117 t.line++
149 // It's an open file, so pop the line history
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 10 Command Line
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
input.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go:1
46 // predefine installs the macros set by the -D flag on the command line.
70 fmt.Fprintf(os.Stderr, "%s:%d: %s", in.File(), in.Line(), fmt.Sprintln(args...))
105 in.Error("'#' must be first item on line")
143 // We let #line through because it might affect errors.
145 case "else", "endif", "line":
164 case "line":
165 in.line()
279 // Invoking a macro does not touch the PC/line history.
283 in.Push(NewSlice(in.File(), in.Line(), macro.tokens)
419 func (in *Input) line() { func
    [all...]
tokenizer.go 3 //line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go:1
24 line int
48 line: 1,
89 func (t *Tokenizer) Line() int {
90 return t.line
97 func (t *Tokenizer) SetPos(line int, file string) {
98 t.line = line
110 t.line += length
120 t.line+
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 43 // predefine installs the macros set by the -D flag on the command line.
67 fmt.Fprintf(os.Stderr, "%s:%d: %s", in.File(), in.Line(), fmt.Sprintln(args...))
102 in.Error("'#' must be first item on line")
140 // We let #line through because it might affect errors.
142 case "else", "endif", "line":
161 case "line":
162 in.line()
276 // Invoking a macro does not touch the PC/line history.
280 in.Push(NewSlice(in.File(), in.Line(), macro.tokens))
290 in.Push(NewSlice(in.File(), in.Line(), []Token{Make(macroName, macro.name)})
416 func (in *Input) line() { func
    [all...]
tokenizer.go 21 line int
45 line: 1,
86 func (t *Tokenizer) Line() int {
87 return t.line
94 func (t *Tokenizer) SetPos(line int, file string) {
95 t.line = line
107 t.line += length
117 t.line++
149 // It's an open file, so pop the line history
    [all...]

Completed in 1804 milliseconds

<<11121314151617181920>>