HomeSort by relevance Sort by last modified time
    Searched full:atend (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
BidiResolver.h 275 if (!m_emptyRun && !m_eor.atEnd()) {
279 if (!endOfLine.atEnd() && endOffset >= endOfLine.offset()) {
312 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
536 while (m_current != end && !m_current.atEnd()) {
558 if (pastEnd && (hardLineBreak || m_current.atEnd())) {
594 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
    [all...]
  /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/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 122 bool atEnd = false;
124 while (endOfCurrentParagraph != endAfterSelection && !atEnd) {
126 atEnd = true;
TextIterator.cpp     [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 69 while (!cursor.atEnd()) {
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 86 public boolean atEnd() {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 74 bool atEnd() const;
341 bool atEnd() const { return !m_current; }
368 inline bool InlineIterator::atEnd() const
508 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) {
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 72 for (TextIterator it(range.get()); !it.atEnd() && [string length] < length; it.advance()) {
  /external/chromium_org/third_party/icu/source/common/
ruleiter.cpp 31 UBool RuleCharacterIterator::atEnd() const {
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
iterator.h 64 // REQUIRES: !AtEnd() && !AtStart()
  /external/chromium_org/v8/tools/
consarray.js 64 ConsArray.prototype.atEnd = function() {
  /external/icu4c/common/
ruleiter.cpp 32 UBool RuleCharacterIterator::atEnd() const {
  /external/v8/tools/
consarray.js 64 ConsArray.prototype.atEnd = function() {
  /external/llvm/include/llvm/IR/
Use.h 189 /// atEnd - return true if this iterator is equal to use_end() on the value.
190 bool atEnd() const { return U == 0; }
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 118 inline bool Parser::AtEnd() {
378 if (AtEnd()) {
396 if (AtEnd()) {
444 while (!AtEnd()) {
582 if (AtEnd()) {
937 while (!AtEnd()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 66 for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
75 for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
84 for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
105 for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
124 for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
  /external/llvm/include/llvm/Support/
CFG.h 38 while (!It.atEnd() && !isa<TerminatorInst>(*It))
56 assert(!It.atEnd() && "pred_iterator out of range!");
62 assert(!It.atEnd() && "pred_iterator out of range!");
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 353 while not tokenizer.AtEnd():
380 self.assertTrue(tokenizer.AtEnd())
388 self.assertTrue(tokenizer.AtEnd())

Completed in 2183 milliseconds

12 3 4 5