Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DBitParameterType.cpp92 std::ostringstream strStream; in fromXml() local
94 strStream << "Pos and Size attributes inconsistent with maximum container element size (" in fromXml()
97 serializingContext.setError(strStream.str()); in fromXml()
107 std::ostringstream strStream; in fromXml() local
109 strStream << "Max attribute inconsistent with maximum encodable size (" in fromXml()
112 serializingContext.setError(strStream.str()); in fromXml()
131 std::ostringstream strStream; in toBlackboard() local
133 strStream << "Value " << strValue << " standing out of admitted range ["; in toBlackboard()
137 strStream << "0x0, " in toBlackboard()
141 strStream << "0, "; in toBlackboard()
[all …]
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemBinary.cpp52 std::ostringstream strStream; in toString() local
62 strStream << "0x" << std::hex << uiValue; in toString()
64 return strStream.str(); in toString()
/external/deqp/modules/egl/
DteglInfoTests.cpp48 std::istringstream strStream(str); in toInt() local
51 strStream >> out; in toInt()