/external/eigen/doc/snippets/ |
MatrixBase_cast.cpp | 3 cout << md + mf.cast<double>() << endl;
|
MatrixBase_operatorNorm.cpp | 3 << ones.operatorNorm() << endl;
|
Matrix_resize_NoChange_int.cpp | 3 cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
|
Matrix_resize_int_NoChange.cpp | 3 cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
|
SelfAdjointView_operatorNorm.cpp | 3 << ones.selfadjointView<Lower>().operatorNorm() << endl;
|
Matrix_resize_int.cpp | 5 cout << "v: " << v.rows() << " rows, " << v.cols() << " cols" << endl; 6 cout << "w: " << w.rows() << " rows, " << w.cols() << " cols" << endl;
|
TopicAliasing_block.cpp | 3 cout << "Here is the matrix mat:\n" << mat << endl; variable 7 cout << "After the assignment, mat = \n" << mat << endl; variable
|
TopicAliasing_block_correct.cpp | 3 cout << "Here is the matrix mat:\n" << mat << endl; variable 7 cout << "After the assignment, mat = \n" << mat << endl; variable
|
tut_matrix_assignment_resizing.cpp | 2 std::cout << "a is of size " << a.rows() << "x" << a.cols() << std::endl; member in class:std 5 std::cout << "a is now of size " << a.rows() << "x" << a.cols() << std::endl; member in class:std
|
/external/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/ndk/tests/device/issue22165-typeinfo/jni/ |
throwable.cpp | 8 std::cout << "throw_an_exception()" << std::endl; member in class:std
|
/ndk/tests/device/issue35933-lambda/jni/ |
issue35933-lambda.cpp | 8 std::cout << "Adding " << n << std::endl; member in class:std 14 std::cout << message << ": " << total << std::endl; member in class:std 20 std::clog << "in Call" << std::endl; member in class:std 26 std::clog << "in test_lambda" << std::endl; member in class:std 29 std::clog << "in lambda" << std::endl; 38 std::clog << "start" << std::endl; 40 std::clog << "after first call" << std::endl; 42 std::clog << "after second call" << std::endl; 44 std::clog << "after third call" << std::endl;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/external/eigen/doc/examples/ |
DenseBase_middleCols_int.cpp | 12 cout << "A =\n" << A << '\n' << endl; local 13 cout << "A(1..3,:) =\n" << A.middleCols(1,3) << endl;
|
DenseBase_middleRows_int.cpp | 12 cout << "A =\n" << A << '\n' << endl; local 13 cout << "A(2..3,:) =\n" << A.middleRows(2,2) << endl;
|
DenseBase_template_int_middleCols.cpp | 12 cout << "A =\n" << A << '\n' << endl; local 13 cout << "A(:,1..3) =\n" << A.middleCols<3>(1) << endl;
|
DenseBase_template_int_middleRows.cpp | 12 cout << "A =\n" << A << '\n' << endl; local 13 cout << "A(1..3,:) =\n" << A.middleRows<3>(1) << endl;
|
Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp | 11 std::cout << "Column's maximum: " << std::endl 12 << mat.colwise().maxCoeff() << std::endl; member in class:std
|
Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp | 11 std::cout << "Row's maximum: " << std::endl 12 << mat.rowwise().maxCoeff() << std::endl; member in class:std
|
/external/lldb/test/expression_command/call-function/ |
main.cpp | 7 std::cout << str << std::endl; member in class:std 8 std::cout << str.c_str() << std::endl; member in class:std
|