Home
last modified time | relevance | path

Searched refs:convertAll (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DConverterTest.java63 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS); in testConverter()
69 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView()
84 Iterable<String> convertedValues = reverseConverter.convertAll(LONGS); in testReverse()
/external/guava/android/guava-tests/test/com/google/common/base/
DConverterTest.java63 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS); in testConverter()
69 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView()
84 Iterable<String> convertedValues = reverseConverter.convertAll(LONGS); in testReverse()
/external/guava/guava/src/com/google/common/base/
DConverter.java201 public Iterable<B> convertAll(final Iterable<? extends A> fromIterable) { in convertAll() method in Converter
/external/guava/android/guava/src/com/google/common/base/
DConverter.java202 public Iterable<B> convertAll(final Iterable<? extends A> fromIterable) { in convertAll() method in Converter
/external/skia/src/gpu/
DGrSurfaceContext.cpp574 bool convertAll = premul || in internalWritePixels() local
581 if (mustBeTight || convertAll) { in internalWritePixels()
583 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()
595 if (convertAll || (mustBeTight && src[i].rowBytes() != src[i].info().minRowBytes())) { in internalWritePixels()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverter.java195 new LdmlConverter(src, supplementalData, config).convertAll(); in convert()
236 private void convertAll() { in convertAll() method in LdmlConverter