Searched defs:setEnd (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.h72 void setEnd(int end) { m_end = end; } function in class:WebCore::RenderMarquee
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DALoopCommand.java35 setEnd(_end_);
137 public void setEnd(PExpression node) method in class:ALoopCommand
254 setEnd((PExpression) newChild);
H A DALoopIncCommand.java37 setEnd(_end_);
142 public void setEnd(PExpression node) method in class:ALoopIncCommand
291 setEnd((PExpression) newChild);
/external/clang/lib/Lex/
H A DPPExpressions.cpp46 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
48 Range.setBegin(B); Range.setEnd(E);
51 void setEnd(SourceLocation L) { Range.setEnd(L); } function in class:__anon3231::PPValue
127 Result.setEnd(PeekTok.getLocation());
136 Result.setEnd(PeekTok.getLocation());
140 Result.setEnd(PeekTok.getLocation());
688 RHS.setEnd(AfterColonVal.getRange().getEnd());
712 LHS.setEnd(RHS.getRange().getEnd());
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java458 last.setEnd(cursor);
601 public void setEnd(int end) { method in class:ByteArrayAnnotatedOutput.Annotation
/external/icu4c/i18n/
H A Dregexcmp.h217 setEnd = 1 << 16 | 2, enumerator in enum:SetOperations
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DByteArrayAnnotatedOutput.java492 last.setEnd(cursor);
643 public void setEnd(int end) { method in class:ByteArrayAnnotatedOutput.Annotation
H A DByteArrayOutput.java459 last.setEnd(cursor);
547 public void setEnd(int end) { method in class:ByteArrayOutput.Annotation
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnLocalTriangulator.h78 void setEnd(bool end) function in class:WebCore::LoopBlinnLocalTriangulator::Vertex
/external/webkit/Source/WebCore/storage/
H A DStorageTracker.cpp233 OriginSet::const_iterator setEnd = originSetCopy.end(); local
234 for (OriginSet::const_iterator it = originSetCopy.begin(); it != setEnd; ++it) {
/external/clang/include/clang/AST/
H A DASTVector.h58 void setEnd(T *P) { this->End = P; } function in class:clang::ASTVector
191 this->setEnd(this->end() + NumInputs);
203 this->setEnd(this->end() + NumInputs);
222 this->setEnd(this->end()+1);
270 this->setEnd(this->end() + NumToInsert);
319 this->setEnd(this->end() + NumToInsert);
337 this->setEnd(this->begin()+N);
342 this->setEnd(this->begin()+N);
/external/webkit/Source/WebCore/editing/
H A DVisiblePosition.cpp660 bool setEnd(Range *r, const VisiblePosition &visiblePosition) function in namespace:WebCore
666 r->setEnd(p.containerNode(), p.offsetInContainerNode(), code);
H A DSelectionController.cpp825 setEnd(position, userTriggered);
992 void SelectionController::setEnd(const VisiblePosition &pos, bool userTriggered) function in class:SelectionController
/external/clang/include/clang/Basic/
H A DSourceLocation.h197 void setEnd(SourceLocation e) { E = e; } function in class:clang::SourceRange
256 void setEnd(SourceLocation e) { Range.setEnd(e); } function in class:clang::CharSourceRange
/external/llvm/include/llvm/ADT/
H A DSmallVector.h81 void setEnd(T *P) { this->EndX = P; } function in class:llvm::SmallVectorTemplateCommon
179 this->setEnd(this->end()+1);
187 this->setEnd(this->end()-1);
212 this->setEnd(NewElts+CurSize);
256 this->setEnd(this->end()+1);
264 this->setEnd(this->end()-1);
306 this->setEnd(this->begin()+N);
311 this->setEnd(this->begin()+N);
318 this->setEnd(this->begin()+N);
323 this->setEnd(thi
[all...]
/external/webkit/Source/WebCore/dom/
H A DRange.cpp85 // that setStart and setEnd do, so we call those functions.
89 setEnd(endContainer, endOffset, ec);
235 void Range::setEnd(PassRefPtr<Node> refNode, int offset, ExceptionCode& ec) function in class:WebCore::Range
1261 setEnd(refNode->parentNode(), refNode->nodeIndex(), ec);
1286 setEnd(refNode->parentNode(), refNode->nodeIndex() + 1, ec);
1894 setEnd(end.deepEquivalent().containerNode(), end.deepEquivalent().computeOffsetInContainerNode(), ec);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 401 milliseconds