HomeSort by relevance Sort by last modified time
    Searched full:atend (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /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 99 bool atEnd = (bcExtLen+1) < extsLen &&
102 if (equal || atStart || atEnd || inMiddle) {
  /external/chromium_org/net/dns/
dns_response.h 53 bool AtEnd() const { return cur_ == packet_ + length_; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 115 bool PositionIterator::atEnd() const
  /external/chromium_org/v8/tools/
profile_view.js 139 while (!nodesToTraverse.atEnd()) {
  /external/llvm/include/llvm/Support/
InstIterator.h 105 inline bool atEnd() const { return BB == BBs->end(); }
  /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/v8/tools/
profile_view.js 139 while (!nodesToTraverse.atEnd()) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 469 while (!forwardsIterator.atEnd()) {
492 while (!it.atEnd()) {
515 return VisiblePosition(it.atEnd() ? it.range()->startPosition() : pos, DOWNSTREAM);
547 while (!backwardsIterator.atEnd()) {
566 while (!it.atEnd()) {
589 if (it.atEnd() && next == string.size()) {
    [all...]
InsertParagraphSeparatorCommand.cpp 343 bool atEnd = static_cast<unsigned>(insertionPosition.offsetInContainerNode()) >= textNode->length();
344 if (insertionPosition.deprecatedEditingOffset() > 0 && !atEnd) {
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 306 assert((I.atEnd() || llvm::next(I) == def_end()) &&
308 return !I.atEnd() ? &*I : 0;
  /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/chromium_org/third_party/icu/source/common/
ruleiter.h 108 UBool atEnd() const;
  /external/icu4c/common/
ruleiter.h 107 UBool atEnd() const;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
text_format_test.py 532 while not tokenizer.AtEnd():
559 self.assertTrue(tokenizer.AtEnd())
567 self.assertTrue(tokenizer.AtEnd())
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 157 while not tokenizer.AtEnd():
234 if tokenizer.AtEnd():
328 def AtEnd(self):
  /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...]
  /external/clang/lib/Parse/
ParseObjc.cpp 391 SourceRange AtEnd;
456 AtEnd.setBegin(AtLoc);
457 AtEnd.setEnd(Tok.getLocation());
534 AtEnd.setBegin(Tok.getLocation());
535 AtEnd.setEnd(Tok.getLocation());
540 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 349 while (!iter.atEnd()) {
377 while (!currpoint.atEnd() && currpoint != startpoint && currpoint != lBreak)
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 493 SourceRange AtEnd;
572 return AtEnd;
574 void setAtEndRange(SourceRange atEnd) {
575 AtEnd = atEnd;
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 620 public boolean 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/apache-http/src/org/apache/http/message/
BasicLineParser.java 341 if (!cursor.atEnd()) {

Completed in 1821 milliseconds

1 23 4 5