HomeSort by relevance Sort by last modified time
    Searched full:cout (Results 301 - 325 of 770) sorted by null

<<11121314151617181920>>

  /external/openfst/src/include/fst/extensions/pdt/
info.h 145 ios_base::fmtflags old = cout.setf(ios::left);
146 cout.width(50);
147 cout << "fst type" << pdtinfo.FstType().c_str() << endl;
148 cout.width(50);
149 cout << "arc type" << pdtinfo.ArcType().c_str() << endl;
150 cout.width(50);
151 cout << "# of states" << pdtinfo.NumStates() << endl;
152 cout.width(50);
153 cout << "# of arcs" << pdtinfo.NumArcs() << endl;
154 cout.width(50)
    [all...]
  /external/srec/tools/grxmlcompile/
testhashmap.cpp 49 std::cout << "Index 1 has value= " << value <<std::endl;
51 std::cout << "value " << value << " has index " << i <<std::endl;
54 std::cout << "index " << i << " has numeric index " << j <<std::endl;
56 std::cout << "value " << value << " has numeric index " << j <<std::endl;
76 std::cout << "Index 1 has value= " << value <<std::endl;
78 std::cout << "value " << value << " has index " << i <<std::endl;
81 std::cout << "index " << i << " has numeric index " << j <<std::endl;
83 std::cout << "value " << value << " has numeric index " << j <<std::endl;
87 std::cout << "First iterator values are " << i <<", " << value <<std::endl;
89 std::cout << "Iterator values are " << i <<", " << value <<std::endl
    [all...]
  /external/chromium/testing/gtest/test/
gtest_env_var_test_.cc 43 using ::std::cout;
55 cout << GTEST_FLAG(break_on_failure);
60 cout << GTEST_FLAG(catch_exceptions);
65 cout << GTEST_FLAG(color);
70 cout << GTEST_FLAG(death_test_style);
75 cout << GTEST_FLAG(death_test_use_fork);
80 cout << GTEST_FLAG(filter);
85 cout << GTEST_FLAG(output);
90 cout << GTEST_FLAG(print_time);
95 cout << GTEST_FLAG(repeat)
    [all...]
  /external/gtest/test/
gtest_env_var_test_.cc 43 using ::std::cout;
55 cout << GTEST_FLAG(break_on_failure);
60 cout << GTEST_FLAG(catch_exceptions);
65 cout << GTEST_FLAG(color);
70 cout << GTEST_FLAG(death_test_style);
75 cout << GTEST_FLAG(death_test_use_fork);
80 cout << GTEST_FLAG(filter);
85 cout << GTEST_FLAG(output);
90 cout << GTEST_FLAG(print_time);
95 cout << GTEST_FLAG(repeat)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_env_var_test_.cc 43 using ::std::cout;
55 cout << GTEST_FLAG(break_on_failure);
60 cout << GTEST_FLAG(catch_exceptions);
65 cout << GTEST_FLAG(color);
70 cout << GTEST_FLAG(death_test_style);
75 cout << GTEST_FLAG(death_test_use_fork);
80 cout << GTEST_FLAG(filter);
85 cout << GTEST_FLAG(output);
90 cout << GTEST_FLAG(print_time);
95 cout << GTEST_FLAG(repeat)
    [all...]
  /external/protobuf/gtest/test/
gtest_env_var_test_.cc 43 using ::std::cout;
55 cout << GTEST_FLAG(break_on_failure);
60 cout << GTEST_FLAG(catch_exceptions);
65 cout << GTEST_FLAG(color);
70 cout << GTEST_FLAG(death_test_style);
75 cout << GTEST_FLAG(death_test_use_fork);
80 cout << GTEST_FLAG(filter);
85 cout << GTEST_FLAG(output);
90 cout << GTEST_FLAG(print_time);
95 cout << GTEST_FLAG(repeat)
    [all...]
  /external/protobuf/examples/
list_people.cc 14 cout << "Person ID: " << person.id() << endl;
15 cout << " Name: " << person.name() << endl;
17 cout << " E-mail address: " << person.email() << endl;
25 cout << " Mobile phone #: ";
28 cout << " Home phone #: ";
31 cout << " Work phone #: ";
34 cout << phone_number.number() << endl;
  /external/zlib/src/contrib/iostream3/
