/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() 189 cout << "Currently, main partition table begins at sector " << mainHeader.partitionEntriesLBA in MoveMainTable() 196 cout << "Aborting change!\n"; in MoveMainTable() 225 cout << "partition " << partNum + 1 << " is in use.\n"; in CreatePartition() [all …]
|
D | gptpart.cc | 309 cout.fill(' '); 310 cout.width(4); 311 cout << partNum + 1 << " "; 312 cout.width(14); 313 cout << firstLBA << " "; 314 cout.width(14); 315 cout << lastLBA << " "; 316 cout << sizeInIeee << " "; 319 cout << " "; 320 cout.fill('0'); [all …]
|
D | gpt.cc | 220 cout << "\nProblem: The CRC for the main GPT header is invalid. The main GPT header may\n" in Verify() 227 cout << "\nProblem: The CRC for the main partition table is invalid. This table may be\n" in Verify() 234 cout << "\nProblem: The CRC for the backup GPT header is invalid. The backup GPT header\n" in Verify() 241 cout << "\nCaution: The CRC for the backup partition table is invalid. This table may\n" in Verify() 249 cout << "\nProblem: The main header's self-pointer doesn't point to itself. This problem\n" in Verify() 256 cout << "\nProblem: The secondary header's self-pointer indicates that it doesn't reside\n" in Verify() 265 cout << "\nProblem: main GPT header's current LBA pointer (" << mainHeader.currentLBA in Verify() 271 cout << "\nProblem: main GPT header's backup LBA pointer (" << mainHeader.backupLBA in Verify() 278 cout << "\nProblem: main GPT header's first usable LBA pointer (" << mainHeader.firstUsableLBA in Verify() 284 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 | 49 cout << "Read images ..." << endl; in main() 63 cout << "Creating thumbnails..." << endl; in main() 79 cout << " add noise ..." << endl; in main() 84 cout << " add noise (blue) ..." << endl; in main() 90 cout << " annotate ..." << endl; in main() 102 cout << " blur ..." << endl; in main() 108 cout << " blur red channel ..." << endl; in main() 114 cout << " border ..." << endl; in main() 121 cout << " channel ..." << endl; in main() 127 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/googletest/googletest/test/ |
D | googletest-env-var-test_.cc | 39 using ::std::cout; 51 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 61 cout << GTEST_FLAG(color); in PrintFlag() 66 cout << GTEST_FLAG(death_test_style); in PrintFlag() 71 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 76 cout << GTEST_FLAG(fail_fast); in PrintFlag() 81 cout << GTEST_FLAG(filter); in PrintFlag() 86 cout << GTEST_FLAG(output); in PrintFlag() 91 cout << GTEST_FLAG(brief); in PrintFlag() [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/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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-env-var-test_.cc | 39 using ::std::cout; 51 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 61 cout << GTEST_FLAG(color); in PrintFlag() 66 cout << GTEST_FLAG(death_test_style); in PrintFlag() 71 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 76 cout << GTEST_FLAG(filter); in PrintFlag() 81 cout << GTEST_FLAG(output); in PrintFlag() 86 cout << GTEST_FLAG(print_time); in PrintFlag() 91 cout << GTEST_FLAG(repeat); in PrintFlag() [all …]
|
/external/gemmlowp/meta/ |
D | streams.h | 125 std::cout << "RowMajor(" << std::string(typeid(InType).name()) in Pack() 158 std::cout << "RowMajor(" << typeid(InType).name() << ")" << std::endl; in Debug() 159 std::cout << " dims: " << lanes_count << "x" << pack_size << " + " in Debug() 161 std::cout << " scratch: " << Scratch(params) << std::endl; in Debug() 162 std::cout << " unpacked advance: " << UnpackedAdvance(params) << std::endl; in Debug() 163 std::cout << " packed advance: " << PackedAdvance(params) << std::endl; in Debug() 164 std::cout << " unpacked stride: " << UnpackedStride(params) << std::endl; in Debug() 165 std::cout << " packed stride: " << PackedStride(params) << std::endl; in Debug() 166 std::cout << " params:" << std::endl; in Debug() 167 std::cout << " count: " << params.count << std::endl; in Debug() [all …]
|
D | quantized_mul_kernels.h | 45 std::cout << "MulQSPR(" << typeid(InType).name() << ", " in Multiply() 61 std::cout << "MulQSPR(" << typeid(InType).name() << ", " in Debug() 64 std::cout << " params:" << std::endl; in Debug() 65 std::cout << " kernel.multiplicative_offset: " in Debug() 67 std::cout << " kernel.rounding_offset: " << params.kernel.rounding_offset in Debug() 69 std::cout << " kernel.shift: " << params.kernel.shift << std::endl; in Debug() 70 std::cout << " kernel.count: " << params.kernel.count << std::endl; in Debug() 71 std::cout << " output_stream.stride: " << params.output_stream.stride in Debug() 94 std::cout << "MulQSPI32R(" << typeid(InType).name() << ", " in Multiply() 110 std::cout << "MulQSPI32R(" << typeid(InType).name() << ", " in Debug() [all …]
|
/external/minijail/ |
D | dump_constants.cc | 20 std::cout << "{\n"; in main() 21 std::cout << " \"arch_nr\": " << std::to_string(MINIJAIL_ARCH_NR) << ",\n"; in main() 22 std::cout << " \"arch_name\": \"" << MINIJAIL_ARCH_NAME << "\",\n"; in main() 23 std::cout << " \"bits\": " << std::to_string(MINIJAIL_ARCH_BITS) << ",\n"; in main() 24 std::cout << " \"syscalls\": {\n"; in main() 31 std::cout << ",\n"; in main() 32 std::cout << " \"" << entry->name << "\": " << std::to_string(entry->nr); in main() 34 std::cout << "\n },\n"; in main() 35 std::cout << " \"constants\": {\n"; in main() 42 std::cout << ",\n"; in main() [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 …]
|
/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/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/angle/src/tests/egl_tests/ |
D | EGLPrintEGLinfoTest.cpp | 73 std::cout << " EGL Information:" << std::endl; in TEST_P() 74 std::cout << "\tVendor: " << GetEGLString(mDisplay, EGL_VENDOR) << std::endl; in TEST_P() 75 std::cout << "\tVersion: " << GetEGLString(mDisplay, EGL_VENDOR) << std::endl; in TEST_P() 76 std::cout << "\tClient APIs: " << GetEGLString(mDisplay, EGL_CLIENT_APIS) << std::endl; in TEST_P() 78 std::cout << "\tEGL Client Extensions:" << std::endl; in TEST_P() 81 std::cout << "\t\t" << extension << std::endl; in TEST_P() 84 std::cout << "\tEGL Display Extensions:" << std::endl; in TEST_P() 87 std::cout << "\t\t" << extension << std::endl; in TEST_P() 90 std::cout << std::endl; in TEST_P() 96 std::cout << " GLES Information:" << std::endl; in TEST_P() [all …]
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | summarize_graph_main.cc | 58 std::cout << "(name=" << node->name(); in PrintNodeInfo() 59 std::cout << ", type=" << DataTypeString(dtype) << "(" << dtype << ")"; in PrintNodeInfo() 60 std::cout << ", shape=" << shape_description << ") "; in PrintNodeInfo() 111 std::cout << "To use with tensorflow/tools/benchmark:benchmark_model try " in PrintBenchmarkUsage() 114 std::cout << "bazel run tensorflow/tools/benchmark:benchmark_model --"; in PrintBenchmarkUsage() 115 std::cout << " --graph=" << graph_path; in PrintBenchmarkUsage() 116 std::cout << " --show_flops"; in PrintBenchmarkUsage() 117 std::cout << " --input_layer=" << input_layer_value; in PrintBenchmarkUsage() 118 std::cout << " --input_layer_type=" << input_layer_type_value; in PrintBenchmarkUsage() 119 std::cout << " --input_layer_shape=" << input_layer_shape_value; in PrintBenchmarkUsage() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | interactive_graphviz.cc | 64 std::cout << prompt; in ReadLine() 148 std::cout << R"(Commands: in DoHelpCommand() 194 std::cout << "Backend configuration display " in DoBackendConfigCommand() 210 std::cout << "Fusion subcomputations display " in DoShowFusionSubcomputationsCommand() 219 std::cout << R"(Illegal syntax; "list computations" takes no arguments.)"; in DoListComputationsCommand() 223 std::cout << "Entry computation:" << std::endl; in DoListComputationsCommand() 224 std::cout << " " << module.entry_computation()->name() << std::endl in DoListComputationsCommand() 227 std::cout << "Subcomputations:" << std::endl; in DoListComputationsCommand() 233 std::cout << " " << computation->name() << std::endl; in DoListComputationsCommand() 247 std::cout << "Illegal list query syntax. Use " in DoListCommand() [all …]
|
/external/libabigail/tools/ |
D | abisym.cc | 22 using std::cout; 117 display_usage(argv[0], cout); in main() 123 abigail::tools_utils::emit_prefix(argv[0], cout) in main() 136 cout << "could not find symbol '" in main() 140 cout << opts.elf_path << "'\n"; in main() 142 cout << basename(opts.elf_path); in main() 147 cout << "found symbol '" << n << "'"; in main() 149 cout << " (" << sym->get_name() << ")"; in main() 150 cout << ", an instance of " in main() 155 cout << ", of version"; in main() [all …]
|