Searched defs:lineNo (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/test/intltest/
H A Dtextfile.h65 int32_t lineNo; member in class:TextFile
69 return lineNo;
/external/skia/emoji/
H A DGmojiMaker.cpp62 int lineNo = 0; local
74 std::cerr << "Expected hex char on line " << lineNo
82 << lineNo << "\n"; local
87 << lineNo << "\n"; local
92 lineNo++;
/external/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.h182 int lineNo() const { return m_firstLine; } function in class:JSC::ScriptExecutable
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp246 unsigned lineNo = SourceMgr->getLineNumber(FID, StartOffs) - 1; local
249 unsigned lineOffs = Content->SourceLineCache[lineNo];
406 for (unsigned lineNo = startLineNo; lineNo <= endLineNo; ++lineNo) {
407 unsigned offs = Content->SourceLineCache[lineNo];
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c289 size_t lineNo; local
343 lineNo = 0;
368 if (wordmap_add_word(semgraph->scripts, oword) != lineNo)
373 lineNo++;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c866 Int lineNo, /* where decl'd - may be zero */
1004 var.lineNo = lineNo;
856 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, UChar* name, UWord typeR, GExpr* gexpr, GExpr* fbGX, UChar* fileName, Int lineNo, Bool show ) argument
H A Dpriv_storage.h384 Int lineNo; /* where declared; may be zero. */ member in struct:__anon13549
832 Int lineNo, /* where decl'd - may be zero */
H A Dreaddwarf3.c1668 Int lineNo = 0; local
1700 lineNo = (Int)cts;
1791 tv->fLine = lineNo;
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h209 addLineInfo(n->lineNo());
222 addLineInfo(n->lineNo());
482 return FunctionExecutable::create(exec, body->ident(), body->source(), body->usesArguments(), body->parameters(), body->isStrictMode(), body->lineNo(), body->lastLine());
487 return FunctionExecutable::create(globalData, body->ident(), body->source(), body->usesArguments(), body->parameters(), body->isStrictMode(), body->lineNo(), body->lastLine());
490 void addLineInfo(unsigned lineNo) argument
495 m_codeBlock->addLineInfo(instructions().size(), lineNo);
/external/icu4c/test/cintltst/
H A Dcitertst.c1273 uint32_t lineNo = 0; local
1293 lineNo++;
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h376 void addLineInfo(unsigned bytecodeOffset, int lineNo) argument
380 if (!lineInfo.size() || lineInfo.last().lineNumber != lineNo) {
381 LineInfo info = { bytecodeOffset, lineNo };
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h138 int lineNo() const { return m_line; } function in class:JSC::Node
180 int firstLine() const { return lineNo(); }
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c82 static __u8 *yaffs_GetTempBuffer(yaffs_Device * dev, int lineNo);
84 int lineNo);
185 static __u8 *yaffs_GetTempBuffer(yaffs_Device * dev, int lineNo) argument
190 dev->tempBuffer[i].line = lineNo;
204 lineNo));
221 int lineNo)
235 lineNo));
220 yaffs_ReleaseTempBuffer(yaffs_Device * dev, __u8 * buffer, int lineNo) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 213 milliseconds