HomeSort by relevance Sort by last modified time
    Searched defs:lastRun (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/text/
BidiRunList.h 46 Run* lastRun() const { return m_lastRun; }
  /external/webkit/Source/WebCore/rendering/
RenderRuby.cpp 179 RenderRubyRun* lastRun = lastRubyRun(this);
180 if (!lastRun || lastRun->hasRubyText()) {
181 lastRun = RenderRubyRun::staticCreateRubyRun(this);
182 RenderInline::addChild(lastRun);
184 lastRun->addChild(child);
280 RenderRubyRun* lastRun = lastRubyRun(this);
281 if (!lastRun || lastRun->hasRubyText()) {
282 lastRun = RenderRubyRun::staticCreateRubyRun(this)
    [all...]
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 140 public Long lastRun(Long defaultValue) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 427 bool lastRun = r + 1 == runCount;
444 bool lastGlyph = lastRun && i + 1 == glyphCount;
  /external/icu4c/layoutex/
ParagraphLayout.cpp 1031 le_int32 lastRun = getCharRun(runEnd);
1032 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1033 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1038 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 484 HashEntry<K,V> lastRun = e;
492 lastRun = last;
495 newTable[lastIdx] = lastRun;
498 for (HashEntry<K,V> p = e; p != lastRun; p = p.next) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 213 milliseconds