HomeSort by relevance Sort by last modified time
    Searched refs:kEnd (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
circular-queue-inl.h 47 if (**pos == kEnd) *pos = buffer_;
circular-queue.h 72 static const Cell kEnd = -1; // Marks the end of the buffer.
circular-queue.cc 50 // Clean up the whole buffer to avoid encountering a random kEnd
55 buffer_[buffer_size_] = kEnd;
  /external/icu4c/common/unicode/
chariter.h 362 enum EOrigin { kStart, kCurrent, kEnd };
585 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
598 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
692 return move(0, kEnd);
  /external/icu4c/common/
uchriter.cpp 302 case kEnd:
336 case kEnd:
  /external/skia/src/animator/
SkScriptDecompile.cpp 38 TypeOpName(kEnd),
202 case SkScriptEngine2::kEnd:
SkScript2.h 105 kEnd,
SkScriptRuntime.cpp 311 case SkScriptEngine2::kEnd:
  /external/v8/test/cctest/
test-circular-queue.cc 21 CHECK_NE(SamplingCircularQueue::kEnd, 1);
132 CHECK_NE(SamplingCircularQueue::kEnd, 1);
  /external/icu4c/test/intltest/
citrtest.cpp 85 case kEnd:
115 case kEnd:
584 i=iter.move32(-2, CharacterIterator::kEnd);
587 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
    [all...]

Completed in 188 milliseconds