OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strStream
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/diff/
Diff.cpp
149
std::stringstream
strStream
;
150
strStream
<< "value " << pkgA->name << ":" << typeA->type << "/" << entryA->name
152
valueA->print(&
strStream
);
153
strStream
<< "\n vs \n";
154
valueB->print(&
strStream
);
155
emitDiffLine(apkB->getSource(),
strStream
.str());
174
std::stringstream
strStream
;
175
strStream
<< "missing " << pkgA->name << ":" << typeA->type << "/" << entryA->name
177
emitDiffLine(apkB->getSource(),
strStream
.str());
190
std::stringstream
strStream
;
[
all
...]
/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 124 milliseconds