Searched defs:ostrm (Results 1 - 14 of 14) sorted by relevance

/external/openfst/src/script/
H A Dprint.cc26 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest, argument
32 &ostrm, dest);
H A Ddraw.cc41 ostream *ostrm,
45 fontsize, precision, show_weight_one, ostrm, dest);
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/openfst/src/include/fst/script/
H A Dprint.h38 ostream *ostrm; member in struct:fst::script::FstPrinterArgs
47 ostream *ostrm,
50 show_weight_one(show_weight_one), ostrm(ostrm), dest(dest) { }
60 fstprinter.Print(args->ostrm, args->dest);
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
41 FstPrinterArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Ddraw.h50 ostream *ostrm; member in struct:fst::script::FstDrawerArgs
68 ostream *ostrm,
74 show_weight_one(show_weight_one), ostrm(ostrm), dest(dest) { }
88 fstdrawer.Draw(args->ostrm, args->dest);
106 ostream *ostrm,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Dprint-impl.h56 void Print(ostream *ostrm, const string &dest) { argument
57 ostrm_ = ostrm;
/external/openfst/src/include/fst/
H A Dstring.h246 bool PrintLabel(Label lab, ostream& ostrm) { argument
255 ostrm << symbol;
257 ostrm << lab;
H A Dlabel-reachable.h85 bool Write(ostream &ostrm) { argument
86 WriteType(ostrm, reach_input_);
87 WriteType(ostrm, keep_relabel_data_);
89 WriteType(ostrm, label2index_);
90 WriteType(ostrm, FinalLabel());
91 WriteType(ostrm, isets_);
H A Dsymbol-table.h523 ostringstream ostrm; local
524 table->Write(ostrm);
525 *result = ostrm.str();
H A Dfst.h936 ostringstream ostrm; local
937 fst.Write(ostrm, FstWriteOptions("FstToString"));
938 *result = ostrm.str();
/external/srec/tools/grxmlcompile/
H A Dfst-io.h57 void Print(ostream *ostrm, const string &dest) { argument
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;
H A Dgrxmlcompile.cpp915 ostream* ostrm = new ofstream( pclgFilename.c_str(), ios_base::out); local
919 printer.Print( ostrm, pclgFilename);
920 delete ostrm;
/external/lldb/include/lldb/Core/
H A DMappedHash.h207 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]);
220 Save(const HeaderDataType &header_data, lldb_private::Stream &ostrm) argument
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp153 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
530 Stream &ostrm = result.GetOutputStream(); local
820 Stream &ostrm = result.GetOutputStream(); local
[all...]
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1379 std::ostringstream ostrm; local
1380 ostrm << RAW_HEXBASE << shlib_info_addr;
1381 return SendPacket (ostrm.str ());
1436 std::ostringstream ostrm; local
1437 ostrm << "m";
1444 ostrm << ",";
1446 ostrm << std::hex << th;
1448 return SendPacket (ostrm.str ());
1668 std::ostringstream ostrm; local
1669 ostrm << "nam
2328 append_hex_value(std::ostream& ostrm, const uint8_t* buf, size_t buf_size, bool swap) argument
2345 register_value_in_hex_fixed_width(std::ostream& ostrm, nub_process_t pid, nub_thread_t tid, const register_map_entry_t* reg, const DNBRegisterValue *reg_value_ptr) argument
2387 gdb_regnum_with_fixed_width_hex_register_value(std::ostream& ostrm, nub_process_t pid, nub_thread_t tid, const register_map_entry_t* reg, const DNBRegisterValue *reg_value_ptr) argument
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...]

Completed in 223 milliseconds