Searched defs:atEnd (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/v8/tools/
H A Dconsarray.js64 ConsArray.prototype.atEnd = function() {
/external/apache-http/src/org/apache/http/message/
H A DParserCursor.java91 public boolean atEnd() { method in class:ParserCursor
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPositionIterator.cpp113 bool PositionIterator::atEnd() const function in class:blink::PositionIterator
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRunIterator.h58 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } function in class:blink::TextRunIterator
60 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
/external/llvm/include/llvm/Analysis/
H A DConstantsScanner.h33 assert(!InstI.atEnd() && OpIdx < InstI->getNumOperands() &&
71 } while (!InstI.atEnd());
80 inline bool atEnd() const { return InstI.atEnd(); } function in class:llvm::constant_iterator
/external/chromium_org/third_party/icu/source/common/
H A Druleiter.cpp32 UBool RuleCharacterIterator::atEnd() const { function in class:RuleCharacterIterator
/external/icu/icu4c/source/common/
H A Druleiter.cpp32 UBool RuleCharacterIterator::atEnd() const { function in class:RuleCharacterIterator
/external/llvm/include/llvm/IR/
H A DInstIterator.h105 inline bool atEnd() const { return BB == BBs->end(); } function in class:llvm::InstIterator
H A DValue.h152 bool atEnd() const { return *this == user_iterator_impl(); } function in class:llvm::Value::user_iterator_impl
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyBlockElementCommand.cpp129 bool atEnd = false; local
131 while (endOfCurrentParagraph != endAfterSelection && !atEnd) {
133 atEnd = true;
H A DInsertParagraphSeparatorCommand.cpp361 bool atEnd = static_cast<unsigned>(insertionPosition.offsetInContainerNode()) >= textNode->length(); local
362 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) {
H A DTextIterator.h86 bool atEnd() const { return !m_positionNode || m_shouldStop; } function in class:blink::TextIterator
242 bool atEnd() const { return !m_positionNode || m_shouldStop; } function in class:blink::SimplifiedBackwardsTextIterator
333 bool atEnd() const { return m_textIterator.atEnd(); } function in class:blink::CharacterIterator
370 bool atEnd() const { return m_textIterator.atEnd(); } function in class:blink::BackwardsCharacterIterator
390 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } function in class:blink::WordAwareIterator
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java454 public boolean atEnd() { method in class:TextFormat.Tokenizer
854 while (!tokenizer.atEnd()) {
945 if (tokenizer.atEnd()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h86 bool atEnd() const;
351 bool atEnd() const { return !m_current; } function in class:blink::InlineWalker
400 inline bool InlineIterator::atEnd() const function in class:blink::InlineIterator
446 bool inEndOfLine = m_current == end || m_current.atEnd() || (inIsolate() && m_current.object() == end.object());
684 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h88 bool atEnd() { return m_atEnd; } function in class:blink::BreakingContext
231 while (!iterator.atEnd() && !requiresLineBox(iterator, lineInfo, TrailingWhitespace)) {
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h825 /// atEnd - return true if this iterator is equal to reg_end() on the value.
826 bool atEnd() const { return Op == nullptr; } function in class:llvm::MachineRegisterInfo::defusechain_iterator
928 /// atEnd - return true if this iterator is equal to reg_end() on the value.
929 bool atEnd() const { return Op == nullptr; } function in class:llvm::MachineRegisterInfo::defusechain_instr_iterator
H A DSelectionDAGNodes.h493 /// atEnd - return true if this iterator is at the end of uses list.
494 bool atEnd() const { return Op == nullptr; } function in class:llvm::SDNode::use_iterator
/external/clang/lib/Parse/
H A DParseObjc.cpp1602 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { argument
1607 CurParsedObjCImpl->finish(atEnd);
1610 Diag(atEnd.getBegin(), diag::err_expected_objc_container);
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h675 bool atEnd() const { return stack.empty(); } function in class:llvm::ImutAVLTreeGenericIterator
782 while (!InternalItr.atEnd() &&
799 while (!InternalItr.atEnd() &&
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c365 ** of the doclist, atEnd() returns TRUE.
390 static int atEnd(DocListReader *pReader){ function
398 assert( !atEnd(pReader) );
408 assert( !atEnd(pReader) );
427 assert( !atEnd(pReader) );
475 while( !atEnd(pReader) && (d=peekDocid(pReader))<iDocid ){
478 return !atEnd(pReader) && d==iDocid;
500 while( !atEnd(&r) ){
534 while( !atEnd(&r) ){
562 while( !atEnd(
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h616 void setAtEndRange(SourceRange atEnd) { argument
617 AtEnd = atEnd;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 479 milliseconds

12