OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sstrm
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Interpreter/
CommandReturnObject.cpp
64
StreamString
sstrm
;
local
65
sstrm
.PrintfVarArg(format, args);
69
const std::string &s =
sstrm
.GetString();
85
StreamString
sstrm
;
local
86
sstrm
.PrintfVarArg(format, args);
89
GetOutputStream().Printf("%s",
sstrm
.GetData());
99
StreamString
sstrm
;
local
100
sstrm
.PrintfVarArg(format, args);
103
GetErrorStream().Printf("warning: %s",
sstrm
.GetData());
/external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp
234
stringstream
sstrm
;
local
236
strstream
sstrm
;
239
sstrm
<< testString;
242
printBits(
sstrm
);*/
244
sstrm
>> str;
247
printBits(
sstrm
);
249
if (getBitStatus(
sstrm
) != expectedStatus) {
250
printBits(
sstrm
);
252
log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(
sstrm
));
255
log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(
sstrm
));
[
all
...]
/external/icu/icu4c/source/test/iotest/
stream.cpp
224
stringstream
sstrm
;
local
226
strstream
sstrm
;
229
sstrm
<< testString;
232
printBits(
sstrm
);*/
234
sstrm
>> str;
237
printBits(
sstrm
);
239
if (getBitStatus(
sstrm
) != expectedStatus) {
240
printBits(
sstrm
);
241
log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(
sstrm
));
/external/lldb/source/API/
SBAddress.cpp
241
StreamString
sstrm
;
local
242
// m_opaque_ap->Dump (&
sstrm
, NULL, Address::DumpStyleResolvedDescription, Address::DumpStyleInvalid, 4);
243
// if (
sstrm
.GetData())
244
// strm.Printf (" (%s)",
sstrm
.GetData());
Completed in 458 milliseconds