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

  /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...]
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 299 static void dumpLinkStatistics(void* code, size_t initialSize, size_t finalSize)
306 totalFinalSize += finalSize;
308 code, static_cast<unsigned>(initialSize), static_cast<unsigned>(finalSize),
309 static_cast<unsigned>(initialSize - finalSize),
310 100.0 * (initialSize - finalSize) / initialSize);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
InputLanguageSelection.java 219 int finalSize = 0;
238 if (finalSize == 0) {
239 preprocess[finalSize++] =
246 preprocess[finalSize++] = new LocaleEntry(displayName, l);
250 for (int i = 0; i < finalSize ; i++) {
  /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);
VertexDataManager.cpp 445 Converter<type, norm, size, preferred>::finalSize, \
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 62 NSSize finalSize = size;
63 if (finalSize.width < 0)
64 finalSize.width = -finalSize.width;
65 if (finalSize.height < 0)
66 finalSize.height = -finalSize.height;
67 return finalSize;
    [all...]

Completed in 275 milliseconds