Home
last modified time | relevance | path

Searched refs:guess (Results 1 – 11 of 11) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DSparseWeakArray.java307 int high = start + len, low = start - 1, guess; in binarySearch() local
310 guess = (high + low) / 2; in binarySearch()
312 if (a[guess] < key) in binarySearch()
313 low = guess; in binarySearch()
315 high = guess; in binarySearch()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricUserState.java142 int guess = 1; in getUniqueName() local
145 String name = mContext.getString(getNameTemplateResource(), guess); in getUniqueName()
149 guess++; in getUniqueName()
/frameworks/base/core/java/android/text/
DLayout.java1483 int high = getLineCount(), low = -1, guess; in getLineForVertical() local
1486 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() local
1509 guess = (high + low) / 2; in getLineForOffset()
1511 if (getLineStart(guess) > offset) in getLineForOffset()
1512 high = guess; in getLineForOffset()
1514 low = guess; in getLineForOffset()
[all …]
DStaticLayout.java1189 int guess;
1192 guess = (high + low) >> 1;
1193 if (lines[mColumns * guess + TOP] > vertical){
1194 high = guess;
1196 low = guess;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
D.gitignore4 config.guess
DMakefile.am809 config.guess \
/frameworks/base/media/java/android/media/
DExifInterface.java1602 Pair<Integer, Integer> guess = guessDataFormat(value); in setAttribute() local
1604 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()
/frameworks/compile/mclinker/unittests/
Dtest3.txt48 config.guess config.sub config move-if-change \
/frameworks/base/media/native/midi/include/
DDoxyfile.orig284 # Fortran. In the later case the parser tries to guess whether the code is fixed
DDoxyfile284 # Fortran. In the later case the parser tries to guess whether the code is fixed
/frameworks/av/media/codec2/docs/
Ddoxygen.config284 # Fortran. In the later case the parser tries to guess whether the code is fixed