Searched defs:bestMatch (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp110 int bestMatch = 0; local
176 if (match > bestMatch) {
177 bestMatch = match;
182 return bestMatch > 0 ? NO_ERROR : BAD_VALUE;
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp131 int bestMatch = 0; local
135 if (i == 0 || match < bestMatch) {
137 bestMatch = match;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 235 milliseconds