Searched defs:highest (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp36 unsigned int highest = 0; local
41 if (best == NULL || highest < quality) {
42 highest = quality;
45 } else if (highest == quality) {
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp120 int highest = 0; local
122 ucma, matches, &goodmatch, &highest);
124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest);
125 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) {
150 ucma, matches, &goodmatch, &highest);
151 if (!goodmatch && highest <= 15) {
276 * - pick the highest match
409 // find match with highest confidence after adjusting for unlikely characters
410 int highest local
[all...]

Completed in 91 milliseconds