Searched refs:lineNo (Results 1 - 21 of 21) sorted by relevance

/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/icu4c/test/intltest/
H A Dtextfile.h65 int32_t lineNo; member in class:TextFile
69 return lineNo;
H A Dtextfile.cpp26 lineNo(0)
103 if (lineNo == 0 && str[0] == 0xFEFF) {
106 ++lineNo;
/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/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.cpp110 recordParse(evalNode->features(), evalNode->hasCapturedVariables(), evalNode->lineNo(), evalNode->lastLine());
169 recordParse(programNode->features(), programNode->hasCapturedVariables(), programNode->lineNo(), programNode->lastLine());
243 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine());
291 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine());
364 return FunctionExecutable::create(&exec->globalData(), functionName, body->source(), body->usesArguments(), body->parameters(), body->isStrictMode(), body->lineNo(), body->lastLine());
H A DExecutable.h182 int lineNo() const { return m_firstLine; } function in class:JSC::ScriptExecutable
/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);
H A DNodesCodegen.cpp1472 generator.emitDebugHook(WillExecuteStatement, m_expr->lineNo(), m_expr->lineNo());
1498 generator.emitDebugHook(WillExecuteStatement, m_expr->lineNo(), m_expr->lineNo());
/external/valgrind/main/coregrind/m_debuginfo/
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 Ddebuginfo.c2707 have_srcloc = var->fileName && var->lineNo > 0;
2765 var->fileName, var->lineNo, frameNo, (Int)tid );
2770 var->fileName, var->lineNo );
2778 var->fileName, var->lineNo, frameNo, (Int)tid );
2822 var->fileName, var->lineNo, frameNo, (Int)tid );
2827 var->fileName, var->lineNo );
2836 var->fileName, var->lineNo, frameNo, (Int)tid );
2873 var->fileName, var->lineNo);
2878 var->fileName, var->lineNo );
2886 var->fileName, var->lineNo);
[all...]
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 Dreaddwarf3.c1668 Int lineNo = 0; local
1700 lineNo = (Int)cts;
1791 tv->fLine = 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/profiler/
H A DProfiler.cpp182 return CallIdentifier(name.isEmpty() ? AnonymousFunction : name, function->jsExecutable()->sourceURL(), function->jsExecutable()->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/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/icu4c/test/cintltst/
H A Dcitertst.c1273 uint32_t lineNo = 0; local
1293 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/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp758 (*profiler)->willExecute(callFrame, program->sourceURL(), program->lineNo());
776 (*profiler)->didExecute(callFrame, program->sourceURL(), program->lineNo());
1126 (*profiler)->willExecute(callFrame, eval->sourceURL(), eval->lineNo());
1150 (*profiler)->didExecute(callFrame, eval->sourceURL(), eval->lineNo());
/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 4266 milliseconds