Home
last modified time | relevance | path

Searched refs:endLine (Results 1 – 8 of 8) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java60 endLine(); in writePackage()
69 endLine(); in writeImports()
80 endLine(); in writeComment()
151 endLine(); in startMethod()
185 endLine(); in startMethod()
214 endLine(); in endIfBlock()
224 endLine(); in endScopedBlock()
253 endLine(); in endLoop()
260 endLine(); in writeStatement()
269 endLine(); in endMethod()
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h541 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; } in TIntermAggregate()
542 …TIntermAggregate(TOperator o) : TIntermOperator(o), userDefined(false) { endLine = { 0, 0, 0, 0 };… in TIntermAggregate()
579 void setEndLine(const TSourceLoc& line) { endLine = line; } in setEndLine()
580 const TSourceLoc& getEndLine() const { return endLine; } in getEndLine()
604 TSourceLoc endLine; variable
/external/v8/src/inspector/
Dv8-debugger-script.h66 int endLine() const { return m_endLine; } in endLine() function
Dv8-debugger-agent-impl.cc468 scriptIterator->second->endLine() < breakpoint.line_number) in resolveBreakpoint()
1037 scriptRef->endLine(), scriptRef->endColumn(), contextId, in didParseSource()
1044 scriptRef->endLine(), scriptRef->endColumn(), contextId, in didParseSource()
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c626 long endLine; in TEObj_TEGetHeight() local
632 &endLine, in TEObj_TEGetHeight()
635 _rv = TEGetHeight(endLine, in TEObj_TEGetHeight()
/external/clang/include/clang-c/
DIndex.h4424 unsigned *endLine,
/external/clang/tools/c-index-test/
Dc-index-test.c1134 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local
1144 &endLine, &endColumn); in FunctionScanVisitor()
/external/clang/tools/libclang/
DCIndex.cpp5869 unsigned *endLine, in clang_getDefinitionSpellingAndExtent() argument
5880 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()