/external/chromium_org/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/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/chromium_org/third_party/WebKit/Source/core/editing/ |
SurroundingText.cpp | 50 if (!forwardIterator.atEnd()) 62 if (!backwardsIterator.atEnd()) 83 ASSERT(!iterator.atEnd()); 89 ASSERT(!iterator.atEnd());
|
TextIterator.h | 92 bool atEnd() const { return !m_positionNode || m_shouldStop; } 222 bool atEnd() const { return !m_positionNode || m_shouldStop; } 305 bool atEnd() const { return m_textIterator.atEnd(); } 332 bool atEnd() const { return m_textIterator.atEnd(); } 351 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); }
|
/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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
position.py | 64 def AtEnd(string): 74 AtEnd = staticmethod(AtEnd)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
markselection.js | 48 var endLine = line + CHUNK_SIZE, atEnd = endLine >= to.line; 49 var end = atEnd ? to : Pos(endLine, 0); 53 if (atEnd) break;
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
position.py | 64 def AtEnd(string): 74 AtEnd = staticmethod(AtEnd)
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
dns_packet_parser.h | 36 bool AtEnd() const { return record_parser_.AtEnd(); }
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
TextRunIterator.h | 58 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } 60 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
|
/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/chromium_org/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 {
|
/external/chromium_org/third_party/mesa/src/src/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 {
|
/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 {
|
/external/libvpx/libvpx/third_party/googletest/src/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 {
|
/external/mesa3d/src/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 {
|
/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 {
|
/ndk/sources/third_party/googletest/googletest/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 {
|
/external/chromium_org/net/dns/ |
dns_response_unittest.cc | 27 EXPECT_FALSE(DnsRecordParser(data, 1, 0).AtEnd()); 28 EXPECT_TRUE(DnsRecordParser(data, 1, 1).AtEnd()); 139 EXPECT_FALSE(parser.AtEnd()); 148 EXPECT_TRUE(parser.AtEnd()); 153 EXPECT_FALSE(parser.AtEnd()); 242 EXPECT_FALSE(parser.AtEnd()); 244 EXPECT_TRUE(parser.AtEnd()); 269 EXPECT_FALSE(parser.AtEnd()); 272 EXPECT_TRUE(parser.AtEnd()); 313 EXPECT_FALSE(parser.AtEnd()); [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()) {
|
/external/llvm/include/llvm/ADT/ |
SparseBitVector.h | 329 bool AtEnd; 347 if (AtEnd) 350 AtEnd = true; 364 if (AtEnd) 382 AtEnd = true; 424 if (AtEnd && RHS.AtEnd) 428 return AtEnd == RHS.AtEnd && RHS.BitNumber == BitNumber; 443 AtEnd = end [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
PositionIterator.h | 61 bool atEnd() const;
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
PatternScanner.java | 101 public boolean atEnd() {
|