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

  /external/chromium/third_party/icu/source/test/cintltst/
eurocreg.c 145 int32_t targetSize, euroBackSize;
149 targetSize = ucnv_fromUChars(myConv,
164 targetSize,
  /external/icu4c/test/cintltst/
eurocreg.c 145 int32_t targetSize, euroBackSize;
149 targetSize = ucnv_fromUChars(myConv,
164 targetSize,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
LevenshteinDistance.java 40 final int targetSize = target.length;
41 final int[][] editTab = new int[sourceSize+1][targetSize+1];
42 final int[][] distTab = new int[sourceSize+1][targetSize+1];
49 for (int i = 1; i <= targetSize; ++i) {
  /external/webkit/WebCore/loader/
Cache.cpp 274 unsigned targetSize = static_cast<unsigned>(capacity * cTargetPrunePercentage); // Cut by a percentage to avoid immediately pruning again.
302 if (targetSize && m_liveSize <= targetSize)
318 unsigned targetSize = static_cast<unsigned>(capacity * cTargetPrunePercentage); // Cut by a percentage to avoid immediately pruning again.
335 if (targetSize && m_deadSize <= targetSize)
354 if (targetSize && m_deadSize <= targetSize) {
373 if (targetSize && m_deadSize <= targetSize) {
    [all...]
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 92 int targetSize = wantMini
102 createThumbnailFromEXIF(filePath, targetSize, maxPixels, sizedThumbnailBitmap);
118 options, targetSize, maxPixels);
450 private static void createThumbnailFromEXIF(String filePath, int targetSize,
474 exifOptions.inSampleSize = computeSampleSize(exifOptions, targetSize, maxPixels);
481 fullOptions.inSampleSize = computeSampleSize(fullOptions, targetSize, maxPixels);
  /external/webkit/WebCore/history/
BackForwardList.cpp 68 unsigned targetSize = m_current + 1;
69 while (m_entries.size() > targetSize) {
  /dalvik/vm/alloc/
HeapSource.c     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp     [all...]
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]

Completed in 1266 milliseconds