HomeSort by relevance Sort by last modified time
    Searched defs:atEnd (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 113 bool PositionIterator::atEnd() const
  /external/chromium_org/v8/tools/
consarray.js 64 ConsArray.prototype.atEnd = function() {
  /external/chromium_org/third_party/WebKit/Source/platform/text/
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_org/third_party/icu/source/common/
ruleiter.cpp 32 UBool RuleCharacterIterator::atEnd() const {
  /external/icu/icu4c/source/common/
ruleiter.cpp 32 UBool RuleCharacterIterator::atEnd() const {
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 91 public boolean 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(); }
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java 101 public boolean atEnd() {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp 361 bool atEnd = static_cast<unsigned>(insertionPosition.offsetInContainerNode()) >= textNode->length();
362 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) {
ApplyBlockElementCommand.cpp 129 bool atEnd = false;
131 while (endOfCurrentParagraph != endAfterSelection && !atEnd) {
133 atEnd = true;
TextIterator.h 86 bool atEnd() const { return !m_positionNode || m_shouldStop; }
242 bool atEnd() const { return !m_positionNode || m_shouldStop; }
333 bool atEnd() const { return m_textIterator.atEnd(); }
370 bool atEnd() const { return m_textIterator.atEnd(); }
390 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); }
  /external/llvm/include/llvm/IR/
InstIterator.h 105 inline bool atEnd() const { return BB == BBs->end(); }
Value.h 152 bool atEnd() const { return *this == user_iterator_impl(); }
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 99 bool atEnd = (bcExtLen+1) < extsLen &&
102 if (equal || atStart || atEnd || inMiddle) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 86 bool atEnd() const;
351 bool atEnd() const { return !m_current; }
400 inline bool InlineIterator::atEnd() const
446 bool inEndOfLine = m_current == end || m_current.atEnd() || (inIsolate() && m_current.object() == end.object());
684 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) {
  /frameworks/native/libs/gui/
GLConsumer.cpp 102 bool atEnd = (cropExtLen+1) < extsLen &&
105 return equal || atStart || atEnd || inMiddle;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 88 bool atEnd() { return m_atEnd; }
231 while (!iterator.atEnd() && !requiresLineBox(iterator, lineInfo, TrailingWhitespace)) {
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 675 bool atEnd() const { return stack.empty(); }
782 while (!InternalItr.atEnd() &&
799 while (!InternalItr.atEnd() &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]
SelectionDAGNodes.h 493 /// atEnd - return true if this iterator is at the end of uses list.
494 bool atEnd() const { return Op == nullptr; }
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 454 public boolean atEnd() {
854 while (!tokenizer.atEnd()) {
945 if (tokenizer.atEnd()) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 365 ** of the doclist, atEnd() returns TRUE.
390 static int atEnd(DocListReader *pReader){
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(&r) )
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1295 #define FAbsTimeInInterval(at,lpi) (FLTEAbsTime((lpi)->atBegin,at) && FLTEAbsTime(at,(lpi)->atEnd))
1296 #define FIntervalInInterval(lpiT,lpiS) (FLTEAbsTime((lpiS)->atBegin,(lpiT)->atBegin) && FLTEAbsTime((lpiT)->atEnd,(lpiS)->atEnd))
1297 #define FIntervalXInterval(lpiT,lpiS) (!(FLTAbsTime((lpiT)->atEnd,(lpiS)->atBegin) || FLTAbsTime((lpiS)->atEnd,(lpiT)->atBegin)))
1298 #define dwDurInterval(lpi) dwDiffAT((lpi)->atBegin,(lpi)->atEnd)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 

Completed in 986 milliseconds

1 2 3