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

<<2122232425262728

  /external/srec/tools/grxmlcompile/
sub_phon.cpp 58 // std::cout << "Found slot "<< word <<std::endl;
81 //std::cout << "ExpandPhonemes adding "<< modelLabel <<std::endl;
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl;
190 std::cout << "HMM phoneme: " << modelSequence[jj] << " ";
195 std::cout << " centre " << arc[ii]->GetInput() << std::endl;
218 std::cout << "Intra sil search " << intraId << std::endl;
224 std::cout << "Intra sil: " << arc[ii]->GetFromId() << " " << arc[ii]->GetToId() << std::endl;
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl
    [all...]
grxmldoc.cpp 37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); }
38 #define WARNING(x) std::cout << (x) << std::endl;
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
44 //#define PRINT_EXPRESSION(x) std::cout << (x) << std::endl;
55 std::cout << "ERROR: Empty string of type " << t <<std::endl; \
501 std::cout << "/--" << cdata << "--/\n";
523 std::cout << " -->" << word << "<--\n";
678 std::cout << s; // debug
761 for(int i=0;i<level;i++) std::cout << " "; member in class:std
788 std::cout << "Error: not sure what to do here" << std::endl
804 std::cout << " "; member in class:std
805 std::cout << " "; member in class:std
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 117 std::cout << "Bloom filter with prefixes: " << prefixes.size()
260 std::cout << "Hit for URL: " << url
268 std::cout << "Miss for URL: " << url
277 std::cout << "URLs checked: " << url_count
282 std::cout << ", weighted hits: " << weighted_hits
285 std::cout << std::endl;
355 std::cout << "Time results for checks: " << num_checks
  /external/stlport/src/
iostream.cpp 38 # define cout _STLP_cout macro
71 _STLP_DECLSPEC ostream cout(0);
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
106 _Stl_aligned_buffer<ostream> cout;
111 # pragma alias("?cout@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?cout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
251 ostream* ptr_cout = &cout;
341 delete (&cout)->rdbuf(cout_buf.release());
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 38 # define cout _STLP_cout macro
71 _STLP_DECLSPEC ostream cout(0);
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
106 _Stl_aligned_buffer<ostream> cout;
111 # pragma alias("?cout@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?cout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
251 ostream* ptr_cout = &cout;
341 delete (&cout)->rdbuf(cout_buf.release());
  /external/eigen/test/eigen2/
main.h 343 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
350 std::cout << "Invalid \'repeat\' value " << argv[i]+1 << std::endl;
358 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
366 std::cout << "Invalid \'seed\' value " << argv[i]+1 << std::endl;
378 std::cout << "This test application takes the following optional arguments:" << std::endl;
379 std::cout << " rN Repeat each test N times (default: " << DEFAULT_REPEAT << ")" << std::endl;
380 std::cout << " sN Use N as seed for random numbers (default: based on current time)" << std::endl;
387 std::cout << "Initializing random number generator with seed " << seed << std::endl;
389 std::cout << "Repeating each test " << repeat << " times" << std::endl;
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 154 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl;
160 std::cout << "Unblocking threads from block()" << std::endl;
184 std::cout << "Unblocking threads from releaseThreads()" << std::endl;
251 //~ std::cout << "We just constructed this LLVM module:\n\n" << *M;
252 //~ std::cout << "\n\nRunning foo: " << std::flush;
288 std::cout << "Add1 returned " << intptr_t(returnValue) << std::endl;
295 std::cout << "Fib1 returned " << intptr_t(returnValue) << std::endl;
302 std::cout << "Fib2 returned " << intptr_t(returnValue) << std::endl;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 548 // // std::cout << "nbLowerElts" << nbLowerElts << std::endl;
652 //EIGEN_DBG_SKYLINE(std::cout << "SkylineMatrix:: swap\n");
661 std::cout << "SkylineMatrix& operator=(const SkylineMatrix& other)\n";
688 std::cout << "upper elements : " << std::endl;
690 std::cout << m.m_data.upper(i) << "\t";
691 std::cout << std::endl;
692 std::cout << "upper profile : " << std::endl;
694 std::cout << m.m_data.upperProfile(i) << "\t";
695 std::cout << std::endl;
696 std::cout << "lower startIdx : " << std::endl
    [all...]
  /external/ceres-solver/examples/