test.cc 9 #include <iostream> // for cout
21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; member in class:std
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; member in class:std
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; member in class:std
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
  /frameworks/base/tools/aidl/
options_test.cpp 42 cout << prefix << *expected << endl;
52 cout << prefix << got[i] << endl;
71 cout << "mismatch: result: got " << result << " expected " <<
83 cout << "mismatch: systemSearchPath: got" << endl;
85 cout << " expected" << endl;
92 cout << "mismatch: localSearchPath: got" << endl;
94 cout << " expected" << endl;
101 cout << "mismatch: inputFileName: got " << options.inputFileName
108 cout << "mismatch: nativeLanguage: got " << options.nativeLanguage
115 cout << "mismatch: outputH: got " << options.output
    [all...]
  /external/eigen/bench/
spmv.cpp 76 std::cout << argv[0] << " r<nb rows> c<nb columns> n<non zeros per column> t<nb tries> p<nb repeats>\n";
80 std::cout << "SpMV " << rows << " x " << cols << " with " << nnzPerCol << " non zeros per column. (" << repeats << " repeats, and " << tries << " tries)\n\n";
89 std::cout << "nnz: " << nnzPerCol << "\n";
100 std::cout << "Dense " << t.value()/repeats << "\t";
103 std::cout << t.value()/repeats << endl;
110 std::cout << "Eigen " << t.value()/repeats << "\t";
113 std::cout << t.value()/repeats << endl;
119 std::cout << "CSparse \n"; member in class:std
125 // std::cout << " a * b:\t" << timer.value() << endl;
128 // std::cout << " a * b:\t" << timer.value() << endl
222 std::cout << "\\n"; member in class:std
    [all...]
sparse_dense_product.cpp 71 std::cout << "Eigen Dense\t" << density*100 << "%\n";
80 std::cout << " a * v:\t" << timer.best() << " " << double(REPEAT)/timer.best() << " * / sec " << endl;
87 std::cout << " a' * v:\t" << timer.best() << endl;
93 std::cout << "Eigen sparse\t" << sm1.nonZeros()/float(sm1.rows()*sm1.cols())*100 << "%\n";
96 std::cout << " a * v:\t" << timer.best()/REPEAT << " " << double(REPEAT)/timer.best(REAL_TIMER) << " * / sec " << endl;
101 std::cout << " a' * v:\t" << timer.best()/REPEAT << endl;
106 // std::cout << "Eigen dyn-sparse\t" << m1.nonZeros()/float(m1.rows()*m1.cols())*100 << "%\n";
109 // std::cout << " a * v:\t" << timer.value() << endl;
112 // std::cout << " a' * v:\t" << timer.value() << endl;
118 std::cout << "GMM++ sparse\t" << density*100 << "%\n"
182 std::cout << "\\n\\n"; member in class:std
    [all...]
benchFFT.cpp 55 cout << "unscaled ";
59 cout << "halfspec ";
79 cout << nameof<Scalar>() << " ";
82 cout << "complex";
84 cout << "real ";
90 cout << " fwd";
92 cout << " inv";
94 cout << " NFFT=" << nfft << " " << (double(1e-6*nfft*nits)/timer.value()) << " MS/s " << mflops << "MFLOPS\n";
bench_reverse.cpp 47 std::cout << "dyn "; member in class:std
49 std::cout << "fixed "; member in class:std
50 std::cout << rows << " x " << cols << " \t"
54 std::cout << "\n"; member in class:std
57 std::cout << acc;
63 std::cout << "size no sqrt standard"; member in class:std
65 // std::cout << " GSL (standard + double + ATLAS) ";
67 std::cout << "\n"; member in class:std
  /external/eigen/doc/
