/external/valgrind/main/none/tests/amd64/ |
D | pcmpxstrx64.stdout.exp | 5 istrm $0x4A: xmm0 000000000000000000ffffffffffffff rcx 5555555555555555 flags 00000881 6 istrm $0x0A: xmm0 0000000000000000000000000000007f rcx 5555555555555555 flags 00000881 15 istrm $0x4A: xmm0 ffffffffffffffffff00000000000000 rcx 5555555555555555 flags 000000c1 16 istrm $0x0A: xmm0 0000000000000000000000000000ff80 rcx 5555555555555555 flags 000000c1 25 istrm $0x4A: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 26 istrm $0x0A: xmm0 000000000000000000000000000000ff rcx 5555555555555555 flags 00000881 35 istrm $0x4A: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 36 istrm $0x0A: xmm0 000000000000000000000000000000ff rcx 5555555555555555 flags 00000881 45 istrm $0x4A: xmm0 0000000000000000ffffffffffffffff rcx 5555555555555555 flags 00000881 46 istrm $0x0A: xmm0 000000000000000000000000000000ff rcx 5555555555555555 flags 00000881 [all …]
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 55 istream *istrm = &std::cin; in main() local 58 istrm = new fst::ifstream(argv[1]); in main() 59 if (!*istrm) { in main() 83 s::CompileFst(*istrm, source, dest, FLAGS_fst_type, FLAGS_arc_type, in main() 88 if (istrm != &std::cin) in main() 89 delete istrm; in main()
|
/external/openfst/src/extensions/far/ |
D | compile-strings.cc | 26 ifstream istrm(filename); in KeySize() local 27 istrm.seekg(0); in KeySize() 30 while (getline(istrm, s)) in KeySize() 32 istrm.seekg(0); in KeySize()
|
/external/openfst/src/include/fst/script/ |
D | compile.h | 32 fst::istream &istrm; member 45 FstCompileArgs(istream &istrm, const string &source, const string &dest, 51 istrm(istrm), source(source), dest(dest), fst_type(fst_type), in istrm() function 63 FstCompiler<Arc> fstcompiler(args->istrm, args->source, args->isyms, in CompileFst() 82 void CompileFst(istream &istrm, const string &source, const string &dest,
|
D | compile-impl.h | 54 FstCompiler(istream &istrm, const string &source, 63 while (istrm.getline(line, kLineLen)) {
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 150 int PrintMain(int argc, char **argv, istream &istrm, 152 Fst<Arc> *fst = Fst<Arc>::Read(istrm, opts); 212 FstReader(istream &istrm, const string &source, in FstReader() argument 220 while (istrm.getline(line, kLineLen)) { in FstReader() 370 istream *istrm = &std::cin; 373 istrm = new ifstream(ifilename); 374 if (!*istrm) { 396 FstReader<Arc> fstreader(*istrm, ifilename, isyms, osyms, ssyms, 406 if (istrm != &std::cin) 407 delete istrm;
|
D | grxmlcompile.cpp | 771 std::ifstream istrm(ptxtFilename.c_str()); in make_openfst_graphs() local 772 if(!istrm) { in make_openfst_graphs() 778 fst::FstReader<fst::StdArc> reader( istrm, ptxtFilename, word_syms, prsr_syms, in make_openfst_graphs()
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 51 StringReader(istream &istrm, 58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type), 202 ifstream istrm(in_fnames[i].c_str()); in FarCompileStrings() 204 while (getline(istrm, str)) in FarCompileStrings() 215 ifstream istrm(inputs[i].c_str()); in FarCompileStrings() 218 istrm, inputs[i], entry_type, token_type, in FarCompileStrings()
|
D | create.h | 52 ifstream istrm(in_fnames[i].c_str()); in FarCreate() 54 while (getline(istrm, str)) in FarCreate()
|
/external/openfst/src/include/fst/ |
D | add-on.h | 47 static NullAddOn *Read(istream &istrm) { in Read() argument 87 static AddOnPair<A1, A2> *Read(istream &istrm) { in Read() argument 90 ReadType(istrm, &have_addon1); in Read() 92 a1 = A1::Read(istrm); in Read() 96 ReadType(istrm, &have_addon2); in Read() 98 a2 = A2::Read(istrm); in Read()
|
D | label-reachable.h | 72 static LabelReachableData<L> *Read(istream &istrm) { in Read() argument 75 ReadType(istrm, &data->reach_input_); in Read() 76 ReadType(istrm, &data->keep_relabel_data_); in Read() 79 ReadType(istrm, &data->label2index_); in Read() 80 ReadType(istrm, &data->final_label_); in Read() 81 ReadType(istrm, &data->isets_); in Read()
|
D | fst.h | 936 istringstream istrm(s); in StringToFst() 937 return Fst<A>::Read(istrm, FstReadOptions("StringToFst")); in StringToFst()
|
D | compact-fst.h | 1203 static UnweightedAcceptorCompactor *Read(istream &istrm) { in Read() argument
|
/external/openfst/src/script/ |
D | compile.cc | 26 void CompileFst(istream &istrm, const string &source, const string &dest, in CompileFst() argument 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
|