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 131 int finalSize = 0;
140 if (finalSize == 0) {
144 preprocess[finalSize++] =
151 if (preprocess[finalSize-1].locale.getLanguage().equals(
153 !preprocess[finalSize-1].locale.getLanguage().equals("zz")) {
156 preprocess[finalSize-1].label+" to "+
157 getDisplayName(preprocess[finalSize-1].locale,
160 preprocess[finalSize-1].label = toTitleCase(
161 getDisplayName(preprocess[finalSize-1].locale,
167 preprocess[finalSize++]
    [all...]

Completed in 513 milliseconds