/external/stlport/test/eh/ |
D | main.cpp | 130 …cerr<<"Usage : "<<name<<" [-n <iterations>] [-s <size>] [-l] [-e] [-q]/[-v] [-t] [test_name...]\n"; in usage() 131 cerr<<"\t[-n <iterations>] : number of test iterations, default==100;"<<endl; in usage() 132 cerr<<"\t[-s <size>] : base value for random container sizes, default==1000;"<<endl; in usage() 133 cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<endl; in usage() 136 cerr<<"\t[-q] : quiet mode;"<<endl; in usage() 137 cerr<<"\t[-v] : verbose mode;"<<endl; in usage() 138 cerr<<"\t[-t] : track each allocation;"<<endl; in usage() 139 …cerr<<"\t[test name [test name...]] : run only some of the tests by name (default==all tests):"<<e… in usage() 140 …cerr<<"\t\tpossible test names are : algo vector bit_vector list slist deque set map hash_set hash… in usage() 159 std::streambuf* old_cerr_buf = cerr.rdbuf(file.rdbuf()); in main() [all …]
|
D | nc_alloc.cpp | 288 EH_STD::cerr<<"\nEH TEST FAILURE !\n"; in ReportLeaked() 291 EH_STD::cerr << "ERROR : " << alloc_count << " outstanding allocations.\n"; in ReportLeaked() 293 EH_STD::cerr << "ERROR : " << object_count << " non-destroyed objects.\n"; in ReportLeaked() 312 EH_STD::cerr<<"["<<current_container<<"] :"; in PrintTestName() 313 EH_STD::cerr<<"testing "<<current_test <<" (" << current_test_category <<")"; in PrintTestName() 315 EH_STD::cerr<<EH_STD::endl; in PrintTestName() 317 EH_STD::cerr<<" ... "; in PrintTestName() 322 EH_STD::cerr<<(count+1)<<" try successful"<<EH_STD::endl; in ReportSuccess()
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | utilities.h | 21 # define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ; 22 # define INFOS(chain) {HEREWEARE ; cerr << chain << endl ;} 23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;} 43 cerr << flush;\ 57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ; 58 # define SCRUTE(var) HERE ; cerr << #var << "=" << var << endl ; 59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;} 60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code… 63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VE… 66 #define REPERE cout<<flush ; cerr << " --------------" << endl << flush ; [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 148 cerr << path << ": " << strerror(errno) << endl; in VerifyDirectoryExists() 168 cerr << filename << ": while trying to create directory " in TryCreateParentDirectory() 192 cerr << filename; in AddError() 200 cerr << ":" << (line + 1) << ":" << (column + 1); in AddError() 203 cerr << "(" << (line + 1) << ") : error in column=" << (column + 1); in AddError() 208 cerr << ": " << message << endl; in AddError() 320 cerr << filename << ": " << strerror(error); in WriteAllToDisk() 344 cerr << filename << ": write: " << strerror(error); in WriteAllToDisk() 346 cerr << filename << ": write() returned zero?" << endl; in WriteAllToDisk() 357 cerr << filename << ": close: " << strerror(error); in WriteAllToDisk() [all …]
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdiff_main.cc | 226 std::cerr << "Error opening dictionary file '" << FLAGS_dictionary in OpenDictionary() 232 std::cerr << "Error finding size of dictionary file '" << FLAGS_dictionary in OpenDictionary() 240 std::cerr << "Unable to read dictionary file '" << FLAGS_dictionary in OpenDictionary() 267 std::cerr << "Error opening " << file_type << " file '" in OpenFileForReading() 274 std::cerr << "Error finding size of " << file_type << " file '" in OpenFileForReading() 302 std::cerr << "Error opening " << output_file_type_ << " file '" in OpenOutputFile() 315 std::cerr << "Error reading from " << input_file_type_ << " file '" in ReadInput() 329 std::cerr << "Error writing " << output.size() << " bytes to " in WriteOutput() 351 std::cerr << "Error reading from " << output_file_type_ << " file '" in CompareOutput() 356 std::cerr << "Decoded target is longer than original target file" in CompareOutput() [all …]
|
/external/oprofile/pp/ |
D | opreport_options.cpp | 118 cerr << "warning: sort options ignored because they " in handle_sort_option() 152 cerr << "Couldn't open \"" << outfile in handle_output_file() 171 cerr << "--callgraph is incompatible with --details" << endl; in check_options() 176 cerr << "differential profiles are incompatible with --callgraph" << endl; in check_options() 183 cerr << "--accumulated is incompatible with --xml" << endl; in check_options() 188 cerr << "--global_percent is incompatible with --xml" << endl; in check_options() 195 cerr << "differential profiles are incompatible with --details" << endl; in check_options() 201 cerr << "different profiles are meaningless " in check_options() 207 cerr << "--show-address is meaningless " in check_options() 213 cerr << "--debug-info and --accumulated are " in check_options() [all …]
|
D | common_option.cpp | 62 cerr << "illegal threshold value: " << threshold in handle_threshold() 68 cerr << "illegal threshold value: " << threshold in handle_threshold() 159 cerr << "invalid profile specification "; in parse_spec() 161 ostream_iterator<string>(cerr, " ")); in parse_spec() 162 cerr << endl; in parse_spec() 179 cerr << "unknown --verbose= options\n"; in get_options() 201 cerr << argv[0] << " error: " << e.what() << endl; in run_pp_tool() 204 cerr << argv[0] << " error: " << e.what() << endl; in run_pp_tool() 207 cerr << argv[0] << " error: " << e.what() << endl; in run_pp_tool() 210 cerr << argv[0] << " error: " << e.what() << endl; in run_pp_tool() [all …]
|
D | opannotate_options.cpp | 94 cerr << "differential profiles not allowed" << endl; in handle_options() 99 cerr << "you must specify at least --source or --assembly\n"; in handle_options() 104 cerr << "--objdump-params is meaningless without --assembly\n"; in handle_options() 109 cerr << "--base-dirs is useless unless you specify an " in handle_options() 116 cerr << "--output-dir is meaningless with --assembly" << endl; in handle_options() 149 cerr << "error: no sample files found: profile specification " in handle_options()
|
D | oparchive.cpp | 52 cerr << "can't copy from " << source << " to " << dest in copy_one_file() 75 cerr << "Unable to create directory for " in copy_stats() 91 cerr << "Unable to create directory for " in copy_stats() 110 cerr << "Unable to create directory for " in oparchive() 149 cerr << "Unable to create directory for " in oparchive() 174 cerr << "Unable to create directory: " in oparchive() 208 cerr << "Unable to create directory for " in oparchive()
|
D | oparchive_options.cpp | 67 cerr << "Requires --output-directory option." << endl; in check_options() 72 cerr << "Invalid --output-directory: /" << endl; in check_options() 86 cerr << "differential profiles not allowed" << endl; in handle_options() 115 cerr << "error: no sample files found: profile specification " in handle_options()
|
D | opannotate.cpp | 426 cerr << "An error occur during the execution of objdump:\n\n"; in do_one_output_objdump() 427 cerr << reader.error_str() << endl; in do_one_output_objdump() 445 cerr << "An error occur during the execution of objdump:\n\n"; in do_one_output_objdump() 446 cerr << std_err.str() << endl; in do_one_output_objdump() 456 cerr << "An error occur during the execution of objdump:\n\n"; in do_one_output_objdump() 457 cerr << reader.error_str() << endl; in do_one_output_objdump() 653 cerr << "refusing to create non-canonical filename " in output_one_file() 659 cerr << "refusing to create file " << out_file in output_one_file() 667 cerr << "input and output files are identical: " in output_one_file() 673 cerr << "unable to create file: " in output_one_file() [all …]
|
/external/oprofile/libutil++/tests/ |
D | cached_value_tests.cpp | 40 cerr << "get() on no value didn't throw\n"; in check_cached() 45 cerr << "reset() of cached value \"false\" didn't work\n"; in check_cached() 50 cerr << "reset() of cached value \"true\" didn't work\n"; in check_cached() 55 cerr << "reset() of cached value \"foo\" didn't work\n"; in check_cached() 60 cerr << "reset() of cached value \"\" didn't work\n"; in check_cached() 75 cerr << "unknown exception\n"; in main()
|
D | string_manip_tests.cpp | 34 cerr << fct_name << ": \n" in check_result() 110 cerr << "is_prefix(" << cur->input << ", " in is_prefix_tests() 142 cerr << "separate_token(): too many token\n" in separate_token_tests() 147 ostream_iterator<string>(cerr, "\n")); in separate_token_tests() 152 cerr << "separate_token():\n" in separate_token_tests() 155 cerr << "expect:\n"; in separate_token_tests() 159 cerr << cur->output[i] << endl; in separate_token_tests() 161 cerr << "output:\n"; in separate_token_tests() 163 ostream_iterator<string>(cerr, "\n")); in separate_token_tests()
|
/external/oprofile/libpp/ |
D | image_errors.cpp | 44 cerr << (fatal ? "error: " : "warning: "); in report_image_error() 45 cerr << image_name << ' '; in report_image_error() 49 cerr << "could not be found.\n"; in report_image_error() 53 cerr << "could not be read.\n"; in report_image_error() 57 cerr << "matches more than one file: " in report_image_error() 62 cerr << "is not in a usable binary format.\n"; in report_image_error()
|
/external/oprofile/libabi/ |
D | opimport.cpp | 62 cerr << "source byte order is: " in extractor() 91 cerr << hex << "get " << sz << " = " << nbytes in extract() 103 cerr << " = " << targ << endl; in extract() 149 cerr << "extracting " << node_nr << " nodes of " << step << " bytes each " << endl; in import_from_abi() 160 cerr << strerror(rc) << endl; in import_from_abi() 175 cerr << "error: must specify exactly 1 input file" << endl; in main() 184 cerr << "error: cannot open abi file " in main() 192 cerr << "input abi is identical to native. " in main() 213 cerr << "odb_open() fail:\n" in main() 221 cerr << "caught abi exception: " << e.desc << endl; in main()
|
/external/oprofile/libregex/tests/ |
D | regex_test.cpp | 52 cerr << "mistmatch: test, expect, returned\n" in do_test() 62 cerr << "input file ill formed\n"; in do_test() 76 cerr << "Unable to open input test " in main() 84 cerr << "bad_regex " << e.what() << endl; in main() 88 cerr << "exception: " << e.what() << endl; in main()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | relayserver_main.cc | 36 std::cerr << "usage: relayserver internal-address external-address" in main() 43 std::cerr << "Unable to parse IP address: " << argv[1]; in main() 49 std::cerr << "Unable to parse IP address: " << argv[2]; in main() 58 std::cerr << "Failed to create a UDP socket bound at" in main() 66 std::cerr << "Failed to create a UDP socket bound at" in main()
|
D | stunserver_main.cc | 42 std::cerr << "usage: stunserver address" << std::endl; in main() 48 std::cerr << "Unable to parse IP address: " << argv[1]; in main() 57 std::cerr << "Failed to create a UDP socket" << std::endl; in main()
|
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 26 std::cerr << "Expected:\n" << ((REF).cast<float>()) << "\n" << "got\n" << m << "\n\n"; \ 39 std::cerr << "Expected:\n" << value << "\n" << "got\n" << data << "\n\n"; \ 52 std::cerr << "Expected:\n" << value << "\n" << "got\n" << data << "\n\n"; \ 67 std::cerr << "Shader info : \n" << infoLog << std::endl; in printInfoLog() 84 std::cerr << "vtx compilation failed\n"; in createShader() 92 std::cerr << "frg compilation failed\n"; in createShader() 101 std::cerr << "linking failed\n"; in createShader() 119 std::cerr << "Error: Unable to create GLUT Window.\n"; in test_openglsupport() 126 std::cerr << "Warning: Failed to initialize GLEW\n"; in test_openglsupport() 250 std::cerr << "Warning: opengl 2.0 was not tested\n"; in test_openglsupport() [all …]
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | config.h | 40 #define CHECK(condition) while (false && (condition)) std::cerr 41 #define DCHECK(condition) while (false && (condition)) std::cerr 42 #define DCHECK_EQ(a, b) while (false && (a) == (b)) std::cerr 43 #define DCHECK_NE(a, b) while (false && (a) != (b)) std::cerr
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 160 std::cerr << "t" << ValNo; in PrintOperation() 161 PrintMask(ThisOp, std::cerr); in PrintOperation() 162 std::cerr << " = " << ShufTab[ThisOp].Op->getName() << "("; in PrintOperation() 165 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg0); in PrintOperation() 166 PrintMask(ShufTab[ThisOp].Arg0, std::cerr); in PrintOperation() 171 std::cerr << "t" << i; in PrintOperation() 177 std::cerr << ", "; in PrintOperation() 179 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg1); in PrintOperation() 180 PrintMask(ShufTab[ThisOp].Arg1, std::cerr); in PrintOperation() 185 std::cerr << "t" << i; in PrintOperation() [all …]
|
/external/astl/tests/ |
D | test_iostream.cpp | 57 EXPECT_TRUE(std::cerr.precision() == 6); in testOstream() 60 std::cerr.precision(20); in testOstream() 63 EXPECT_TRUE(std::cerr.precision() == 20); in testOstream() 66 std::cerr.precision(6); in testOstream() 72 std::cerr << "Hi from stderr\n"; in testCoutCerr()
|
/external/skia/emoji/ |
D | GmojiMaker.cpp | 56 std::cerr << "Can't open " << argv[1] << " for input. Aborting\n"; in main() 74 std::cerr << "Expected hex char on line " << lineNo in main() 81 std::cerr << "PUA not in expected range " << pua << " line " in main() 86 std::cerr << "PUA value not in ascending order line " in main()
|
/external/oprofile/libabi/tests/ |
D | abi_test.cpp | 44 cerr << "error: no file specified to work on" << endl; in main() 52 cerr << "error: cannot open " << abi_filename in main() 65 cerr << "odb_open() fail:\n" in main() 90 cerr << strerror(rc) << endl; in main()
|
/external/valgrind/main/drd/tests/ |
D | boost_thread.cpp | 17 std::cerr << "Thread 2.\n"; in thread_func() 25 std::cerr << "Thread 1.\n"; in main() 32 std::cerr << "Finished.\n"; in main()
|