Home
last modified time | relevance | path

Searched defs:convertedValues (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/base/
DConverterTest.java65 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS); in testConverter() local
71 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView() local
86 Iterable<String> convertedValues = reverseConverter.convertAll(LONGS); in testReverse() local
/external/guava/guava-tests/test/com/google/common/base/
DConverterTest.java65 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS); in testConverter() local
71 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView() local
86 Iterable<String> convertedValues = reverseConverter.convertAll(LONGS); in testReverse() local
/external/armnn/samples/SpeechRecognition/test/
DDecoderTest.cpp74 std::vector<int8_t> convertedValues; variable