/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_fallback_malloc.pass.cpp | 73 std::cout << "Constant exhaustion tests" << std::endl; member in class:std 77 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 82 std::cout << "----" << std::endl; member in class:std 86 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 90 std::cout << "----" << std::endl; member in class:std 94 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 104 std::cout << "Growing exhaustion tests" << std::endl; member in class:std 108 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 113 std::cout << "----" << std::endl; member in class:std 118 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 122 std::cout << "----" << std::endl; member in class:std 126 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 138 std::cout << "Complete exhaustion tests" << std::endl; member in class:std 142 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 147 std::cout << "----" << std::endl; member in class:std 152 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 156 std::cout << "----" << std::endl; member in class:std 160 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 172 std::cout << "fallback_malloc ( 1024 ) --> " << (unsigned long ) p << std::endl; member in class:std 176 std::cout << "fallback_malloc ( 32 ) --> " << (unsigned long) (p - heap) << std::endl; member in class:std 178 std::cout << "### p is not a fallback pointer!!" << std::endl; member in class:std 184 std::cout << std::endl; member in class:std 185 exhaustion_test1 (); std::cout << std::endl; member in class:std 186 exhaustion_test2 (); std::cout << std::endl; member in class:std 187 exhaustion_test3 (); std::cout << std::endl; member in class:std [all...] |
/ndk/sources/cxx-stl/stlport/stlport/using/ |
ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|
/ndk/tests/device/test-gnustl-2/jni/ |
hello.cpp | 10 std::cout << " World" << std::endl; member in class:std
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/ |
ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|
/frameworks/base/tools/aapt/tests/ |
FileFinder_test.cpp | 19 using std::endl; 26 cout << "\n\n STARTING FILE FINDER TESTS" << endl; local 53 cout << "PASSED" << endl; local 59 cout << "PASSED" << endl; local 66 cout << "PASSED" << endl; local 68 cout << "FAILED" << endl; local 86 cout << "PASSED" << endl; local 88 cout << "FAILED" << endl; local 89 cout << "The following extensions didn't check out" << endl << wrongExts; 96 cout << "ALL TESTS PASSED" << endl; local 98 cout << errno << " TESTS FAILED" << endl; local [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
grovescam.cxx | 44 cerr << "Failed to setup tty port parameters" << endl; local 49 cout << "Initialized..." << endl; local 51 cout << "init() failed" << endl; local 54 cout << "preCapture succeeded..." << endl; local 56 cout << "preCapture failed." << endl; local 59 cout << "doCapture succeeded..." << endl; local 61 cout << "doCapture failed." << endl; local 63 cout << "Image size is " << camera->getImageSize() << " bytes" << endl; 67 cout << "Storing image.jpg..." << endl; local 69 cout << "storeImage succeeded..." << endl; local 71 cout << "storeImage failed." << endl; local [all...] |
grovegprs.cxx | 36 cout << "Usage: " << progname << " [AT command]" << endl; local 37 cout << endl; local 40 << endl; local 41 cout << "sent to the module and the response is printed out." << endl; local 42 cout << endl; local 44 << endl; local 45 cout << "saved profiles are queried and the results printed out." << endl; local 46 cout << endl; local 47 cout << endl; local 61 cout << "Returned: " << sensor->readDataStr(1024) << endl; 65 cerr << "Timed out waiting for response" << endl; local 80 cerr << "Failed to set tty baud rate" << endl; local 88 cout << "Sending command line argument (" << argv[1] << ")..." << endl; local 94 cout << "Querying module manufacturer (AT+CGMI)..." << endl; local 100 cout << "Querying the saved profiles (AT&V)..." << endl; local [all...] |
hm11.cxx | 36 cout << "Usage: " << progname << " [AT command]" << endl; local 37 cout << endl; local 40 << endl; local 41 cout << "sent to the module and the response is printed out." << endl; local 42 cout << endl; local 44 << endl; local 45 cout << "are queried and the results printed out." << endl; local 46 cout << endl; local 47 cout << endl; local 62 cout << "Returned: " << buffer << endl; local 66 cerr << "Timed out waiting for response" << endl; local 82 cerr << "Failed to setup tty port parameters" << endl; local 90 cout << "Sending command line argument (" << argv[1] << ")..." << endl; local 97 cout << "Querying module address (" << addr << ")..." << endl; local 104 cout << "Querying module PIN (" << pin << ")..." << endl; local [all...] |
wt5001.cxx | 34 cout << "Usage:" << progname << " <command>" << endl; local 35 cout << "Commands:" << endl; local 36 cout << "0 - stop playing" << endl; local 37 cout << "1 - start playing track 1" << endl; local 38 cout << "2 - pause/un-pause playback" << endl; local 39 cout << "3 - next track" << endl; local 40 cout << "4 - previous track" << endl; local 58 cerr << "Failed to setup tty port parameters" << endl; local 99 cout << "The current volume is: " << int(vol) << endl; 103 cout << "The current play state is: " << int(ps) << endl; 126 cout << "Exiting..." << endl; local [all...] |
si114x.cxx | 52 cout << "UV Index Scale:" << endl; local 53 cout << "---------------" << endl; local 54 cout << "11+ Extreme" << endl; local 55 cout << "8-10 Very High" << endl; local 56 cout << "6-7 High" << endl; local 57 cout << "3-5 Moderate" << endl; local 58 cout << "0-2 Low" << endl; local 59 cout << endl; local 68 cout << "UV Index: " << uvi->getUVIndex() << endl; 74 cout << "Exiting..." << endl; local [all...] |
/external/ImageMagick/Magick++/tests/ |
exceptions.cpp | 42 cout << "Throwing 'Magick::WarningResourceLimit' exception" << endl; local 48 cout << "Successfully caught 'Magick::WarningResourceLimit' exception" << endl; 66 cout << "Throwing library 'Magick::Exception' exception" << endl; local 72 cout << "Successfully caught library 'Magick::Exception' exception" << endl; 81 cout << "Bogus catch: Caught exception: " << error_.what() << endl; 87 cout << "Bogus catch: Caught exception: " << error_.what() << endl; 94 cout << failures << " failures" << endl; local 98 cout << "Exception testing passed!" << endl; local
|
/external/eigen/doc/examples/ |
TutorialLinAlgSetThreshold.cpp | 13 cout << "By default, the rank of A is found to be " << lu.rank() << endl; 15 cout << "With threshold 1e-5, the rank of A is found to be " << lu.rank() << endl;
|
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp | 22 cout << "Nearest neighbour is column " << index << ":" << endl; local 23 cout << m.col(index) << endl;
|
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp | 19 std::cout << "Broadcasting result: " << std::endl; member in class:std 20 std::cout << mat << std::endl; member in class:std
|
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp | 18 std::cout << "Broadcasting result: " << std::endl; member in class:std 19 std::cout << mat << std::endl; member in class:std
|
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp | 23 maxRow << "," << maxCol << endl; local 25 minRow << "," << minCol << endl; local
|
/external/eigen/doc/snippets/ |
EigenSolver_compute.cpp | 4 cout << "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl; 6 cout << "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
|
SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp | 5 cout << "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl; 7 cout << "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
|
SelfAdjointEigenSolver_compute_MatrixType.cpp | 5 cout << "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl; 7 cout << "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
|
/external/opencv3/samples/cpp/tutorial_code/viz/ |
launching_viz.cpp | 20 << "--------------------------------------------------------------------------" << endl 22 << "You can access the same window via its name. You can run event loop for a given period of time. " << endl 23 << "Usage:" << endl 24 << "./launching_viz" << endl 25 << endl; local 41 cout << "First event loop is over" << endl; local 50 cout << "Second event loop is over" << endl; local 64 cout << "Last event loop is over" << endl; local
|
/ndk/tests/device/issue22165-typeinfo/jni/ |
myexception.h | 14 std::cout << "yep! i am in constructor" << std::endl; member in class:my_exception::std 19 std::cout << "yep! i am in desctuctor" << std::endl; member in class:my_exception::std
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
audio_classifier_test.cc | 27 << std::endl << std::endl; member in class:std 31 << std::endl; member in class:std 33 << std::endl; member in class:std 40 std::cout << "Disallowed number of channels " << channels << std::endl; member in class:std 46 std::cout << "Disallowed number of outputs " << outputs << std::endl; member in class:std 56 std::cout << "Input file: " << input_filename << std::endl; member in class:std 57 std::cout << "Output file: " << output_filename << std::endl; member in class:std 61 std::cout << "Cannot open input file " << input_filename << std::endl; member in class:std 67 std::cout << "Cannot open output file " << output_filename << std::endl; member in class:std 78 std::cout << "Error writing." << std::endl; member in class:std 88 std::cout << "Error writing." << std::endl; member in class:std 93 std::cout << std::endl; member in class:std 96 std::cout << frame_counter << " frames processed." << std::endl; member in class:std 99 std::cout << music_percentage << " percent music." << std::endl; member in class:std [all...] |
/system/tools/aidl/tests/ |
aidl_test_client_parcelables.cpp | 34 using std::endl; 44 << endl; local 50 cout << "Binder call failed." << endl; local 54 cout << "Failed to repeat SimpleParcelable objects." << endl; local 58 cout << "Attempting to reverse an array of SimpleParcelable objects." << endl; local 66 cout << "Binder call failed." << endl; local 71 cout << "Failed to reverse an array of SimpleParcelable objects." << endl; local 80 << endl; local 85 cout << "Binder call failed for empty PersistableBundle." << endl; local 89 cout << "Failed to repeat empty PersistableBundle." << endl; local 114 cout << "Binder call failed. " << endl; local 118 cout << "Failed to repeat PersistableBundle object." << endl; local 123 << endl; local 136 cout << "Binder call failed." << endl; local 141 cout << "Failed to reverse an array of PersistableBundle objects." << endl; local [all...] |
/external/opencv3/samples/cpp/ |
intelperc_capture.cpp | 33 cout << "This program demonstrates usage of camera supported\nby Intel Perceptual computing SDK." << endl << endl; local 34 cout << "usage: " << filename << "[-ps] [-isp IDX] [-dsp IDX]\n [-ir] [-imb VAL] [-imc VAL]" << endl << endl; local 35 cout << " -ps, print streams setting and profiles" << endl; local 36 cout << " -isp IDX, set profile index of the image stream" << endl; local 37 cout << " -dsp IDX, set profile index of the depth stream" << endl; local 38 cout << " -ir, show data from IR stream" << endl; local 39 cout << " -imb VAL, set brighness value for a image stream" << endl; local 40 cout << " -imc VAL, set contrast value for a image stream" << endl; local 41 cout << " -pts, print frame index and frame time" << endl; local 42 cout << " --show-closed, print frame index and frame time" << endl; local 43 cout << endl; local 95 cout << "Unsupported command line argument: " << argv[i] << "." << endl; local 101 cerr << "For --show-closed depth profile has be selected" << endl; local 110 cout << "Image stream." << endl; local 119 cout << "Image streams profiles:" << endl; local 130 cout << endl; local 134 cout << "Depth stream." << endl; local 140 cout << "Depth streams profiles:" << endl; local 151 cout << endl; local 295 cerr << "Can not open a capture object." << endl; local 306 cerr << "Can not setup a image stream." << endl; local 314 cerr << "Can not setup a depth stream." << endl; local 322 cerr << "Can not setup a IR stream." << endl; local 328 cout << "Streams not selected" << endl; local 347 cout << "Can not grab images." << endl; local [all...] |
/external/eigen/bench/ |
check_cache_queries.cpp | 15 << (int*)(abcd[2]) << " " << (int*)(abcd[3]) << " " << std::endl; \ 20 cout << "Eigen's L1 = " << internal::queryL1CacheSize() << endl; 21 cout << "Eigen's L2/L3 = " << internal::queryTopLevelCacheSize() << endl; 24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; local 38 cout << endl; local 39 cout << "vendor id = " << string_char << endl; local 40 cout << endl; local 44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; local 48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; local 51 cout << "Eigen's amd L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; local 52 cout << endl; local 84 std::cout << endl <<"Raw dump:" << endl; local 98 cout << "EIGEN_CPUID is not defined" << endl; local [all...] |