HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 251 - 275 of 377) sorted by null

<<111213141516

  /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.
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 695 BOOL IMAGEAPI SymGetLineFromAddr(HANDLE hProcess,DWORD dwAddr,PDWORD pdwDisplacement,PIMAGEHLP_LINE Line);
698 BOOL IMAGEAPI SymGetLineFromName64(HANDLE hProcess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumber,PLONG plDisplacement,PIMAGEHLP_LINE64 Line);
703 BOOL IMAGEAPI SymGetLineFromName(HANDLE hProcess,PSTR ModuleName,PSTR FileName,DWORD dwLineNumber,PLONG plDisplacement,PIMAGEHLP_LINE Line);
706 BOOL IMAGEAPI SymGetLineNext64(HANDLE hProcess,PIMAGEHLP_LINE64 Line);
711 BOOL IMAGEAPI SymGetLineNext(HANDLE hProcess,PIMAGEHLP_LINE Line);
714 BOOL IMAGEAPI SymGetLinePrev64(HANDLE hProcess,PIMAGEHLP_LINE64 Line);
719 BOOL IMAGEAPI SymGetLinePrev(HANDLE hProcess,PIMAGEHLP_LINE Line);
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 115 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
196 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
264 // Each comment goes on its own line.
279 // Emit a line of comments.
916 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
921 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
947 << Line << ':' << Column;
950 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
955 // Always use the zeroth line table, since asm syntax only supports one line
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 98 uint32_t Line;
114 : QualifiedNameHash(0), Line(0), ByteSize(0),
118 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag,
122 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag),
150 LHS->Line == RHS->Line && LHS->ByteSize == RHS->ByteSize &&
317 /// Get the full path for file \a FileNum in the line table
325 /// Set the fully resolved path for the line-table's file \a FileNum
380 /// Cached resolved paths from the line table
    [all...]
  /external/opencv3/doc/pattern_tools/
svgfig.py 104 >>> svg = SVG("g", SVG("g", SVG("line", x1=0, y1=0, x2=1, y2=1)), \
111 (0, 0) <line x2=1 y1=0 x1=0 y2=1 />
125 [0, 0] <line x2=1 y1=0 x1=0 y2=1 />
329 line = "%s %s" % (("%%-%ds" % tree_width) % repr(None),
331 output.append(line)
344 line = "%s %s" % (("%%-%ds" % tree_width) % repr(list(ti)),
346 output.append(line)
787 >>> fig = Fig(Line(0,0,1,1), Rect(0.2,0.2,0.8,0.8), trans="2*x, 2*y")
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 471 unsigned Line,
474 // line and column.
482 // Truncate the named file at the given line/column.
483 PP.SetCodeCompletionPoint(Entry, Line, Column);
492 Loc.FileName, Loc.Line, Loc.Column,
498 Loc.Line, Loc.Column)) {
519 unsigned Line,
523 if (EnableCodeCompletion(PP, Filename, Line, Column))
    [all...]
ASTUnit.cpp     [all...]
  /external/mesa3d/src/mesa/main/
enable.c 413 if (ctx->Line.SmoothFlag == state)
416 ctx->Line.SmoothFlag = state;
422 if (ctx->Line.StippleFlag == state)
425 ctx->Line.StippleFlag = state;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryrequest.py 57 class Line(object):
63 self.line = '%s\t' % label
67 self.line += '%s\t' % datum
71 print(self.line)
239 constructor or via the command line.
481 line = Line(fmt, item, label)
484 line.append(item[field_name])
486 line.append(item)
487 line.print_it(
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 261 /// \brief Whether the preamble ends at the start of a new line.
264 /// a line after skipping the preamble.
603 /// \brief Get the source location for the given file:line:col triplet.
609 unsigned Line, unsigned Col) const;
818 /// LoadFromCommandLine - Create an ASTUnit from a vector of command line
857 /// \brief Reparse the source files using the same command-line options that
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 142 // command line.
146 // on the command line.
157 // Extract the member filename from the command line for the [relpos] argument
173 // Get the archive file name from the command line
189 // Parse the command line options as presented and return the operation
264 // At this point, the next thing on the command line must be
268 // Everything on the command line at this point is a member.
694 StringRef Line = *I;
696 std::tie(CommandStr, Rest) = Line.split(' ');
755 // Do our own parsing of the command line because the CommandLine utilit
    [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 140 CASE_NEW(Line);
294 CASE_GET_INFO(Line);
460 { "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 {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 155 public virtual int Line
  /external/clang/tools/scan-build/bin/
scan-build 47 # Command-line/config arguments.
72 OverrideCompiler => 0 # The flag corresponding to the --override-compiler command line option.
333 # AddStatLine - Decode and insert a statistics line into the database.
337 my $Line = shift;
341 print $Line . "\n";
347 if ($Line !~ $Regex) {
670 <tr><th>Command Line:</th><td>${CmdArgs}</td></tr>
746 <td class="Q">Line</td>
    [all...]
  /external/curl/packages/vms/
build_vms.com 10 $! be compiled/linked in. Command-line options NOHPSSL and NOSSL can be
13 $! Command-line Options:
111 $! line-too-long problems.
147 $! * 3 spaces after $ for second level. Line start + 4.
148 $! * 7 spaces after $ for third level. Line start + 8.
268 $! Interpret command-line options.
    [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/IR/
DiagnosticInfo.h 114 /// Optional line information. 0 if not set.
130 /// \p LocCookie if non-zero gives the line number for this report.
245 /// Line number where the diagnostic occurred. If 0, no line number will
283 /// the location information to use in the diagnostic. If line table
299 /// of the LLVM command line flags (-pass-remarks, -pass-remarks-missed,
309 /// in the format "file:line:col". If location information is not available,
314 /// the source file name, line number and column.
315 void getLocation(StringRef *Filename, unsigned *Line, unsigned *Column) const;
345 /// diagnostic. If line table information is available, the diagnosti
    [all...]

Completed in 505 milliseconds

<<111213141516