Searched refs:bestType (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TestLocaleValidity.java | 193 String bestType = null; in testBasic() 196 bestType = type; in testBasic() 199 bestType = type; in testBasic() 202 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TestLocaleValidity.java | 196 String bestType = null; in testBasic() 199 bestType = type; in testBasic() 202 bestType = type; in testBasic() 205 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResTable.java | 529 ResTable_type bestType = null; 659 if (bestType != NULL) { 670 bestType = thisType; 683 if (bestType == NULL) { 687 bestOffset += dtohl(bestType.entriesStart); 690 if (bestOffset > (dtohl(bestType.header.size)- ResTable_entry.SIZEOF)) { 692 bestOffset, dtohl(bestType.header.size)); 702 final ResTable_entry entry = new ResTable_entry(bestType.myBuf(), 703 bestType.myOffset() + bestOffset); 712 outEntry.type = bestType;
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 5285 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 …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SupplementalDataInfo.java | 3740 …SampleType bestType = getCounts(SampleType.INTEGER).contains(e) ? SampleType.INTEGER : SampleType.… 3741 temp = getLeastIn(e, bestType, lowestMax, POSITIVE_INFINITY); 3746 temp = getLeastIn(e, bestType, lowestMax, POSITIVE_INFINITY);
|