/external/gptfdisk/ |
D | gpttext.cc | 76 cout << "Found valid MBR and GPT. Which do you want to use?\n"; in UseWhichPartitions() 82 cout << "Using GPT and creating fresh protective MBR.\n"; in UseWhichPartitions() 90 cout << "Found valid MBR and corrupt GPT. Which do you want to use? (Using the\n" in UseWhichPartitions() 99 cout << "Found invalid MBR and corrupt GPT. What do you want to do? (Using the\n" in UseWhichPartitions() 126 cout << "Specified partition doesn't have a disklabel partition type " in XFormDisklabel() 165 cout << "Current partition table size is " << numParts << ".\n"; in ResizePartitionTable() 174 cout << "Caution: The partition table size should officially be 16KB or larger,\n" in ResizePartitionTable() 207 cout << "partition " << partNum + 1 << " is in use.\n"; in CreatePartition() 218 cout << "Information: Moved requested sector from " << origSector << " to " in CreatePartition() 222 cout << "Use 'l' on the experts' menu to adjust alignment\n"; in CreatePartition() [all …]
|
D | gptpart.cc | 300 cout.fill(' '); 301 cout.width(4); 302 cout << partNum + 1 << " "; 303 cout.width(14); 304 cout << firstLBA << " "; 305 cout.width(14); 306 cout << lastLBA << " "; 307 cout << sizeInIeee << " "; 310 cout << " "; 311 cout.fill('0'); [all …]
|
D | gpt.cc | 180 cout << "\nProblem: The CRC for the main GPT header is invalid. The main GPT header may\n" in Verify() 187 cout << "\nProblem: The CRC for the main partition table is invalid. This table may be\n" in Verify() 194 cout << "\nProblem: The CRC for the backup GPT header is invalid. The backup GPT header\n" in Verify() 201 cout << "\nCaution: The CRC for the backup partition table is invalid. This table may\n" in Verify() 209 cout << "\nProblem: The main header's self-pointer doesn't point to itself. This problem\n" in Verify() 216 cout << "\nProblem: The secondary header's self-pointer indicates that it doesn't reside\n" in Verify() 225 cout << "\nProblem: main GPT header's current LBA pointer (" << mainHeader.currentLBA in Verify() 231 cout << "\nProblem: main GPT header's backup LBA pointer (" << mainHeader.backupLBA in Verify() 238 cout << "\nProblem: main GPT header's first usable LBA pointer (" << mainHeader.firstUsableLBA in Verify() 244 cout << "\nProblem: main GPT header's last usable LBA pointer (" << mainHeader.lastUsableLBA in Verify() [all …]
|
/external/ImageMagick/Magick++/tests/ |
D | attributes.cpp | 40 cout << "Line: " << __LINE__ << ", textAntiAlias default not true" << endl; in main() 48 cout << "Line: " << __LINE__ << ", textAntiAlias not false" << endl; in main() 56 cout << "Line: " << __LINE__ << ", textAntiAlias not true" << endl; in main() 67 cout << "Line: " << __LINE__ in main() 76 cout << "Line: " << __LINE__ << ", adjoin failed set to 'false'" << endl; in main() 84 cout << "Line: " << __LINE__ << ", adjoin failed set to 'true'" << endl; in main() 95 cout << "Line: " << __LINE__ << ", animationDelay default (" in main() 105 cout << "Line: " << __LINE__ in main() 114 cout << "Line: " << __LINE__ in main() 127 cout << "Line: " << __LINE__ in main() [all …]
|
D | exceptions.cpp | 23 cout << "Checking for working exceptions (may crash) ... "; in main() 24 cout.flush(); in main() 42 cout << "Throwing 'Magick::WarningResourceLimit' exception" << endl; in main() 43 cout.flush(); in main() 48 cout << "Successfully caught 'Magick::WarningResourceLimit' exception" << endl; in main() 49 cout.flush(); in main() 66 cout << "Throwing library 'Magick::Exception' exception" << endl; in main() 67 cout.flush(); in main() 72 cout << "Successfully caught library 'Magick::Exception' exception" << endl; in main() 73 cout.flush(); in main() [all …]
|
/external/eigen/test/ |
D | fastmath.cpp | 14 std::cout << b; in check() 16 std::cout << " OK "; in check() 18 std::cout << " BAD "; in check() 37 …cout << "std::isfinite(" << m(3) << ") = "; check((std::isfinite)(m(3)),false); std::cout << " ; … in check_inf_nan() 38 …cout << "std::isinf(" << m(3) << ") = "; check((std::isinf)(m(3)),false); std::cout << " ; … in check_inf_nan() 39 …cout << "std::isnan(" << m(3) << ") = "; check((std::isnan)(m(3)),true); std::cout << " ; … in check_inf_nan() 40 std::cout << "allFinite: "; check(m.allFinite(), 0); std::cout << "\n"; in check_inf_nan() 41 std::cout << "hasNaN: "; check(m.hasNaN(), 1); std::cout << "\n"; in check_inf_nan() 42 std::cout << "\n"; in check_inf_nan() 56 …cout << "std::isfinite(" << m(4) << ") = "; check((std::isfinite)(m(4)),false); std::cout << " ; … in check_inf_nan() [all …]
|
/external/eigen/doc/examples/ |
D | TutorialInplaceLU.cpp | 3 init() { std::cout << "[" << "init" << "]" << std::endl; } in init() 17 cout << "Here is the input matrix A before decomposition:\n" << A << endl; in main() 18 cout << "[init]" << endl; in main() 20 cout << "[declaration]" << endl; in main() 22 cout << "Here is the input matrix A after decomposition:\n" << A << endl; in main() 23 cout << "[declaration]" << endl; in main() 25 cout << "[matrixLU]" << endl; in main() 26 cout << "Here is the matrix storing the L and U factors:\n" << lu.matrixLU() << endl; in main() 27 cout << "[matrixLU]" << endl; in main() 29 cout << "[solve]" << endl; in main() [all …]
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 43 cout << "Read images ..." << endl; in main() 57 cout << "Creating thumbnails..." << endl; in main() 73 cout << " add noise ..." << endl; in main() 78 cout << " add noise (blue) ..." << endl; in main() 83 cout << " annotate ..." << endl; in main() 94 cout << " blur ..." << endl; in main() 100 cout << " blur red channel ..." << endl; in main() 106 cout << " border ..." << endl; in main() 113 cout << " channel ..." << endl; in main() 119 cout << " charcoal ..." << endl; in main() [all …]
|
/external/eigen/doc/snippets/ |
D | HouseholderSequence_HouseholderSequence.cpp | 2 cout << "The matrix v is:" << endl; 3 cout << v << endl; 6 cout << "The first Householder vector is: v_0 = " << v0.transpose() << endl; 8 cout << "The second Householder vector is: v_1 = " << v1.transpose() << endl; 10 cout << "The third Householder vector is: v_2 = " << v2.transpose() << endl; 13 cout << "The Householder coefficients are: h = " << h.transpose() << endl; 16 cout << "The first Householder reflection is represented by H_0 = " << endl; 17 cout << H0 << endl; 19 cout << "The second Householder reflection is represented by H_1 = " << endl; 20 cout << H1 << endl; [all …]
|
/external/eigen/bench/ |
D | check_cache_queries.cpp | 13 std::cout << "The code " << CODE << " gives " \ 20 cout << "Eigen's L1 = " << internal::queryL1CacheSize() << endl; in main() 21 cout << "Eigen's L2/L3 = " << internal::queryTopLevelCacheSize() << endl; in main() 24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() 38 cout << endl; in main() 39 cout << "vendor id = " << string_char << endl; in main() 40 cout << endl; in main() 44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() 48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() 51 cout << "Eigen's amd L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main() [all …]
|
D | dense_solvers.cpp | 117 cout << sizes[k](0) << "x" << sizes[k](1) << "...\n"; in main() 121 cout.width(32); in main() 122 cout << "solver/size"; in main() 123 cout << " "; in main() 128 cout.width(10); cout << ss.str(); cout << " "; in main() 130 cout << endl; in main() 135 cout.width(32); cout << labels[i]; cout << " "; in main() 139 cout.width(10); in main() 140 if(r(k)>=1e6) cout << "-"; in main() 141 else cout << r(k); in main() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | audio_classifier_test.cc | 25 std::cout << "Usage: " << argv[0] << in main() 28 std::cout << "Where channels can be 1 (mono) or 2 (interleaved stereo),"; in main() 29 std::cout << " outputs can be 1 (classification (boolean)) or 2"; in main() 30 std::cout << " (classification and music probability (float))," in main() 32 std::cout << "and the sampling frequency is assumed to be 48 kHz." in main() 40 std::cout << "Disallowed number of channels " << channels << std::endl; in main() 46 std::cout << "Disallowed number of outputs " << outputs << std::endl; in main() 56 std::cout << "Input file: " << input_filename << std::endl; in main() 57 std::cout << "Output file: " << output_filename << std::endl; in main() 61 std::cout << "Cannot open input file " << input_filename << std::endl; in main() [all …]
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 5 cout<< " \nbenchsolver : performs a benchmark of all the solvers available in Eigen \n\n"; in bench_printhelp() 6 cout<< " MATRIX FOLDER : \n"; in bench_printhelp() 7 …cout<< " The matrices for the benchmark should be collected in a folder specified with an environm… in bench_printhelp() 8 cout<< " The matrices are stored using the matrix market coordinate format \n"; in bench_printhelp() 9 cout<< " The matrix and associated right-hand side (rhs) files are named respectively \n"; in bench_printhelp() 10 …cout<< " as MatrixName.mtx and MatrixName_b.mtx. If the rhs does not exist, a random one is genera… in bench_printhelp() 11 cout<< " If a matrix is SPD, the matrix should be named as MatrixName_SPD.mtx \n"; in bench_printhelp() 12 cout<< " If a true solution exists, it should be named as MatrixName_x.mtx; \n" ; in bench_printhelp() 13 … cout<< " it will be used to compute the norm of the error relative to the computed solutions\n\n"; in bench_printhelp() 14 cout<< " OPTIONS : \n"; in bench_printhelp() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 65 cout << GTEST_FLAG(color); in PrintFlag() 70 cout << GTEST_FLAG(death_test_style); in PrintFlag() 75 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 80 cout << GTEST_FLAG(filter); in PrintFlag() 85 cout << GTEST_FLAG(output); in PrintFlag() 90 cout << GTEST_FLAG(print_time); in PrintFlag() 95 cout << GTEST_FLAG(repeat); in PrintFlag() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 65 cout << GTEST_FLAG(color); in PrintFlag() 70 cout << GTEST_FLAG(death_test_style); in PrintFlag() 75 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 80 cout << GTEST_FLAG(filter); in PrintFlag() 85 cout << GTEST_FLAG(output); in PrintFlag() 90 cout << GTEST_FLAG(print_time); in PrintFlag() 95 cout << GTEST_FLAG(repeat); in PrintFlag() [all …]
|
/external/protobuf/gtest/test/ |
D | gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 65 cout << GTEST_FLAG(color); in PrintFlag() 70 cout << GTEST_FLAG(death_test_style); in PrintFlag() 75 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 80 cout << GTEST_FLAG(filter); in PrintFlag() 85 cout << GTEST_FLAG(output); in PrintFlag() 90 cout << GTEST_FLAG(print_time); in PrintFlag() 95 cout << GTEST_FLAG(repeat); in PrintFlag() [all …]
|
/external/v8/testing/gtest/test/ |
D | gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 65 cout << GTEST_FLAG(color); in PrintFlag() 70 cout << GTEST_FLAG(death_test_style); in PrintFlag() 75 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 80 cout << GTEST_FLAG(filter); in PrintFlag() 85 cout << GTEST_FLAG(output); in PrintFlag() 90 cout << GTEST_FLAG(print_time); in PrintFlag() 95 cout << GTEST_FLAG(repeat); in PrintFlag() [all …]
|
/external/googletest/googletest/test/ |
D | gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 65 cout << GTEST_FLAG(color); in PrintFlag() 70 cout << GTEST_FLAG(death_test_style); in PrintFlag() 75 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 80 cout << GTEST_FLAG(filter); in PrintFlag() 85 cout << GTEST_FLAG(output); in PrintFlag() 90 cout << GTEST_FLAG(print_time); in PrintFlag() 95 cout << GTEST_FLAG(repeat); in PrintFlag() [all …]
|
/external/libcxxabi/test/ |
D | test_fallback_malloc.pass.cpp | 73 std::cout << "Constant exhaustion tests" << std::endl; in exhaustion_test1() 77 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1() 82 std::cout << "----" << std::endl; in exhaustion_test1() 86 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1() 90 std::cout << "----" << std::endl; in exhaustion_test1() 94 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1() 104 std::cout << "Growing exhaustion tests" << std::endl; in exhaustion_test2() 108 …std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::… in exhaustion_test2() 113 std::cout << "----" << std::endl; in exhaustion_test2() 118 …std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::… in exhaustion_test2() [all …]
|
D | test_demangle.pass.cpp | 29679 std::cout << cases[i][0] << " -> " << cases[i][1] << '\n'; in test() 29682 std::cout << "Got instead: " << demang << '\n'; in test() 29687 std::cout << "Got instead: NULL, " << status << '\n'; in test() 29709 …std::cout << invalid_cases[i] << " should be invalid but is not\n" << " got status = " << status <… in test2() 29731 std::cout << fpCase->mangled << " -> " << fpCase->expecting[0] << '\n'; in testFPLiterals() 29732 std::cout << "Got instead: NULL, " << status << '\n'; in testFPLiterals() 29740 std::cout << fpCase->mangled << " -> " << fpCase->expecting[0] << '\n'; in testFPLiterals() 29741 std::cout << "Got instead: " << demang << '\n'; in testFPLiterals() 29752 std::cout << "Testing " << N << " symbols." << std::endl; in main() 29773 std::cout << "Invalid arguments\n"; in main() [all …]
|
/external/eigen/bench/btl/data/ |
D | mean.cxx | 109 cout << "<TABLE BORDER CELLPADDING=2>" << endl ; in main() 110 cout << " <TR>" << endl ; in main() 111 cout << " <TH ALIGN=CENTER> " << argv[1] << " </TH>" << endl ; in main() 112 …cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> in cache <BR> mean perf <BR> Mflops </a><… in main() 113 cout << " <TH ALIGN=CENTER> in cache <BR> % best </TH>" << endl ; in main() 114 …cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> out of cache <BR> mean perf <BR> Mflops <… in main() 115 cout << " <TH ALIGN=CENTER> out of cache <BR> % best </TH>" << endl ; in main() 116 cout << " <TH ALIGN=CENTER> details </TH>" << endl ; in main() 117 cout << " <TH ALIGN=CENTER> comments </TH>" << endl ; in main() 118 cout << " </TR>" << endl ; in main() [all …]
|
/external/xmlrpcpp/test/ |
D | HelloClient.cpp | 21 std::cout << "\nMethods:\n " << result << "\n\n"; in main() 23 std::cout << "Error calling 'listMethods'\n\n"; in main() 29 std::cout << "Help for 'Hello' method: " << result << "\n\n"; in main() 31 std::cout << "Error calling 'methodHelp'\n\n"; in main() 35 std::cout << result << "\n\n"; in main() 37 std::cout << "Error calling 'Hello'\n\n"; in main() 42 std::cout << result << "\n\n"; in main() 44 std::cout << "Error calling 'HelloName'\n\n"; in main() 51 std::cout << "numbers.size() is " << numbers.size() << std::endl; in main() 53 std::cout << "Sum = " << double(result) << "\n\n"; in main() [all …]
|
/external/eigen/unsupported/doc/examples/ |
D | PolynomialSolver1.cpp | 13 cout << "Roots: " << roots.transpose() << endl; in main() 18 cout << "Complex roots: " << psolve.roots().transpose() << endl; in main() 23 cout << "Real roots: " << mapRR.transpose() << endl; in main() 25 cout << endl; in main() 26 cout << "Illustration of the convergence problem with the QR algorithm: " << endl; in main() 27 cout << "---------------------------------------------------------------" << endl; in main() 31 cout << "Hard case polynomial defined by floats: " << hardCase_polynomial.transpose() << endl; in main() 33 cout << "Complex roots: " << psolvef.roots().transpose() << endl; in main() 36 …cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl <… in main() 38 cout << "Using double's almost always solves the problem for small degrees: " << endl; in main() [all …]
|
/external/eigen/unsupported/bench/ |
D | bench_svd.cpp | 42 cout << " Only compute Singular Values" <<endl; in bench_svd() 60 …cout << "Sample " << k << " : " << REPEAT << " computations : Jacobi : " << fixed << timerJacobi.… in bench_svd() 61 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd() 64 …cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd() 66 …cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd() 69 cout << " =================" <<endl; in bench_svd() 70 std::cout<< std::endl; in bench_svd() 73 cout << " Computes rotaion matrix" <<endl; in bench_svd() 91 …cout << "Sample " << k << " : " << REPEAT << " computations : Jacobi : " << fixed << timerJacobi.… in bench_svd() 92 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd() [all …]
|
/external/eigen/doc/ |
D | tutorial.cpp | 5 std::cout.precision(2); in main() 11 std::cout << "*** Step 1 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; in main() 17 std::cout << "*** Step 2 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; in main() 23 std::cout << "*** Step 3 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; in main() 29 std::cout << "*** Step 4 ***\nm4:\n" << m4 << std::endl; in main() 34 std::cout << "*** Step 5 ***\nm4.diagonal():\n" << m4.diagonal() << std::endl; in main() 35 std::cout << "m4.diagonal().start(3)\n" << m4.diagonal().start(3) << std::endl; in main() 40 std::cout << "*** Step 6 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; in main() 43 std::cout << "*** Step 7 ***\n m4.sum(): " << m4.sum() << std::endl; in main() 44 std::cout << "m4.col(2).sum(): " << m4.col(2).sum() << std::endl; in main() [all …]
|