/external/jhead/ |
jhead.c | 37 // Command line options flags 83 static char * CommentInsertLiteral = NULL; // Insert this comment (from command line) 206 char Line[500]; 220 // Process the line. 222 Line[Len] = 0; 223 //printf("Line: '%s'\n",Line); 228 printf("Error: Unknown tag '%s'\n", Line); // Deletes the tag. 232 if (memcmp(Line, KnownTags[a], l) == 0){ 233 if (Line[l] == ' ' || Line[l] == '=' || Line[l] == 0) [all...] |
/external/llvm/include/llvm/MC/ |
MCContext.h | 100 /// The current dwarf line information from the last dwarf .loc directive. 109 /// The dwarf line information from the .loc directives for the sections 234 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { 235 MCLineSections[Sec] = Line; 241 /// is assembled an entry in the line number table with this information and 243 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, 247 CurrentDwarfLoc.setLine(Line);
|
/external/llvm/include/llvm/Support/ |
DebugLoc.h | 25 /// and MachineInstr to compactly encode file/line/scope information for an 46 /// LineCol - This 32-bit value encodes the line and column number for the 47 /// location, encoded as 24-bits for line and 8 bits for col. A value of 0 57 /// get - Get a new DebugLoc that corresponds to the specified line/col 59 static DebugLoc get(unsigned Line, unsigned Col,
|
SourceMgr.h | 57 /// LineNoCache - This is a cache for line number queries, its implementation 117 /// FindLineNumber - Find the line number for the specified location in the 126 /// @param ShowLine - Should the diagnostic show the source line. 136 /// @param ShowLine - Should the diagnostic show the source line. 160 // Diagnostic with no location (e.g. file not found, command line arg error). 167 int Line, int Col, 170 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Message(Msg),
|
/external/webkit/Source/WebCore/dom/ |
WheelEvent.h | 34 enum Granularity { Pixel, Line, Page };
|
/external/v8/test/mjsunit/ |
debug-step.js | 45 // Clear the break point on line 2 if set. 58 var i; // Line 1. 59 for (i = 0; i < 1000; i++) { // Line 2. 60 x = 1; // Line 3. 64 // Set a breakpoint on the for statement (line 1). 74 // for loop (line 2) will only make i 0 as a real break point breaks even when
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 45 /// SrcLineInfo - This class is used to record source line correspondence. 48 unsigned Line; // Source line number. 54 : Line(L), Column(C), SourceID(S), Label(label) {} 57 unsigned getLine() const { return Line; } 373 /// the line matrix. 438 /// recordSourceLine - Register a source line with debug info. Returns the 440 /// the source line list. 441 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
|
DwarfCompileUnit.cpp | 115 unsigned Line = V.getLineNumber(); 116 if (Line == 0) 122 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); 132 unsigned Line = G.getLineNumber(); 133 if (Line == 0) 139 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); 148 // If the line number is 0, don't add it. 152 unsigned Line = SP.getLineNumber(); 158 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); 168 unsigned Line = Ty.getLineNumber() [all...] |
/external/llvm/lib/MC/ |
MCNullStreamer.cpp | 89 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
|
MCLoggingStreamer.cpp | 216 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 221 "FileNo:" + Twine(FileNo) + " Line:" + Twine(Line) + 224 return Child->EmitDwarfLocDirective(FileNo, Line, Column, Flags,
|
MCAsmStreamer.cpp | 114 /// AddBlankLine - Emit a blank line to a .s file to pretty it up. 199 virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 269 // Each comment goes on its own line. 288 // Emit a line of comments. 751 void MCAsmStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line, 756 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags, 761 OS << "\t.loc\t" << FileNo << " " << Line << " " << Column; 787 << Line << ':' << Column; [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 65 // Print source location (file:line), along with optional column 68 unsigned Line, Column; 70 &File, &Line, &Column, 0); 73 Out << clang_getCString(FName) << ":" << Line << ":";
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 100 (*OS) << "clang -cc1 command line arguments: "; 322 unsigned Line, 325 // line and column. 333 // Truncate the named file at the given line/column. 334 PP.SetCodeCompletionPoint(Entry, Line, Column); 343 Loc.FileName, Loc.Line, Loc.Column, 351 Loc.Line, Loc.Column)) { 370 unsigned Line, 376 if (EnableCodeCompletion(PP, Filename, Line, Column))
|
/external/clang/include/clang/Basic/ |
SourceLocation.h | 35 /// a source file (MemoryBuffer) along with its #include path and #line data. 71 /// to get at the full include stack, line and column information. 101 /// location in the source (e.g. a diagnostic is required for a command line 343 /// #line and GNU line marker directives and is always the instantiation point 349 unsigned Line, Col; 354 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) { 364 /// affected by #line etc. 367 /// getLine - Return the presumed line number of this location. This can be 368 /// affected by #line etc [all...] |
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
ll.S | 151 # First Line 189 # Middle-Line 221 # my iBook's /proc/cpuinfo does not have a "processor" line ???
|
/external/dbus/test/ |
decode-gcov.c | 298 printf ("Line %ld\n", val); 611 typedef struct Line Line; 657 struct Line 669 Line *lines; 2129 Line *line = l->data; local [all...] |
/external/giflib/ |
dgif_lib.c | 53 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, 424 * Get one full scanned line (Line) of length LineLen from GIF file. 428 GifPixelType * Line, 452 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) { 728 * This version decompress the given gif file into Line of length LineLen. 729 * This routine can be called few times (one per scan line, for example), in 734 GifPixelType * Line, 758 Line[i++] = Stack[--StackPtr]; 788 Line[i++] = CrntCode [all...] |
/external/clang/lib/Lex/ |
Preprocessor.cpp | 17 // -fworking-directory - #line's with preprocessor's working dir. 264 for (unsigned Line = 1; Line < TruncateAtLine; ++Line) { 269 // Eat \r\n or \n\r as a single line. 360 // cause FileID's to accumulate information from both runs (e.g. #line
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 202 /// getLineNumber - Get line number for the location. If location is invalid 414 // No need to fill in the Name, Line, Size, Alignment, Offset in case of 445 unsigned Line = getLineNumber(RD->getLocation()); 451 Line, 0, 0, llvm::DIType::FlagFwdDecl, 455 Line, 0, 0, llvm::DIType::FlagFwdDecl, 460 Line, 0, 0, 0, llvm::DIType::FlagFwdDecl, 559 unsigned Line = getLineNumber(Ty->getDecl()->getLocation()); 565 DBuilder.createTypedef(Src, TyDecl->getName(), Unit, Line, TydefContext); 602 unsigned line = getLineNumber(loc); local 619 return DBuilder.createMemberType(scope, name, file, line, sizeInBits 2123 unsigned line = getLineNumber(loc); local [all...] |
/external/v8/src/ |
platform-win32.cc | [all...] |
/external/icu4c/test/intltest/ |
tsmthred.cpp | 96 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__) 836 struct Line { 845 const Line *lines; 854 void setCollator(UCollator *c, Line *l, int32_t nl) 862 int32_t line = 0; local 882 error("Compare result not symmetrical on line "+ line); 887 error(UnicodeString("Difference between ucol_strcoll and sortkey compare on line ")+ UnicodeString(line)); 892 error(UnicodeString("Line %i is not greater or equal than previous line ")+ UnicodeString(i)) [all...] |
/external/icu4c/tools/gennames/ |
gennames.c | 30 * dataVersion = Unicode version from -u or --unicode command line option, defaults to 3.0.0 250 } Line; 259 static Line lines[MAX_LINE_COUNT]; 286 skipNoise(char *line, int16_t start, int16_t limit); 289 getWord(char *line, int16_t start, int16_t limit); 390 /* preset then read command line options */ 398 "error in command line argument \"%s\"\n", 750 skipNoise(char *line, int16_t start, int16_t limit) { 752 while(start<limit && !isWordChar(line[start])) { 760 getWord(char *line, int16_t start, int16_t limit) 921 Line *line=NULL; local 1432 Line *line; local 1489 Line *line; local [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 171 // list of line numbers and a single filename, representing lines that belong 175 void addLine(uint32_t Line) { 176 Lines.push_back(Line); 403 uint32_t Line = 0; 407 if (Line == Loc.getLine()) continue; 408 Line = Loc.getLine();
|
/external/skia/src/ports/ |
SkFontHost_mac_atsui.cpp | 105 static OSStatus Line(const Float32Point *pt, void *cb); 428 &SkScalerContext_Mac::Line, 441 OSStatus SkScalerContext_Mac::Line(const Float32Point *pt, void *cb)
|
/external/clang/include/clang/Frontend/ |
CompilerInstance.h | 542 /// \arg Filename, \arg Line, and \arg Column, to the given output stream \arg 546 unsigned Line, unsigned Column,
|