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

  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 153 Stream &ostrm = result.GetOutputStream(); local
154 ostrm.Printf("Available platforms:\n");
157 ostrm.Printf ("%s: %s\n",
170 ostrm.Printf("%s: %s\n", plugin_name, plugin_desc);
208 Stream &ostrm = result.GetOutputStream(); local
222 platform_sp->GetStatus (ostrm);
258 Stream &ostrm = result.GetOutputStream(); local
266 platform_sp->GetStatus (ostrm);
327 Stream &ostrm = result.GetOutputStream(); local
329 ostrm.Printf ("Disconnected from \"%s\"\n", platform_sp->GetPluginName().GetCString())
530 Stream &ostrm = result.GetOutputStream(); local
820 Stream &ostrm = result.GetOutputStream(); local
    [all...]
  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 1379 std::ostringstream ostrm; local
1436 std::ostringstream ostrm; local
1668 std::ostringstream ostrm; local
2422 std::ostringstream ostrm; local
2733 std::ostringstream ostrm; local
2801 std::ostringstream ostrm; local
2971 std::ostringstream ostrm; local
3429 std::ostringstream ostrm; local
3597 std::ostringstream ostrm; local
3721 std::ostringstream ostrm; local
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 57 void Print(ostream *ostrm, const string &dest) {
58 ostrm_ = ostrm;
156 ostream *ostrm = &std::cout;
159 ostrm = new ofstream(argv[2]);
160 if (!*ostrm) {
165 ostrm->precision(9);
190 fstprinter.Print(ostrm, dest);
198 if (ostrm != &std::cout)
199 delete ostrm;
grxmlcompile.cpp 915 ostream* ostrm = new ofstream( pclgFilename.c_str(), ios_base::out); local
    [all...]
  /external/lldb/include/lldb/Core/
MappedHash.h 207 lldb_private::Stream &ostrm) = 0;
221 lldb_private::Stream &ostrm)
309 header.Write (ostrm);
315 ostrm.PutHex32(hash_indexes[i]);
321 ostrm.PutHex32(hash_values[i]);
329 ostrm.PutHex32(hash_offsets[i]);
  /external/lldb/include/lldb/Target/
Process.h     [all...]

Completed in 200 milliseconds