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

1 2

  /external/v8/tools/
consarray.js 64 ConsArray.prototype.atEnd = function() {
  /external/icu4c/common/
ruleiter.cpp 31 UBool RuleCharacterIterator::atEnd() const {
  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 120 bool PositionIterator::atEnd() const
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 86 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(); }
  /system/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java 101 public boolean atEnd() {
  /external/llvm/include/llvm/Support/
InstIterator.h 105 inline bool atEnd() const { return BB == BBs->end(); }
  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 114 bool atEnd = false;
116 while (endOfCurrentParagraph != endAfterSelection && !atEnd) {
118 atEnd = true;
InsertParagraphSeparatorCommand.cpp 321 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length();
322 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) {
TextIterator.h 91 bool atEnd() const { return !m_positionNode; }
195 bool atEnd() const { return !m_positionNode; }
255 bool atEnd() const { return m_textIterator.atEnd(); }
279 bool atEnd() const { return m_textIterator.atEnd(); }
300 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); }
  /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/llvm/include/llvm/
Use.h 188 /// atEnd - return true if this iterator is equal to use_end() on the value.
189 bool atEnd() const { return U == 0; }
  /frameworks/base/opengl/libs/EGL/
egl_cache.cpp 94 bool atEnd = (bcExtLen+1) < extsLen &&
97 if (equal || atStart || atEnd || inMiddle) {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 384 /// atEnd - return true if this iterator is equal to reg_end() on the value.
385 bool atEnd() const { return Op == 0; }
SelectionDAGNodes.h 442 /// atEnd - return true if this iterator is at the end of uses list.
443 bool atEnd() const { return Op == 0; }
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 63 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
65 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
  /external/clang/lib/Parse/
ParseObjc.cpp 341 SourceRange AtEnd;
403 AtEnd.setBegin(AtLoc);
404 AtEnd.setEnd(Tok.getLocation());
475 Actions.ActOnAtEnd(getCurScope(), AtEnd,
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 670 bool atEnd() const { return stack.empty(); }
782 while (!InternalItr.atEnd() &&
799 while (!InternalItr.atEnd() &&
    [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/webkit/Source/WebKit/android/nav/
SelectText.cpp 85 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
87 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 500 milliseconds

1 2