/external/eigen/doc/snippets/ |
tut_arithmetic_redux_minmax.cpp | 4 cout << "Here is the matrix m:\n" << m << endl; variable 10 cout << "Here is the vector v: " << v << endl; variable 12 << ") is at position " << i << endl; variable
|
Map_outer_stride.cpp | 3 cout << Map<MatrixXi, 0, OuterStride<> >(array, 3, 3, OuterStride<>(4)) << endl;
|
Map_simple.cpp | 3 cout << Map<Matrix3i>(array) << endl;
|
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
|
/external/zlib/src/contrib/iostream/ |
test.cpp | 12 os << "Hello, Mommy" << endl; local 15 os << "hello, hello, hi, ho!" << endl; local 18 << "I'm compressing again" << endl;
|
/external/eigen/doc/examples/ |
TutorialLinAlgRankRevealing.cpp | 13 cout << "Here is the matrix A:\n" << A << endl; local 15 cout << "The rank of A is " << lu_decomp.rank() << endl; 17 << lu_decomp.kernel() << endl; 19 << lu_decomp.image(A) << endl; // yes, have to pass the original A
|
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp | 15 std::cout << "Maximum sum at position " << maxIndex << std::endl; member in class:std 17 std::cout << "The corresponding vector is: " << std::endl; member in class:std 18 std::cout << mat.col( maxIndex ) << std::endl; member in class:std 19 std::cout << "And its sum is is: " << maxNorm << std::endl; member in class:std
|
tut_matrix_resize.cpp | 11 << m.rows() << "x" << m.cols() << std::endl; member in class:std 12 std::cout << "It has " << m.size() << " coefficients" << std::endl; member in class:std 15 std::cout << "The vector v is of size " << v.size() << std::endl; member in class:std 17 << v.rows() << "x" << v.cols() << std::endl; member in class:std
|
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
|
/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/current/sources/cxx-stl/stlport/stlport/using/h/ |
ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
/external/ImageMagick/Magick++/tests/ |
attributes.cpp | 40 cout << "Line: " << __LINE__ << ", textAntiAlias default not true" << endl; local 48 cout << "Line: " << __LINE__ << ", textAntiAlias not false" << endl; local 56 cout << "Line: " << __LINE__ << ", textAntiAlias not true" << endl; local 68 << ", adjoin default not 'true' as expected" << endl; local 76 cout << "Line: " << __LINE__ << ", adjoin failed set to 'false'" << endl; local 84 cout << "Line: " << __LINE__ << ", adjoin failed set to 'true'" << endl; local 97 << ") not 0 as expected" << endl; 106 << ", failed to set animationDelay to 0" << endl; local 115 << ", failed to set animationDelay to 100" << endl; local 130 << ") not 0 as expected" << endl; 139 << ", failed to set animationIterations to 0" << endl; local 148 << ", failed to set animationIterations to 100" << endl; local 253 << endl; local 285 << endl; local 358 << endl; local 368 << ", chromaBluePrimary x\/y failed set\/get" << endl; local 383 << ", chromaGreenPrimary x\/y defaults are zero" << endl; local 393 << ", chromaGreenPrimary x\/y failed set\/get" << endl; local 408 << ", chromaRedPrimary x\/y defaults are zero" << endl; local 418 << ", chromaRedPrimary x\/y failed set\/get" << endl; local 433 << ", chromaWhitePoint x\/y defaults are zero" << endl; local 443 << ", chromaWhitePoint x\/y failed set\/get" << endl; local 453 cout << "Line: " << __LINE__ << ", classType is not DirectClass" << endl; local 464 cout << "Line: " << __LINE__ << ", colorFuzz default is non-zero" << endl; local 472 cout << "Line: " << __LINE__ << ", colorFuzz failed to set\/get" << endl; local 483 << ", columns is not equal to canvas image columns" << endl; local 494 << ", comment default non-zero length" << endl; local 504 cout << "Line: " << __LINE__ << ", comment set\/get failed" << endl; local 513 cout << "Line: " << __LINE__ << ", comment failed to reset" << endl; local 524 << ", compressType default is incorrect" << endl; local 532 cout << "Line: " << __LINE__ << ", compressType set\/get failed" << endl; local 545 << ", density default is not 72x72 as expected" << endl; local 554 cout << "Line: " << __LINE__ << ", density set\/get failed" << endl; local 562 cout << "Line: " << __LINE__ << ", density set\/get failed" << endl; local 577 << endl; local 586 << endl; local 595 << endl; local 606 << endl; local 615 << endl; local 627 << ") is not equal to " << MAGICKCORE_QUANTUM_DEPTH << endl; local 638 << "formatted exception message indicates success:" << endl; local 653 cout << "failed to catch exception!" << endl; local 717 << endl; local 729 cout << "Line: " << __LINE__ << ", font set\/get failed" << endl; local 736 cout << "Line: " << __LINE__ << ", font failed to unset" << endl; local 759 << ", fontPointsize set\/get failed" << endl; local 780 << ", gamma correction is unity as expected" << endl; local 812 << ", gifDisposeMethod default is not zero as expected" << endl; local 821 << ", gifDisposeMethod set\/get failed" << endl; local 833 << ", interlaceType default is not NoInterlace as expected" << endl; local 841 cout << "Line: " << __LINE__ << ", interlaceType set\/get failed" << endl; local 853 << ", label default is not empty string as expected" << endl; local 861 cout << "Line: " << __LINE__ << ", label set\/get failed" << endl; local 868 cout << "Line: " << __LINE__ << ", label failed to unset" << endl; local 879 << ", strokeWidth default is not 1 as expected" << endl; local 887 cout << "Line: " << __LINE__ << ", strokeWidth set\/get failed" << endl; local 899 << ", magick canvas default is not XC as expected" << endl; local 907 cout << "Line: " << __LINE__ << ", magick set\/get failed" << endl; local 920 << ", alpha default is not false as expected" << endl; local 928 cout << "Line: " << __LINE__ << ", alpha set\/get failed" << endl; local 940 << ", alphaColor default is not #BDBDBD as expected" << endl; local 948 cout << "Line: " << __LINE__ << ", alphaColor set\/get failed" << endl; local 963 << ", meanErrorPerPixel is not zero as expected" << endl; local 995 << ", monochrome is not false as expected" << endl; local 1003 cout << "Line: " << __LINE__ << ", monochrome get\/set failed" << endl; local 1014 << ",normalizedMaxError is not zero as expected" << endl; local 1024 << ", normalizedMeanError is not zero as expected" << endl; local 1073 cout << "Line: " << __LINE__ << ", pixelColor set\/get failed" << endl; local 1105 << ", quality default is not 0 as expected" << endl; local 1113 cout << "Line: " << __LINE__ << ", quality set\/get failed" << endl; local 1125 << ", quantizeColors is not 256 as expected" << endl; local 1133 cout << "Line: " << __LINE__ << ", quantizeColors set\/get failed" << endl; local 1145 << ", quantizeColorSpace is not RGBColorspace as expected" << endl; local 1154 << ", quantizeColorSpace set\/get failed" << endl; local 1166 << ", quantizeDither is not false as expected" << endl; local 1175 << ", quantizeDither get\/set failed" << endl; local 1195 << ", quantizeTreeDepth set\/get failed" << endl; local 1207 << endl; local 1215 << ", renderingIntent set\/get failed" << endl; local 1227 << endl; local 1235 << ", resolutionUnits set\/get failed" << endl; local 1246 << ", rows is canvas rows as expected" << endl; local 1256 << ", scene default is not zero as expected" << endl; local 1264 << ", scene set\/get failed" << endl; local 1301 cout << "Line: " << __LINE__ << ", size set\/get failed" << endl; local 1312 << ", subImage default is not zero as expected" << endl; local 1320 << ", subImage set\/get failed" << endl; local 1331 << ", subRange default is not zero as expected" << endl; local 1339 << ", subRange set\/get failed" << endl; local 1373 << ", verbose is not false as expected" << endl; local 1383 << ", x11Display default is not empty string as expected" << endl; local 1391 << ", x11Display set\/get failed" << endl; local 1399 << ", x11Display failed to unset" << endl; local 1437 cout << failures << " failures" << endl; local [all...] |