data_fitting.cc 161 std::cout << summary.BriefReport() << "\n";
162 std::cout << "Initial m: " << 0.0 << " c: " << 0.0 << "\n";
163 std::cout << "Final m: " << m << " c: " << c << "\n";
robust_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/eigen/test/
main.h 393 std::cout << "Invalid repeat value " << str << std::endl;
405 std::cout << "Invalid seed value " << str << std::endl;
423 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
432 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
445 std::cout << "This test application takes the following optional arguments:" << std::endl;
446 std::cout << " rN Repeat each test N times (default: " << DEFAULT_REPEAT << ")" << std::endl;
447 std::cout << " sN Use N as seed for random numbers (default: based on current time)" << std::endl;
448 std::cout << std::endl;
449 std::cout << "If defined, the environment variables EIGEN_REPEAT and EIGEN_SEED" << std::endl;
450 std::cout << "will be used as default values for these parameters." << std::endl
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
currpinf.cpp 130 std::cout << "same plural rules\n"; member in class:std
133 std::cout << "same locale\n"; member in class:std
136 std::cout << "same pattern\n"; member in class:std
276 std::cout << "in set up\n"; member in class:std
292 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";
308 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
openbsd_hw.c 186 char *cout=NULL;
200 cout=OPENSSL_malloc(cinl);
201 cryp.dst=cout;
214 if(cout)
216 memcpy(out,cout,inl);
217 OPENSSL_free(cout);
  /external/icu4c/i18n/
currpinf.cpp 131 std::cout << "same plural rules\n"; member in class:std
134 std::cout << "same locale\n"; member in class:std
137 std::cout << "same pattern\n"; member in class:std
288 std::cout << "in set up\n"; member in class:std
304 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";
320 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";
  /external/openssl/crypto/evp/
openbsd_hw.c 186 char *cout=NULL;
200 cout=OPENSSL_malloc(cinl);
201 cryp.dst=cout;
214 if(cout)
216 memcpy(out,cout,inl);
217 OPENSSL_free(cout);
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp 49 std::cout << "locale: " << locales[locIndex] << "\n";
58 std::cout << "time unit: " << j << "\n";
63 std::cout << "number: " << tests[i] << "\n";
75 std::cout << "format result: " << formatResult << "\n";
277 std::cout << "Failed to get TimeUnitAmount for " << tunits[unitIndex] << "\n";
286 std::cout << "Failed to get TimeUnitFormat for " << locales[locIndex] << "\n";
299 std::cout << "Failed to format" << "\n"; member in class:std
310 std::cout << "Formatted string : " << tmp << " expected : " << tmp1 << "\n";
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 82 extern basic_ostream<char> cout;
88 cout << endl<1>;
  /external/icu4c/test/intltest/
tufmtts.cpp 50 std::cout << "locale: " << locales[locIndex] << "\n";
59 std::cout << "time unit: " << j << "\n";
64 std::cout << "number: " << tests[i] << "\n";
76 std::cout << "format result: " << formatResult << "\n";
278 std::cout << "Failed to get TimeUnitAmount for " << tunits[unitIndex] << "\n";
287 std::cout << "Failed to get TimeUnitFormat for " << locales[locIndex] << "\n";
300 std::cout << "Failed to format" << "\n"; member in class:std
311 std::cout << "Formatted string : " << tmp << " expected : " << tmp1 << "\n";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 96 std::cout << flag_usage << "\n";
97 std::cout << " Flags Description:\n"; member in class:std
  /external/chromium_org/net/tools/quic/
quic_client_bin.cc 38 std::cout << help_str;
  /external/eigen/bench/
benchmarkSlice.cpp 36 cout << m[0] << endl;
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 59 std::cout << " " << _action.nb_op_base()*_nb_calc/(m_time_action*1e6) << " ";
  /external/stlport/stlport/
iostream.h 37 using _STLP_STD::cout;
  /external/stlport/test/unit/
iostream_test.cpp 85 CPPUNIT_CHECK( cout.rdbuf()->in_avail() == -1 );
  /hardware/libhardware/tests/camera2/
camera2.cpp 52 std::cout << " Camera module name: "
54 std::cout << " Camera module author: "
56 std::cout << " Camera module API version: 0x" << std::hex
58 std::cout << " Camera module HAL API version: 0x" << std::hex
75 std::cout << " Camera device count: " << sNumCameras << std::endl;
86 std::cout << " Camera device: " << std::dec
88 std::cout << " Facing: " << std::dec
90 std::cout << " Orientation: " << std::dec
92 std::cout << " Version: 0x" << std::hex <<
100 std::cout << " Static camera metadata:" << std::endl
    [all...]

Completed in 1939 milliseconds

<<2122232425262728