Searched refs:highest (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 111 int highest = 0; in detectAndConvert() local 144 ucma, matches, &goodmatch, &highest); in detectAndConvert() 146 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert() 147 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) { in detectAndConvert() 172 ucma, matches, &goodmatch, &highest); in detectAndConvert() 173 if (!goodmatch && highest <= 15) { in detectAndConvert() 182 if (mLocaleEnc != NULL && !goodmatch && highest < 50) { in detectAndConvert() 209 if (!goodmatch && highest < 0) { in detectAndConvert() 219 if (goodmatchSingle || highestSingle > highest) in detectAndConvert() 452 int highest = newconfidence[0]; in getPreferred() local [all …]
|
/frameworks/compile/mclinker/lib/Support/ |
D | TargetRegistry.cpp | 36 unsigned int highest = 0; in lookupTarget() local 41 if (best == NULL || highest < quality) { in lookupTarget() 42 highest = quality; in lookupTarget() 45 } else if (highest == quality) { in lookupTarget()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScoreCardBasedScorer.java | 108 int highest = cutoff + RSSI_RAIL; in estimatedCutoff() local 118 cutoff = (int) Math.min(Math.max(value, lowest), highest); in estimatedCutoff()
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 43 // callbacks for the single, highest scoring current network (if any) 56 // single, highest scoring current network (if any) that matches the
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 954 int highest = mItemTops[nextCol]; in fillUp() local 957 if (top < highest) { in fillUp() 958 highest = top; in fillUp() 961 startFrom = highest; in fillUp()
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 31 version of the face. Since white has the highest luminosity, this version of
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 132 * means that high frame rate is given priority over the highest-quality
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 487 * (i.e. the highest process state of that uid's processes) has changed. 3835 * starts from highest to lowest. The value should be monotonically
|