HomeSort by relevance Sort by last modified time
    Searched defs:finalSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 150 // static const std::size_t finalSize: number of bytes per output vertex
160 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 97 int finalSize = 0;
106 if (finalSize == 0) {
110 preprocess[finalSize++] =
117 if (preprocess[finalSize-1].locale.getLanguage().equals(
121 preprocess[finalSize-1].label+" to "+
122 getDisplayName(preprocess[finalSize-1].locale,
125 preprocess[finalSize-1].label = toTitleCase(
126 getDisplayName(preprocess[finalSize-1].locale,
132 preprocess[finalSize++] =
146 preprocess[finalSize++] = new LocaleInfo(displayName, l)
    [all...]

Completed in 386 milliseconds