Home
last modified time | relevance | path

Searched refs:bestType (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java184 String bestType = null; in testBasic()
187 bestType = type; in testBasic()
190 bestType = type; in testBasic()
193 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestLocaleValidity.java185 String bestType = null; in testBasic()
188 bestType = type; in testBasic()
191 bestType = type; in testBasic()
194 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp5285 unsigned type, bestType = 0; in filter() local
5323 bestType = type; in filter()
5331 … out[y * (linebytes + 1)] = bestType; /*the first byte of a scanline will be the filter type*/ in filter()
5332 for(x = 0; x < linebytes; x++) out[y * (linebytes + 1) + 1 + x] = attempt[bestType].data[x]; in filter()
5343 unsigned type, bestType = 0; in filter() local
5370 bestType = type; in filter()
5378 out[y * (linebytes + 1)] = bestType; /*the first byte of a scanline will be the filter type*/ in filter()
5379 for(x = 0; x < linebytes; x++) out[y * (linebytes + 1) + 1 + x] = attempt[bestType].data[x]; in filter()
5404 unsigned type = 0, bestType = 0; in filter() local
5436 bestType = type; in filter()
[all …]