HomeSort by relevance Sort by last modified time
    Searched full:atend (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/v8/test/mjsunit/tools/
consarray.js 33 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/llvm/include/llvm/Analysis/
ConstantsScanner.h 33 assert(!InstI.atEnd() && OpIdx < InstI->getNumOperands() &&
71 } while (!InstI.atEnd());
80 inline bool atEnd() const { return InstI.atEnd(); }
  /external/webkit/Source/WebCore/editing/
TextIterator.h 94 bool atEnd() const;
204 bool atEnd() const;
271 bool atEnd() const { return m_textIterator.atEnd(); }
295 bool atEnd() const { return m_textIterator.atEnd(); }
316 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); }
ApplyBlockElementCommand.cpp 114 bool atEnd = false;
116 while (endOfCurrentParagraph != endAfterSelection && !atEnd) {
118 atEnd = true;
  /external/webkit/Source/WebKit/mac/WebView/
WebTextIterator.mm 83 - (BOOL)atEnd
85 return _private->_textIterator->atEnd();
WebTextIterator.h 54 @method atEnd
57 - (BOOL)atEnd;
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 168 assert(!AtEnd());
194 // so we have to consult AtEnd().
195 return (AtEnd() && typed_other->AtEnd()) ||
214 if (!AtEnd())
217 bool AtEnd() const {
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 168 assert(!AtEnd());
194 // so we have to consult AtEnd().
195 return (AtEnd() && typed_other->AtEnd()) ||
214 if (!AtEnd())
217 bool AtEnd() const {
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 151 assert(!AtEnd());
177 // so we have to consult AtEnd().
178 return (AtEnd() && typed_other->AtEnd()) ||
197 if (!AtEnd())
200 bool AtEnd() const {
gtest-param-util-generated.h     [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElementIterator.java 107 if (this.cursor == null || this.cursor.atEnd()) {
114 while (!this.cursor.atEnd()) {
123 if (this.cursor.atEnd()) {
BasicHeaderValueParser.java 124 while (!cursor.atEnd()) {
176 if (!cursor.atEnd()) {
252 if (cursor.atEnd()) {
257 while (!cursor.atEnd()) {
ParserCursor.java 86 public boolean atEnd() {
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 313 bool AtEnd;
331 if (AtEnd)
334 AtEnd = true;
348 if (AtEnd)
366 AtEnd = true;
408 if (AtEnd && RHS.AtEnd)
412 return AtEnd == RHS.AtEnd && RHS.BitNumber == BitNumber;
427 AtEnd = end
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineIterator.h 69 bool atEnd() const;
230 inline bool InlineIterator::atEnd() const
267 if (!m_emptyRun && !m_eor.atEnd()) {
  /external/webkit/Source/WebCore/dom/
PositionIterator.h 62 bool atEnd() const;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java 101 public boolean atEnd() {
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 82 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
84 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 232 if (!m_emptyRun && !m_eor.atEnd()) {
236 if (!endOfLine.atEnd() && endOffset >= endOfLine.offset()) {
266 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
485 while (m_current != end && !m_current.atEnd()) {
507 if (pastEnd && (hardLineBreak || m_current.atEnd())) {
538 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
843 if (!pastEnd && (m_current == end || m_current.atEnd())) {
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 118 inline bool Parser::AtEnd() {
273 if (AtEnd()) {
291 if (AtEnd()) {
329 while (!AtEnd()) {
406 if (AtEnd()) {
807 if (AtEnd()) {
846 if (AtEnd()) {
917 if (AtEnd()) {
964 if (AtEnd()) {
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 69 while (!cursor.atEnd()) {
  /external/icu4c/common/
ruleiter.cpp 31 UBool RuleCharacterIterator::atEnd() const {

Completed in 606 milliseconds

1 2 3 4