Home
last modified time | relevance | path

Searched defs:stringVal (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediahelper/tests/
Dtypeconverter_tests.cpp34 const std::string stringVal = toString(enumVal); in TEST() local
44 const std::string stringVal = toString(enumVal); in TEST() local
98 const std::string stringVal = toString(enumVal); in TEST() local
108 const std::string stringVal = toString(enumVal); in TEST() local
131 const std::string stringVal = toString(enumVal); in TEST() local
164 const std::string stringVal = toString(enumVal); in TEST() local
181 const std::string stringVal = toString(enumVal); in TEST() local
194 const std::string stringVal = toString(enumVal); in TEST() local
204 const std::string stringVal = toString(enumVal); in TEST() local
216 const std::string stringVal = toString(enumVal); in TEST() local
[all …]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DOutputStreamTarget.java52 String stringVal = (String)input.getObjectValue(); in process() local
/frameworks/base/services/core/java/com/android/server/display/utils/
DDeviceConfigParsingUtils.java146 public static float parseBrightness(String stringVal) throws IllegalArgumentException { in parseBrightness()
/frameworks/base/tools/aapt/
DAaptAssets.h357 String8 stringVal; variable