/external/skia/include/views/ |
D | SkView.h | 95 void setLoc(SkScalar x, SkScalar y); 96 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } in setLoc() function 97 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); } in setLocX() 98 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); } in setLocY()
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | ASTBuilder.h | 258 body->setLoc(bodyStartLine, bodyEndLine); in createFunctionExpr() 271 body->setLoc(bodyStartLine, bodyEndLine); in createGetterOrSetterProperty() 304 body->setLoc(bodyStartLine, bodyEndLine); in createFuncDeclStatement() 311 block->setLoc(startLine, endLine); in createBlockStatement() 318 result->setLoc(start, end); in createExprStatement() 325 result->setLoc(start, end); in createIfStatement() 332 result->setLoc(start, end); in createIfStatement() 339 result->setLoc(start, end); in createForLoop() 346 result->setLoc(startLine, endLine); in createForInLoop() 354 result->setLoc(start, end); in createForInLoop() [all …]
|
D | Parser.h | 102 result->setLoc(m_source->firstLine(), m_lastLine); in parse()
|
D | Nodes.cpp | 55 void StatementNode::setLoc(int firstLine, int lastLine) in setLoc() function in JSC::StatementNode
|
D | Nodes.h | 179 void setLoc(int firstLine, int lastLine);
|
/external/skia/samplecode/ |
D | OverView.cpp | 94 view->setLoc(locX, locY); in onSizeChange()
|
D | TransitionView.cpp | 83 fNext->setLoc(0, 0); in onEvent()
|
D | SampleUnitMapper.cpp | 26 view->setLoc(bounds.fLeft, bounds.fTop); in make_textview()
|
/external/skia/src/views/ |
D | SkView.cpp | 79 void SkView::setLoc(SkScalar x, SkScalar y) in setLoc() function in SkView 92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy); in offset() 649 this->setLoc(x, y); in onInflate()
|
D | SkListWidget.cpp | 59 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0); in setHasScrollBar() 342 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0); in onSizeChange()
|
D | SkStackViewLayout.cpp | 263 child->setLoc(fMargin.fLeft, fMargin.fTop); in onLayoutChildren()
|
D | SkListView.cpp | 807 fScrollBar->setLoc(this->locX() + this->width() - fScrollBar->width(), 0);
|
/external/llvm/include/llvm/MC/ |
D | MCInst.h | 160 void setLoc(SMLoc loc) { Loc = loc; }
|
/external/clang/include/clang/AST/ |
D | DeclarationName.h | 453 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1559 Inst.setLoc(IDLoc); in MatchInstruction() 1592 Inst.setLoc(IDLoc); in MatchInstruction() 1654 Inst.setLoc(IDLoc); in MatchInstruction()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 288 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore.def | 304 ?setLoc@StatementNode@JSC@@QAEXHH@Z
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 3240 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId() 3247 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId() 3253 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId() 3263 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId() 3274 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId() 3286 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId() 3308 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId() 3321 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5846 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 12241 (StatementNode::setLoc): Set own m_lastLine and Node's m_line. 12243 (StatListNode::StatListNode): updated for setLoc changes 12252 (FunctionBodyNode::FunctionBodyNode): update for new setLoc 12254 (SourceElementsNode::SourceElementsNode): update for new setLoc 26143 Added setLoc calls to match KJS in the KDE tree; since we don't currently 26148 Added setLoc calls. 26153 Added setLoc calls.
|
D | ChangeLog-2008-08-10 | 24000 program node. Call setLoc to set the first and last line number. 24018 than from the lexer. Removed unneeded call to setLoc, since the line numbers already
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 7499 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 15974 (StatementNode::~StatementNode), (StatementNode::setLoc),
|