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

12 3 4

  /external/v8/tools/
consarray.js 64 ConsArray.prototype.atEnd = function() {
profile_view.js 139 while (!nodesToTraverse.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; }
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 359 bool TextIterator::atEnd() const
    [all...]
SpellChecker.cpp 123 while (!iterator.atEnd()) {
visible_units.cpp 74 while (!forwardsIterator.atEnd()) {
97 while (!it.atEnd()) {
120 return VisiblePosition(it.atEnd() ? it.range()->startPosition() : pos, DOWNSTREAM);
153 while (!backwardsIterator.atEnd()) {
171 while (!it.atEnd()) {
194 if (it.atEnd() && next == string.size()) {
    [all...]
InsertParagraphSeparatorCommand.cpp 321 bool atEnd = (unsigned)insertionPosition.deprecatedEditingOffset() >= textNode->length();
322 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) {
  /external/llvm/include/llvm/Support/
CFG.h 37 while (!It.atEnd() && !isa<TerminatorInst>(*It))
54 assert(!It.atEnd() && "pred_iterator out of range!");
60 assert(!It.atEnd() && "pred_iterator out of range!");
InstIterator.h 105 inline bool atEnd() const { return BB == BBs->end(); }
  /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())
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 280 QVERIFY(!load.atEnd());
295 QVERIFY(load.atEnd());
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 156 boolean atEnd = (where == length());
178 if (flag == POINT || (atEnd && flag == PARAGRAPH))
189 if (flag == POINT || (atEnd && flag == PARAGRAPH))
344 final boolean atEnd = (mGapStart + mGapLength == mText.length);
349 atEnd, textIsRemoved);
353 atEnd, textIsRemoved);
379 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd,
392 if (atEnd) {
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 94 bool atEnd = (bcExtLen+1) < extsLen &&
97 if (equal || atStart || atEnd || inMiddle) {
  /external/protobuf/python/google/protobuf/
text_format.py 137 while not tokenizer.AtEnd():
214 if tokenizer.AtEnd():
331 def AtEnd(self):
624 if self.AtEnd():
  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 120 bool PositionIterator::atEnd() const
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 209 while (!scanner.atEnd()) {
372 while (!scanner.atEnd() && !(endPattern != null && scanner.peek(endPattern))) {
  /system/core/sh/
options.c 415 atend:
424 goto atend;
expand.c 1133 int atend; local
1211 atend = 1;
1213 atend = 0;
1228 if (atend) {
1241 if (! atend)
  /external/icu4c/common/
ruleiter.h 107 UBool atEnd() const;
  /external/clang/lib/Parse/
ParseObjc.cpp 373 SourceRange AtEnd;
438 AtEnd.setBegin(AtLoc);
439 AtEnd.setEnd(Tok.getLocation());
516 AtEnd.setBegin(Tok.getLocation());
517 AtEnd.setEnd(Tok.getLocation());
522 Actions.ActOnAtEnd(getCurScope(), AtEnd,
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 241 bool atEnd()
265 bool atEnd(int position)
358 return (input.atEnd(term.inputPosition)) || (pattern->m_multiline && testCharacterClass(pattern->newlineCharacterClass, input.readChecked(term.inputPosition)));
360 return (input.atEnd()) || (pattern->m_multiline && testCharacterClass(pattern->newlineCharacterClass, input.read()));
368 readIsWordchar = !input.atEnd(term.inputPosition) && testCharacterClass(pattern->wordcharCharacterClass, input.readChecked(term.inputPosition));
370 readIsWordchar = !input.atEnd() && testCharacterClass(pattern->wordcharCharacterClass, input.read());
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 165 return !I.atEnd() ? &*I : 0;
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 108 while (!currpoint.atEnd() && currpoint != startpoint && currpoint != lBreak)
    [all...]
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 379 while (!file.atEnd()) {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 478 /// atEnd - return true if this iterator is equal to reg_end() on the value.
479 bool atEnd() const { return Op == 0; }

Completed in 1628 milliseconds

12 3 4