Searched defs:firstRun (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp52 bool firstRun = true; local
63 if (!firstRun) {
68 firstRun = false;
/external/webkit/Source/WebCore/platform/text/
H A DBidiRunList.h45 Run* firstRun() const { return m_firstRun; } function in class:WebCore::BidiRunList
/external/icu4c/common/
H A Dubidiln.c438 int32_t firstRun, endRun, limitRun, runCount; local
462 firstRun=0;
468 while(firstRun<runCount && levels[runs[firstRun].logicalStart]<maxLevel) {
469 ++firstRun;
471 if(firstRun>=runCount) {
476 for(limitRun=firstRun; ++limitRun<runCount && levels[runs[limitRun].logicalStart]>=maxLevel;) {}
478 /* Swap the entire sequence of runs from firstRun to limitRun-1. */
480 while(firstRun<endRun) {
481 tempRun = runs[firstRun];
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelper.cpp271 bool firstRun = true; local
352 if (firstRun) {
354 firstRun = false;
/external/icu4c/layoutex/
H A DParagraphLayout.cpp1030 le_int32 firstRun = getCharRun(runStart); local
1032 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1033 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1037 le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase;
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp300 ASSERT(bidiRuns.firstRun());
304 for (BidiRun* r = bidiRuns.firstRun(); r; r = r->next()) {
308 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
428 void RenderBlock::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, bool firstLine, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd, argument
442 for (BidiRun* r = firstRun; r; r = r->next()) {
581 for (BidiRun* r = firstRun; r; r = r->next()) {
610 void RenderBlock::computeBlockDirectionPositionsForLine(RootInlineBox* lineBox, BidiRun* firstRun, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, argument
617 for (BidiRun* r = firstRun; r; r = r->next()) {
697 bool shouldReorder = trailingSpaceRun != (direction == LTR ? bidiRuns.lastRun() : bidiRuns.firstRun());
1051 computeInlineDirectionPositionsForLine(lineBox, firstLine, bidiRuns.firstRun(), trailingSpaceRu
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 251 milliseconds