Searched refs:firstRun (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp52 bool firstRun = true; local
62 if (!firstRun) {
67 firstRun = false;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiLine.java374 int firstRun, endRun, limitRun, runCount;
393 firstRun = 0;
399 while (firstRun < runCount && levels[runs[firstRun].start] < maxLevel) {
400 ++firstRun;
402 if (firstRun >= runCount) {
407 for (limitRun = firstRun; ++limitRun < runCount &&
410 /* Swap the entire sequence of runs from firstRun to limitRun-1. */
412 while (firstRun < endRun) {
413 tempRun = runs[firstRun];
[all...]
/external/icu/icu4c/source/common/
H A Dubidiln.c440 int32_t firstRun, endRun, limitRun, runCount; local
464 firstRun=0;
470 while(firstRun<runCount && levels[runs[firstRun].logicalStart]<maxLevel) {
471 ++firstRun;
473 if(firstRun>=runCount) {
478 for(limitRun=firstRun; ++limitRun<runCount && levels[runs[limitRun].logicalStart]>=maxLevel;) {}
480 /* Swap the entire sequence of runs from firstRun to limitRun-1. */
482 while(firstRun<endRun) {
483 tempRun = runs[firstRun];
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiLine.java373 int firstRun, endRun, limitRun, runCount;
392 firstRun = 0;
398 while (firstRun < runCount && levels[runs[firstRun].start] < maxLevel) {
399 ++firstRun;
401 if (firstRun >= runCount) {
406 for (limitRun = firstRun; ++limitRun < runCount &&
409 /* Swap the entire sequence of runs from firstRun to limitRun-1. */
411 while (firstRun < endRun) {
412 tempRun = runs[firstRun];
[all...]
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1035 le_int32 firstRun = getCharRun(runStart); local
1037 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1038 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1042 le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase;
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 103 milliseconds