HomeSort by relevance Sort by last modified time
    Searched refs:bestType (Results 1 - 5 of 5) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestLocaleValidity.java 185 String bestType = null;
188 bestType = type;
191 bestType = type;
194 System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TestLocaleValidity.java 184 String bestType = null;
187 bestType = type;
190 bestType = type;
193 System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},");
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 490 size_t bestType = 0;
519 bestType = i;
531 *chosenType = (ResolutionType)bestType;
538 (ResolutionType)bestType, bestIndex,
541 (ResolutionType)bestType, bestIndex,
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 334 EditType bestType = getBestValidType(state, kind, false, Integer.MIN_VALUE);
335 if (bestType == null) {
337 bestType = getBestValidType(state, kind, true, Integer.MIN_VALUE);
339 return insertChild(state, kind, bestType);
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]

Completed in 720 milliseconds