HomeSort by relevance Sort by last modified time
    Searched refs:strStream (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/upstream/parameter/
BitParameterType.cpp 92 std::ostringstream strStream;
94 strStream << "Pos and Size attributes inconsistent with maximum container element size ("
97 serializingContext.setError(strStream.str());
107 std::ostringstream strStream;
109 strStream << "Max attribute inconsistent with maximum encodable size ("
112 serializingContext.setError(strStream.str());
131 std::ostringstream strStream;
133 strStream << "Value " << strValue << " standing out of admitted range [";
137 strStream << "0x0, "
141 strStream << "0, "
    [all...]
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemBinary.cpp 52 std::ostringstream strStream;
62 strStream << "0x" << std::hex << uiValue;
64 return strStream.str();
  /external/deqp/modules/egl/
teglInfoTests.cpp 48 std::istringstream strStream(str);
51 strStream >> out;

Completed in 104 milliseconds