tutorial.cpp 5 std::cout.precision(2);
11 std::cout << "*** Step 1 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl;
17 std::cout << "*** Step 2 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl;
23 std::cout << "*** Step 3 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl;
29 std::cout << "*** Step 4 ***\nm4:\n" << m4 << std::endl;
34 std::cout << "*** Step 5 ***\nm4.diagonal():\n" << m4.diagonal() << std::endl;
35 std::cout << "m4.diagonal().start(3)\n" << m4.diagonal().start(3) << std::endl;
40 std::cout << "*** Step 6 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl;
43 std::cout << "*** Step 7 ***\n m4.sum(): " << m4.sum() << std::endl;
44 std::cout << "m4.col(2).sum(): " << m4.col(2).sum() << std::endl
    [all...]
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 15 using std::cout;
19 cout << "Checking " << desc << ": ";
20 cout << "Got " << got << ", expected " << expected << "...";
21 cout << ( (got == expected) ? "PASSED" : "FAILED") << endl;
57 cout << "Running Crunch...";
59 cout << ((result > 0) ? "PASSED" : "FAILED") << endl;
65 cout << "Checking calls to deleteFile and processImage:" << endl;
79 cout << "ALL TESTS PASSED!" << endl;
81 cout << errno << " TESTS FAILED" << endl;
  /external/eigen/bench/btl/data/
mean.cxx 109 cout << "<TABLE BORDER CELLPADDING=2>" << endl ;
110 cout << " <TR>" << endl ;
111 cout << " <TH ALIGN=CENTER> " << argv[1] << " </TH>" << endl ;
112 cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> in cache <BR> mean perf <BR> Mflops </a></TH>" << endl ;
113 cout << " <TH ALIGN=CENTER> in cache <BR> % best </TH>" << endl ;
114 cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> out of cache <BR> mean perf <BR> Mflops </a></TH>" << endl ;
115 cout << " <TH ALIGN=CENTER> out of cache <BR> % best </TH>" << endl ;
116 cout << " <TH ALIGN=CENTER> details </TH>" << endl ;
117 cout << " <TH ALIGN=CENTER> comments </TH>" << endl ;
118 cout << " </TR>" << endl
    [all...]
  /external/valgrind/main/drd/tests/
pth_create_chain.c 20 // std::cout << "create " << thread_count << std::endl;
25 std::cout << "created " << thread_count << "(" << s_thread[thread_count]
41 // std::cout << "create " << thread_count << std::endl;
45 std::cout << "created " << thread_count << "(" << s_thread[thread_count]
50 // std::cout << "join " << i << "(" << s_thread[i] << ")" << std::endl;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.objects/narrow.stream.objects/
cout.pass.cpp 12 // istream cout;
19 std::cout << "Hello World!\n";
21 std::cout << "Enter a number: ";
23 std::cout << "The number is : " << i << '\n';
25 (void)std::cout;
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
testxxLexer.l 42 {number} cout << "number " << YYText() << '\n';
46 {name} cout << "name " << YYText() << '\n';
48 {string} cout << "string " << YYText() << '\n';
  /external/eigen/doc/examples/
class_FixedBlock.cpp 23 cout << topLeft2x2Corner(4*m) << endl; // calls the const version
25 cout << "Now the matrix m is:" << endl << m << endl;
class_FixedVectorBlock.cpp 23 cout << firstTwo(4*v) << endl; // calls the const version
25 cout << "Now the vector v is:" << endl << v << endl;
tut_matrix_coefficient_accessors.cpp 13 std::cout << "Here is the matrix m:\n" << m << std::endl;
17 std::cout << "Here is the vector v:\n" << v << std::endl;
  /external/eigen/doc/snippets/
MatrixBase_all.cpp 4 cout << "Is (" << p0.transpose() << ") inside the box: "
6 cout << "Is (" << p1.transpose() << ") inside the box: "
  /external/eigen/unsupported/doc/examples/
MatrixFunction.cpp 20 std::cout << "The matrix A is:\n" << A << "\n\n";
21 std::cout << "The matrix exponential of A is:\n"
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 21 # define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ;
23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}
44 cout << __FILE__ ;\
45 cout << " [" << __LINE__ << "] : " ;\
46 cout << "COMPILED with " << COMPILER ;\
47 cout << ", " << __DATE__ ; \
48 cout << " at " << __TIME__ << endl ;\
49 cout << "\n\n" ;\
50 cout << flush ;\
57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush
    [all...]

Completed in 580 milliseconds

<<11121314151617181920>>