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

<<11121314151617181920>>

  /external/eigen/doc/snippets/
tut_matrix_assignment_resizing.cpp 2 std::cout << "a is of size " << a.rows() << "x" << a.cols() << std::endl;
5 std::cout << "a is now of size " << a.rows() << "x" << a.cols() << std::endl;
Cwise_product.cpp 3 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
Map_general_stride.cpp 3 cout << Map<MatrixXi, 0, Stride<Dynamic,2> >
MatrixBase_cwiseProduct.cpp 3 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
Tutorial_AdvancedInitialization_Block.cpp 5 std::cout << matB << std::endl;
Tutorial_solve_matrix_inverse.cpp 6 cout << "The solution is:" << endl << x << endl;
Tutorial_solve_triangular_inplace.cpp 6 cout << "The solution is:" << endl << b << endl;
  /external/eigen/unsupported/doc/examples/
MatrixExponential.cpp 14 std::cout << "The matrix A is:\n" << A << "\n\n";
15 std::cout << "The matrix exponential of A is:\n" << A.exp() << "\n\n";
MatrixFunction.cpp 20 std::cout << "The matrix A is:\n" << A << "\n\n";
21 std::cout << "The matrix exponential of A is:\n"
MatrixLogarithm.cpp 13 std::cout << "The matrix A is:\n" << A << "\n\n";
14 std::cout << "The matrix logarithm of A is:\n" << A.log() << "\n";
  /ndk/tests/build/c++-stl-source-extensions/jni/
main.cp 4 std::cout << "Hello World!" << std::endl;
  /ndk/tests/device/issue22165-typeinfo/jni/
myexception.h 14 std::cout << "yep! i am in constructor" << std::endl;
19 std::cout << "yep! i am in desctuctor" << std::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/protobuf/examples/
add_person.cc 11 cout << "Enter person ID number: ";
17 cout << "Enter name: ";
20 cout << "Enter email address (blank for none): ";
28 cout << "Enter a phone number (or leave blank to finish): ";
38 cout << "Is this a mobile, home, or work phone? ";
48 cout << "Unknown phone type. Using default." << endl;
72 cout << argv[1] << ": File not found. Creating a new file." << endl;
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;
  /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...]
  /ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp 43 cout << "- precision: ";
49 cout << fixed << double(TT::num)/TT::den
55 cout << fixed << double(P::num)/P::den << " seconds" << endl;
58 cout << "- is_steady: " << boolalpha << C::is_steady << endl;
65 std::cout << "system_clock: " << std::endl;
67 std::cout << "\nhigh_resolution_clock: " << std::endl;
69 std::cout << "\nsteady_clock: " << std::endl;
  /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/chromium/testing/gmock/src/
gmock_main.cc 48 std::cout << "Running main() from gmock_main.cc\n"; member in class:std
  /external/eigen/bench/
basicbenchmark.cpp 19 std::cout BOOST_PP_SEQ_FOR_EACH(_GENERATE_HEADER, ~, MODES ) << endl;
24 std::cout << ARG( \
30 std::cout << endl;
32 std::cout << endl;
  /external/eigen/doc/examples/
QuickStart_example.cpp 13 std::cout << m << std::endl;
Tutorial_ArrayClass_mult.cpp 15 cout << "a * b = " << endl << a * b << endl;
Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp 11 std::cout << "Column's maximum: " << std::endl
Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp 11 std::cout << "Row's maximum: " << std::endl
tut_matrix_resize_fixed_size.cpp 10 std::cout << "The matrix m is of size "

Completed in 3187 milliseconds

<<11121314151617181920>>