HomeSort by relevance Sort by last modified time
    Searched refs:cout (Results 476 - 500 of 687) sorted by null

<<11121314151617181920>>

  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 172 cout << OPENFST_ACKNOWLEDGEMENT <<std::endl;
173 cout << TINYXML_ACKNOWLEDGEMENT <<std::endl;
174 cout << NUANCE_COPYRIGHT <<std::endl;
211 cout << "processing [" << filename << "] ..." << endl;
216 std::cout << "Error: while creating TiXmlDocument from " << filename << std::endl;
217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;
218 std::cout << "Error: " << node.ErrorDesc() << std::endl;
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
369 std::cout << "Error: internal error in FstMergeOLabelsToILabels() " << std::endl;
467 std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " < (…)
    [all...]
  /external/ceres-solver/examples/
curve_fitting.cc 159 std::cout << summary.BriefReport() << "\n";
160 std::cout << "Initial m: " << 0.0 << " c: " << 0.0 << "\n";
161 std::cout << "Final m: " << m << " c: " << c << "\n";
  /external/marisa-trie/tools/
marisa-benchmark.cc 66 std::cout << "#tries: " << param_min_num_tries
71 std::cout << "trie: patricia" << std::endl;
75 std::cout << "trie: prefix" << std::endl;
82 std::cout << "tail: no" << std::endl;
86 std::cout << "tail: binary" << std::endl;
90 std::cout << "tail: text" << std::endl;
97 std::cout << "order: label" << std::endl;
101 std::cout << "order: weight" << std::endl;
107 std::cout << "predict: both IDs and strings" << std::endl;
109 std::cout << "predict: only IDs" << std::endl
    [all...]
marisa-predict.cc 68 std::cout << num_keys << " found" << std::endl;
85 std::cout << key_ids[i] << '\t' << keys[i] << '\t' << str << '\n';
88 std::cout << "not found" << std::endl;
90 if (!std::cout) {
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-benchmark.cc 66 std::cout << "#tries: " << param_min_num_tries
71 std::cout << "trie: patricia" << std::endl;
75 std::cout << "trie: prefix" << std::endl;
82 std::cout << "tail: no" << std::endl;
86 std::cout << "tail: binary" << std::endl;
90 std::cout << "tail: text" << std::endl;
97 std::cout << "order: label" << std::endl;
101 std::cout << "order: weight" << std::endl;
107 std::cout << "predict: both IDs and strings" << std::endl;
109 std::cout << "predict: only IDs" << std::endl
    [all...]
marisa_alpha-predict.cc 68 std::cout << num_keys << " found" << std::endl;
85 std::cout << key_ids[i] << '\t' << keys[i] << '\t' << str << '\n';
88 std::cout << "not found" << std::endl;
90 if (!std::cout) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 26 _ALIGNAS_TYPE (ostream) char cout[sizeof(ostream)]; variable
39 ostream* cout_ptr = ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, state_types+1));
57 ostream* cout_ptr = reinterpret_cast<ostream*>(cout);
  /external/chromium_org/gin/modules/
console.cc 28 std::cout << JoinString(messages, ' ') << std::endl;
  /external/chromium_org/net/tools/quic/
quic_server_bin.cc 34 std::cout << help_str;
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 122 cout << "ICU version - " << U_ICU_VERSION << endl;
180 cout << "initialize failed! " << status << endl;
183 //cout << "Done initializing!\n" << endl;
186 cout << "run failed!" << endl;
190 cout << "done!" << endl;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 206 std::cout << *this;
211 std::cout << *this;
216 std::cout << *this;
221 std::cout << *this;
  /external/eigen/bench/
benchmark.cpp 37 cout << m << endl;
vdw_new.cpp 55 cout << "energy = " << energy << endl;
quat_slerp.cpp 153 std::cout << g_seed << "\n";
163 cout << "double=>float=>double nlerp eigen legacy(snap) legacy(nlerp) rightway gael's criteria\n";
183 cout.precision(8);
184 cout << std::scientific;
200 // std::cout << err[0] << " ";
204 // std::cout << err[k+1] << " ";
208 // std::cout << "\n";
212 // std::cout << "\n";
215 cout << "\n\nAccuracy:\n"
217 cout << " avg: " << avgerr.transpose() << "\n"
    [all...]
  /external/libvpx/libvpx/test/
error_resilience_test.cc 66 std::cout << " Encoding droppable frame: "
94 std::cout << " Skipping decoding frame: "
108 // std::cout << "Mismatch frame psnr: " << mismatch_psnr << "\n";
201 std::cout << " Mismatch frames: "
224 std::cout << " Mismatch PSNR: "
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 206 std::cout << *this;
211 std::cout << *this;
216 std::cout << *this;
221 std::cout << *this;
  /external/zlib/src/contrib/iostream2/
zstream_test.cpp 17 cout << x << endl << y << endl << z << endl;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_quopri.py 182 cout, cerr = process.communicate(p)
186 self.assertEqual(cout.splitlines(), e.splitlines())
193 cout, cerr = process.communicate(e)
194 self.assertEqual(cout.splitlines(), p.splitlines())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py 182 cout, cerr = process.communicate(p)
186 self.assertEqual(cout.splitlines(), e.splitlines())
193 cout, cerr = process.communicate(e)
194 self.assertEqual(cout.splitlines(), p.splitlines())
  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 43 std::cout << "Brute force distance = " << sqrt(minDistSq) << ", calls = " << minimizer.calls << std::endl;
49 std::cout << "BVH distance = " << sqrt(minDistSq) << ", calls = " << minimizer.calls << std::endl;
  /external/openfst/src/bin/
fstdraw.cc 66 ostream *ostrm = &cout;
110 if (ostrm != &cout)
fstprint.cc 59 ostream *ostrm = &cout;
105 if (ostrm != &cout)
  /external/oprofile/libutil++/
cverb.cpp 95 null_stream.rdbuf(cout.rdbuf());
122 return v.set ? cout : null_stream;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 154 std::cout << ", default = "; member in class:FlagRegister::std
155 std::cout << (default_value ? "true" : "false");
158 std::cout << ", default = "; member in class:FlagRegister::std
159 std::cout << "\"" << default_value << "\"";
162 std::cout << ", default = "; member in class:FlagRegister::std
163 std::cout << default_value;
172 std::cout << " --" << name
175 std::cout << "\n " << desc.doc_string << "\n";
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 25 #include <iostream> // for ostream, cout, etc
39 explicit progress_timer( std::ostream & os = std::cout )
81 std::ostream & os = std::cout,

Completed in 1770 milliseconds

<<11121314151617181920>>