Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java308 int high = start + len, low = start - 1, guess; in binarySearch() local
311 guess = (high + low) / 2; in binarySearch()
313 if (a[guess] < key) in binarySearch()
314 low = guess; in binarySearch()
316 high = guess; in binarySearch()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameSplitter.java940 if (guess != FullNameStyle.UNDEFINED) { in guessFullNameStyle()
941 if (guess != FullNameStyle.CJK && guess != FullNameStyle.WESTERN) { in guessFullNameStyle()
942 name.fullNameStyle = guess; in guessFullNameStyle()
945 bestGuess = guess; in guessFullNameStyle()
1018 if (guess != FullNameStyle.UNDEFINED) { in guessPhoneticNameStyle()
1019 if (guess != FullNameStyle.CJK) { in guessPhoneticNameStyle()
1020 name.phoneticNameStyle = guess; in guessPhoneticNameStyle()
1023 bestGuess = guess; in guessPhoneticNameStyle()
1027 if (guess != FullNameStyle.UNDEFINED) { in guessPhoneticNameStyle()
1028 if (guess != FullNameStyle.CJK) { in guessPhoneticNameStyle()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricUserState.java184 int guess = 1; in getUniqueName() local
187 String name = mContext.getString(getNameTemplateResource(), guess); in getUniqueName()
191 guess++; in getUniqueName()
/aosp12/frameworks/base/core/java/android/text/
H A DLayout.java1487 guess = (high + low) / 2; in getLineForVertical()
1489 if (getLineTop(guess) > vertical) in getLineForVertical()
1490 high = guess; in getLineForVertical()
1492 low = guess; in getLineForVertical()
1510 guess = (high + low) / 2; in getLineForOffset()
1512 if (getLineStart(guess) > offset) in getLineForOffset()
1513 high = guess; in getLineForOffset()
1515 low = guess; in getLineForOffset()
1579 guess = (high + low) / 2; in getOffsetForHorizontal()
1583 high = guess; in getOffsetForHorizontal()
[all …]
H A DStaticLayout.java1192 int guess;
1195 guess = (high + low) >> 1;
1196 if (lines[mColumns * guess + TOP] > vertical){
1197 high = guess;
1199 low = guess;
/aosp12/frameworks/base/libs/hwui/
H A DSkiaInterpolator.cpp72 Dot14 guess = eval_cubic(t, A, B, C); in SkUnitCubicInterp() local
73 if (x < guess) { in SkUnitCubicInterp()
/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java1827 Pair<Integer, Integer> guess = guessDataFormat(value); in setAttribute() local
1829 if (exifTag.primaryFormat == guess.first || exifTag.primaryFormat == guess.second) { in setAttribute()
1831 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first in setAttribute()
1832 || exifTag.secondaryFormat == guess.second)) { in setAttribute()
1845 + IFD_FORMAT_NAMES[guess.first] + (guess.second == -1 ? "" : ", " in setAttribute()
1846 + IFD_FORMAT_NAMES[guess.second]) + ")"); in setAttribute()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A DDoxyfile.in284 # Fortran. In the later case the parser tries to guess whether the code is fixed
/aosp12/frameworks/av/media/codec2/docs/
H A Ddoxygen.config284 # Fortran. In the later case the parser tries to guess whether the code is fixed
/aosp12/system/chre/chre_api/doc/
H A DDoxyfile274 # Fortran. In the later case the parser tries to guess whether the code is fixed
/aosp12/frameworks/base/media/native/midi/include/
H A DDoxyfile284 # Fortran. In the later case the parser tries to guess whether the code is fixed
/aosp12/system/chre/pal/doc/
H A DDoxyfile274 # Fortran. In the later case the parser tries to guess whether the code is fixed
/aosp12/system/media/audio_utils/
H A DDoxyfile306 # tries to guess whether the code is fixed or free formatted code, this is the
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...