Home
last modified time | relevance | path

Searched refs:atEnd (Results 1 – 25 of 68) sorted by relevance

123

/external/v8/test/mjsunit/tools/
Dconsarray.js33 assertTrue(arr1.atEnd());
36 assertTrue(arr1.atEnd());
39 assertFalse(arr1.atEnd());
41 assertTrue(arr1.atEnd());
48 assertFalse(arr1.atEnd());
50 assertFalse(arr1.atEnd());
52 assertFalse(arr1.atEnd());
54 assertFalse(arr1.atEnd());
56 assertFalse(arr1.atEnd());
58 assertFalse(arr1.atEnd());
[all …]
/external/webkit/Source/WebCore/editing/
DTextIterator.h94 bool atEnd() const;
204 bool atEnd() const;
271 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
295 bool atEnd() const { return m_textIterator.atEnd(); } in atEnd() function
316 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd() function
DTextIterator.cpp360 bool TextIterator::atEnd() const in atEnd() function in WebCore::TextIterator
1146 bool SimplifiedBackwardsTextIterator::atEnd() const in atEnd() function in WebCore::SimplifiedBackwardsTextIterator
1340 while (!atEnd() && m_textIterator.length() == 0) in CharacterIterator()
1347 if (!m_textIterator.atEnd()) { in range()
1385 for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) { in advance()
1412 while (numChars > 0 && !atEnd()) { in string()
1448 while (!atEnd() && !m_textIterator.length()) in BackwardsCharacterIterator()
1455 if (!m_textIterator.atEnd()) { in range()
1490 for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) { in advance()
1546 ASSERT(!m_textIterator.atEnd()); in advance()
[all …]
DApplyBlockElementCommand.cpp114 bool atEnd = false; in formatSelection() local
116 while (endOfCurrentParagraph != endAfterSelection && !atEnd) { in formatSelection()
118 atEnd = true; in formatSelection()
DInsertParagraphSeparatorCommand.cpp321 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length(); in doApply() local
322 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) { in doApply()
DSpellChecker.cpp123 while (!iterator.atEnd()) { in forwardIterator()
/external/llvm/include/llvm/Analysis/
DConstantsScanner.h33 assert(!InstI.atEnd() && OpIdx < InstI->getNumOperands() && in isAtConstant()
71 } while (!InstI.atEnd());
80 inline bool atEnd() const { return InstI.atEnd(); } in atEnd() function
/external/apache-http/src/org/apache/http/message/
DBasicHeaderElementIterator.java107 if (this.cursor == null || this.cursor.atEnd()) { in parseNextElement()
114 while (!this.cursor.atEnd()) { in parseNextElement()
123 if (this.cursor.atEnd()) { in parseNextElement()
DBasicHeaderValueParser.java124 while (!cursor.atEnd()) { in parseElements()
176 if (!cursor.atEnd()) { in parseHeaderElement()
252 if (cursor.atEnd()) { in parseParameters()
257 while (!cursor.atEnd()) { in parseParameters()
DParserCursor.java86 public boolean atEnd() { in atEnd() method in ParserCursor
/external/webkit/Source/WebKit/android/nav/
DSelectText.cpp82 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } in atEnd() function in WebCore::TextRunIterator
84 …WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Uni… in direction()
/external/webkit/Source/WebCore/rendering/
DInlineIterator.h69 bool atEnd() const;
230 inline bool InlineIterator::atEnd() const in atEnd() function
267 if (!m_emptyRun && !m_eor.atEnd()) { in appendRun()
/external/webkit/Source/WebCore/platform/text/
DBidiResolver.h232 if (!m_emptyRun && !m_eor.atEnd()) { in appendRun()
236 if (!endOfLine.atEnd() && endOffset >= endOfLine.offset()) { in appendRun()
266 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd()); in checkDirectionInLowerRaiseEmbeddingLevel()
485 while (m_current != end && !m_current.atEnd()) { in createBidiRunsForLine()
507 if (pastEnd && (hardLineBreak || m_current.atEnd())) { in createBidiRunsForLine()
538 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd()); in createBidiRunsForLine()
843 if (!pastEnd && (m_current == end || m_current.atEnd())) { in createBidiRunsForLine()
/external/llvm/include/llvm/Support/
DCFG.h37 while (!It.atEnd() && !isa<TerminatorInst>(*It)) in advancePastNonTerminators()
54 assert(!It.atEnd() && "pred_iterator out of range!");
60 assert(!It.atEnd() && "pred_iterator out of range!");
/external/webkit/Source/WebKit/mac/WebView/
DWebTextIterator.h57 - (BOOL)atEnd;
DWebTextIterator.mm83 - (BOOL)atEnd
85 return _private->_textIterator->atEnd();
/external/webkit/Source/WebCore/dom/
DPositionIterator.h62 bool atEnd() const;
DPositionIterator.cpp120 bool PositionIterator::atEnd() const in atEnd() function in WebCore::PositionIterator
/external/v8/tools/
Dconsarray.js64 ConsArray.prototype.atEnd = function() { method in ConsArray
Dprofile_view.js139 while (!nodesToTraverse.atEnd()) {
/external/icu4c/common/
Druleiter.h107 UBool atEnd() const;
Druleiter.cpp31 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/external/apache-http/src/org/apache/http/impl/cookie/
DNetscapeDraftHeaderParser.java69 while (!cursor.atEnd()) { in parseHeader()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp204 assert((I.atEnd() || llvm::next(I) == def_end()) && in getVRegDef()
206 return !I.atEnd() ? &*I : 0; in getVRegDef()
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp280 QVERIFY(!load.atEnd()); in serialize_3()
295 QVERIFY(load.atEnd()); in serialize_3()

123