Searched refs:guess (Results 1 – 11 of 11) sorted by relevance
307 int high = start + len, low = start - 1, guess; in binarySearch() local310 guess = (high + low) / 2; in binarySearch()312 if (a[guess] < key) in binarySearch()313 low = guess; in binarySearch()315 high = guess; in binarySearch()
142 int guess = 1; in getUniqueName() local145 String name = mContext.getString(getNameTemplateResource(), guess); in getUniqueName()149 guess++; in getUniqueName()
1483 int high = getLineCount(), low = -1, guess; in getLineForVertical() local1486 guess = (high + low) / 2; in getLineForVertical()1488 if (getLineTop(guess) > vertical) in getLineForVertical()1489 high = guess; in getLineForVertical()1491 low = guess; in getLineForVertical()1506 int high = getLineCount(), low = -1, guess; in getLineForOffset() local1509 guess = (high + low) / 2; in getLineForOffset()1511 if (getLineStart(guess) > offset) in getLineForOffset()1512 high = guess; in getLineForOffset()1514 low = guess; in getLineForOffset()[all …]
1189 int guess;1192 guess = (high + low) >> 1;1193 if (lines[mColumns * guess + TOP] > vertical){1194 high = guess;1196 low = guess;
4 config.guess
809 config.guess \
1602 Pair<Integer, Integer> guess = guessDataFormat(value); in setAttribute() local1604 if (exifTag.primaryFormat == guess.first || exifTag.primaryFormat == guess.second) { in setAttribute()1606 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first in setAttribute()1607 || exifTag.secondaryFormat == guess.second)) { in setAttribute()1620 + IFD_FORMAT_NAMES[guess.first] + (guess.second == -1 ? "" : ", " in setAttribute()1621 + IFD_FORMAT_NAMES[guess.second]) + ")"); in setAttribute()
48 config.guess config.sub config move-if-change \
284 # Fortran. In the later case the parser tries to guess whether the code is fixed