/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
H A D | SparseWeakArray.java | 308 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 D | NameSplitter.java | 940 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 D | BiometricUserState.java | 184 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 D | Layout.java | 1487 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 D | StaticLayout.java | 1192 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 D | SkiaInterpolator.cpp | 72 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 D | ExifInterface.java | 1827 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 D | Doxyfile.in | 284 # Fortran. In the later case the parser tries to guess whether the code is fixed
|
/aosp12/frameworks/av/media/codec2/docs/ |
H A D | doxygen.config | 284 # Fortran. In the later case the parser tries to guess whether the code is fixed
|
/aosp12/system/chre/chre_api/doc/ |
H A D | Doxyfile | 274 # Fortran. In the later case the parser tries to guess whether the code is fixed
|
/aosp12/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 284 # Fortran. In the later case the parser tries to guess whether the code is fixed
|
/aosp12/system/chre/pal/doc/ |
H A D | Doxyfile | 274 # Fortran. In the later case the parser tries to guess whether the code is fixed
|
/aosp12/system/media/audio_utils/ |
H A D | Doxyfile | 306 # tries to guess whether the code is fixed or free formatted code, this is the
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |