/external/eigen/unsupported/test/ |
bdcsvd.cpp | 87 std::cout << "debut compare" << std::endl; member in class:std 100 std::cout << "fin compare" << std::endl; member in class:std
|
/external/gtest/test/ |
gtest-message_test.cc | 130 // Tests that basic IO manipulators (endl, ends, and flush) can be 134 (Message() << "Line 1." << std::endl
|
/external/libpng/contrib/gregbook/ |
makevms.com | 109 $ If File .Eqs. " " Then Goto Endl 120 $EndL:
|
/external/lldb/test/functionalities/stop-hook/ |
TestStopHookMechanism.py | 34 self.endl = line_number('main.cpp', '// End of the line range for which stop-hook is to be run.') 58 child.sendline('target stop-hook add -f main.cpp -l %d -e %d' % (self.begl, self.endl))
|
/external/oprofile/libpp/ |
op_header.cpp | 183 cerr << "Could not locate event " << int(type) << endl; 226 cerr << "Could not locate event " << int(type) << endl;
|
symbol_sort.cpp | 85 << static_cast<int>(order) << endl; 181 os << "unknown sort option: " << name << endl; local
|
/external/oprofile/libutil++/ |
child_reader.cpp | 101 << strerror(errno) << endl; 185 // !ok ==> endl has been read so do not copy it.
|
/external/protobuf/gtest/test/ |
gtest-message_test.cc | 128 // Tests that basic IO manipulators (endl, ends, and flush) can be 132 ToCString(Message() << "Line 1." << std::endl
|
/external/protobuf/src/google/protobuf/compiler/ |
mock_code_generator.cc | 118 cerr << "Saw message type MockCodeGenerator_Exit." << endl; local 121 cerr << "Saw message type MockCodeGenerator_Abort." << endl; local
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-message_test.cc | 130 // Tests that basic IO manipulators (endl, ends, and flush) can be 134 (Message() << "Line 1." << std::endl
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
parser.ipp | 225 ostr << BOOST_RT_PARAM_CSTRING_LITERAL( "Usage:\n" ) << fs.str() << std::endl; 246 ostr << curr_param->id_2_report() << BOOST_RT_PARAM_CSTRING_LITERAL( " - " ) << curr_param->p_description << std::endl;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
etip.h | 338 using std::endl; 361 cerr << e->message << endl;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
etip.h | 338 using std::endl; 361 cerr << e->message << endl;
|
/external/stlport/test/unit/ |
hash_test.cpp | 216 if (collection.size() == h.size()) cout << " OK" << endl; 219 cout << " FAILED: " << endl; 225 cout << endl << "Key : " << mIter->first << endl; 236 cout << endl << " data in map: ";
|
num_put_get_test.cpp | 587 // cerr << str.str() << endl; 609 // cerr << DBL_MAX << endl; 610 // cerr << 1.0e+37 << endl; 1067 // cerr << buf << endl; 1088 // cerr << buf << endl; [all...] |
limits_test.cpp | 215 str << "lim::digits = " << lim::digits << ", lim::digits10 = " << lim::digits10 << endl; 216 str << "lim::min_exponent = " << lim::min_exponent << ", lim::min_exponent10 = " << lim::min_exponent10 << endl; 217 str << "lim::max_exponent = " << lim::max_exponent << ", lim::max_exponent10 = " << lim::max_exponent10 << endl;
|
/ndk/tests/device/test-gnustl-full/unit/ |
hash_test.cpp | 216 if (collection.size() == h.size()) cout << " OK" << endl; 219 cout << " FAILED: " << endl; 225 cout << endl << "Key : " << mIter->first << endl; 236 cout << endl << " data in map: ";
|
num_put_get_test.cpp | 587 // cerr << str.str() << endl; 609 // cerr << DBL_MAX << endl; 610 // cerr << 1.0e+37 << endl; 1067 // cerr << buf << endl; 1088 // cerr << buf << endl; [all...] |
/ndk/tests/device/test-stlport/unit/ |
hash_test.cpp | 216 if (collection.size() == h.size()) cout << " OK" << endl; 219 cout << " FAILED: " << endl; 225 cout << endl << "Key : " << mIter->first << endl; 236 cout << endl << " data in map: ";
|
num_put_get_test.cpp | 587 // cerr << str.str() << endl; 609 // cerr << DBL_MAX << endl; 610 // cerr << 1.0e+37 << endl; 1069 // cerr << buf << endl; 1090 // cerr << buf << endl; [all...] |
/external/chromium_org/media/audio/mac/ |
audio_low_latency_input_mac.cc | 20 os << "sample rate : " << format.mSampleRate << std::endl 21 << "format ID : " << format.mFormatID << std::endl 22 << "format flags : " << format.mFormatFlags << std::endl 23 << "bytes per packet : " << format.mBytesPerPacket << std::endl 24 << "frames per packet : " << format.mFramesPerPacket << std::endl 25 << "bytes per frame : " << format.mBytesPerFrame << std::endl 26 << "channels per frame: " << format.mChannelsPerFrame << std::endl
|
/frameworks/minikin/libs/minikin/ |
Layout.cpp | 230 o << "P5" << std::endl; member in class:android::std 231 o << width << " " << height << std::endl; member in class:android::std 232 o << "255" << std::endl; member in class:android::std 385 std::cout << glyph.glyph_id << ": " << glyph.x << ", " << glyph.y << std::endl; 702 " [" << run.start << ":" << run.end << "]" << std::endl; 736 std::cout << positions[i].x_advance << " " << positions[i].y_advance << " " << positions[i].x_offset << " " << positions[i].y_offset << std::endl; std::cout << "DoLayout " << info[i].codepoint << 737 ": " << HBFixedToFloat(positions[i].x_advance) << "; " << positions[i].x_offset << ", " << positions[i].y_offset << std::endl;
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BiCGSTAB.h | 148 * std::cout << "#iterations: " << solver.iterations() << std::endl; 149 * std::cout << "estimated error: " << solver.error() << std::endl; 164 * std::cout << i << " : " << solver.error() << std::endl;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
MINRES.h | 170 * std::cout << "#iterations: " << mr.iterations() << std::endl; 171 * std::cout << "estimated error: " << mr.error() << std::endl; 186 * std::cout << i << " : " << mr.error() << std::endl;
|
/external/stlport/test/eh/ |
nc_alloc.cpp | 307 reported, and the output ends with an endl. 315 EH_STD::cerr<<EH_STD::endl; member in class:EH_STD 322 EH_STD::cerr<<(count+1)<<" try successful"<<EH_STD::endl; member in class:EH_STD
|