HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/clang/tools/scan-build/
scan-build 283 # AddStatLine - Decode and insert a statistics line into the database.
287 my $Line = shift;
290 print $Line . "\n";
296 if ($Line !~ $Regex) {
592 <tr><th>Command Line:</th><td>${CmdArgs}</td></tr>
666 <td class="Q">Line</td>
    [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 71 /// @param Flags This string lists command line options. This string is
119 /// @param LineNo Line number.
141 /// @param LineNo Line number.
156 /// @param LineNo Line number.
180 /// @param LineNo Line number.
202 /// @param LineNo Line number.
217 /// @param LineNo Line number.
234 /// @param LineNo Line number.
248 /// @param LineNo Line number.
277 /// @param LineNo Line number
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 127 // Describes a segment of the path: either a cubic or a line segment.
136 Line
169 // Initializer for line segments.
177 m_kind = Line;
239 // Computes the number of times a query line starting at the given
277 // can be called either for line or cubic type segments.
317 builder.append(kind() == Line ? "line" : "cubic");
338 case Line:
740 // horizontal line going to x=+infinity, we build up an interva
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 186 /// AddLineNote - Add a line note to the line table that indicates that there
187 /// is a #line at the specified FID/Offset location which changes the presumed
194 "Adding line entries out of order!");
200 // If this is a '#line 4' after '#line 42 "foo.h"', make sure to remember
205 // If we are after a line marker that switched us to system header mode, or
216 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
229 "Adding line entries out of order!");
252 /// FindNearestLineEntry - Find the line entry nearest to FID that is befor
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 145 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
150 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
MCDwarf.cpp 36 // First special line opcode - leave room for the standard opcodes.
41 // Minimum line offset in a special line info. opcode. This value
45 // Range of line offsets in a special line info. opcode.
67 // a line entry made for it is made.
73 // Create a symbol at in the current section for use in the line entry.
81 // Create a (local) line entry with the symbol and the current .loc info.
93 // Create a new MCLineSection. This will be deleted after the dwarf line
101 // Add the line entry to this section's entries
    [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 149 CASE_NEW(Line);
304 CASE_GET_INFO(Line);
471 { "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/clang/include/clang/Frontend/
ASTUnit.h 202 /// \brief Whether the preamble ends at the start of a new line.
205 /// a line after skipping the preamble.
618 /// LoadFromCommandLine - Create an ASTUnit from a vector of command line
648 /// \brief Reparse the source files using the same command-line options that
656 /// \brief Perform code completion at the given file, line, and
661 /// \param Line The line at which code completion will occur.
673 void CodeComplete(llvm::StringRef File, unsigned Line, unsigned Column,
  /external/llvm/include/llvm/MC/
MCStreamer.h 132 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
455 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 278 * 2D line.
402 RivaLine *Line;
  /external/skia/src/svg/
SkSVGParser.cpp 375 CASE_NEW(Line);
423 {"line", SkSVGType_Line},
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
111 add r0, r0, r1 ; move to next input line
208 add r0, r0, r1 ; move to next input line
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 83 /// source line. This is lazily computed. This is owned by the
191 /// characteristic of the file and whether it has #line info, all bitmangled
219 /// hasLineDirectives - Return true if this FileID has #line directives in
224 /// line table entries associated with it.
493 /// LineTable - This holds information for #line directives. It is referenced
732 // Handle the non-mapped case inline, defer to out of line code to handle
753 // Handle the non-mapped case inline, defer to out of line code to handle
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 151 /// place the lexer at the start of a line.
236 /// should use from the command line etc.
406 /// pragma line before the pragma string starts, e.g. "STDC" or "GCC".
628 /// \param Line the line at which code completion should occur
636 unsigned Line, unsigned Column);
651 /// start of a line.
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 154 JS_INIT(Sk, Line)
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 158 @ Middle-Line
  /external/llvm/lib/Analysis/
DIBuilder.cpp 88 // Basic types are encoded in DIBasicType format. Line number, filename,
95 ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Line
114 ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Line
133 ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Line
151 ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Line
191 ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Line
211 ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Line
768 unsigned Line, unsigned Col) {
774 ConstantInt::get(Type::getInt32Ty(VMContext), Line),
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 40 This document presents the command line overview for
73 specify the \texttt{-a queue} command line option to \texttt{blktrace}.
242 \newpage\section{\label{sec:command-line}Command Line Options}
243 \subsection{\texttt{btrecord} Command Line Options}
288 The \texttt{-h} option displays the command line options and
382 \newpage\subsection{\texttt{btreplay} Command Line Options}
426 The \texttt{-h} option displays the command line options and
468 just two pieces of data per line:
492 supplied on the command line
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 482 <span class="en">From the Command Line</span>
512 <span class="en">From the Command Line</span>
529 <span class="en">From the Command Line</span></a></li>
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 169 # Middle-Line
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 161 # Middle-Line
  /external/bison/doc/
refcard.tex 16 % comment out this line if you want page numbers to appear.
163 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
193 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
212 % This next line is useful when designing the layout.
317 \section{Command Line Options}
324 \key{Don't put {\tt \#line} directives in the parser.} {-l}
448 \key{Access data's line location.} {@{\it x}.{\it line\_spec}}
455 number, {\it x} is a number or \$, {\it line\_spec} one of {\tt
  /external/icu4c/test/letest/
letest.cpp 741 * line is correct.
744 * that we get the expected number of runs per line and that the line breaks are where
754 const ParagraphLayout::Line *line; local
    [all...]

Completed in 546 milliseconds

1 23 4