/external/protobuf/gtest/include/gtest/ |
gtest-message.h | 82 // The type of basic IO manipulators (endl, ends, and flush) for 148 // endl or other basic IO manipulators to Message will confuse the
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_file.cc | 121 cout << "INFO: " << file_->name() << ":" << endl; 126 "java_outer_classname to suppress this message." << endl; local
|
/frameworks/native/include/binder/ |
TextOutput.h | 65 TextOutput& endl(TextOutput& to); 131 inline TextOutput& endl(TextOutput& to) function in namespace:android
|
/external/protobuf/gtest/test/ |
gtest-param-test_test.cc | 83 << "created with the copy constructor." << std::endl; member in class:std 86 << "created with the copy constructor." << std::endl; member in class:std 91 << "created with the copy constructor." << std::endl; member in class:std 101 << "created with the assignment operator." << std::endl; member in class:std 104 << "created with the assignment operator." << std::endl; member in class:std 109 << "created with the assignment operator." << std::endl; member in class:std
|
/external/bison/data/ |
lalr1.cc | 320 *yycdebug_ << std::endl; \ 543 YYCDEBUG << "Starting parse" << std::endl; 564 YYCDEBUG << "Entering state " << yystate << std::endl; 594 YYCDEBUG << "Now at end of input." << std::endl; 848 << std::endl; 1092 *yycdebug_ << std::endl; [all...] |
/external/bison/examples/calc++/ |
calc++-parser.cc | 113 *yycdebug_ << std::endl; \ 367 YYCDEBUG << "Starting parse" << std::endl; 393 YYCDEBUG << "Entering state " << yystate << std::endl; 420 YYCDEBUG << "Now at end of input." << std::endl; 736 << std::endl; 991 *yycdebug_ << std::endl; 1002 << " (line " << yylno << "):" << std::endl; [all...] |
/external/oprofile/libpp/ |
format_output.cpp | 507 out << string(79, '-') << endl; 544 out << string(79, '-') << endl; 856 " -->" << endl; 963 " -->" << endl; 1014 " -->" << endl;
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
libyuv_unittest.cc | 363 std::cout << "Test Mirror function: LeftRight" << std::endl; member in class:webrtc::std 376 std::cout << "Test Mirror function: UpDown" << std::endl; member in class:webrtc::std 389 std::cout << "Do the mirrored frames look correct?" << std::endl; member in class:webrtc::std
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
normal_async_test.cc | 390 _bitRate << " kbps" << std::endl; 391 (*_log) << "Average encode time: " << avgEncTime << " s" << std::endl; 392 (*_log) << "Average decode time: " << avgDecTime << " s" << std::endl;
|
/external/eigen/bench/spbench/ |
spbenchsolver.h | 235 std::cout<< "COMPUTE TIME : " << timer.value() <<std::endl; member in class:std 248 std::cout<< "SOLVE TIME : " << timer.value() <<std::endl; member in class:std 252 std::cout<< "TOTAL TIME : " << total_time <<std::endl; member in class:std
|
/external/eigen/doc/ |
FunctionsTakingEigenTypes.dox | 38 std::cout << "block: " << b.block(x,y,r,c) << std::endl; 47 std::cout << "max: " << a.maxCoeff() << std::endl; 58 std::cout << "inv cond: " << sing_vals(sing_vals.size()-1) / sing_vals(0) << std::endl;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
GMRES.h | 242 * std::cout << "#iterations: " << solver.iterations() << std::endl; 243 * std::cout << "estimated error: " << solver.error() << std::endl; 258 * std::cout << i << " : " << solver.error() << std::endl;
|
/external/oprofile/pp/ |
opreport.cpp | 207 cout << classes.cpuinfo << endl; 209 cout << classes.event << endl; 213 cout << classes.v[i].longname << endl;
|
/external/srec/tools/grxmlcompile/ |
sub_min.cpp | 483 // std::cout << std::endl; 551 // std::cout << std::endl; 563 // std::cout << std::endl;
|
/external/stlport/test/unit/ |
map_test.cpp | 56 // cout << "m['x'] = " << m['x'] << endl; 61 //cout << "m['z'] = " << m['z'] << endl; // Note default value is added. 63 //cout << "m.count('z') = " << m.count('z') << endl;
|
/ndk/tests/device/test-gnustl-full/unit/ |
map_test.cpp | 56 // cout << "m['x'] = " << m['x'] << endl; 61 //cout << "m['z'] = " << m['z'] << endl; // Note default value is added. 63 //cout << "m.count('z') = " << m.count('z') << endl;
|
/ndk/tests/device/test-stlport/unit/ |
map_test.cpp | 56 // cout << "m['x'] = " << m['x'] << endl; 61 //cout << "m['z'] = " << m['z'] << endl; // Note default value is added. 63 //cout << "m.count('z') = " << m.count('z') << endl;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
ostream | 105 * Manipulators such as @c std::endl and @c std::hex use these 106 * functions in constructs like "std::cout << std::endl". For more 543 endl(basic_ostream<_CharT, _Traits>& __os)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 103 * Manipulators such as @c std::endl and @c std::hex use these 104 * functions in constructs like "std::cout << std::endl". For more 538 endl(basic_ostream<_CharT, _Traits>& __os)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 103 * Manipulators such as @c std::endl and @c std::hex use these 104 * functions in constructs like "std::cout << std::endl". For more 538 endl(basic_ostream<_CharT, _Traits>& __os)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 103 * Manipulators such as @c std::endl and @c std::hex use these 104 * functions in constructs like "std::cout << std::endl". For more 538 endl(basic_ostream<_CharT, _Traits>& __os)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
ostream | 103 * Manipulators such as @c std::endl and @c std::hex use these 104 * functions in constructs like "std::cout << std::endl". For more 538 endl(basic_ostream<_CharT, _Traits>& __os)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ostream | 105 * Manipulators such as @c std::endl and @c std::hex use these 106 * functions in constructs like "std::cout << std::endl". For more 543 endl(basic_ostream<_CharT, _Traits>& __os)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ostream | 105 * Manipulators such as @c std::endl and @c std::hex use these 106 * functions in constructs like "std::cout << std::endl". For more 543 endl(basic_ostream<_CharT, _Traits>& __os)
|
/external/chromium_org/testing/gtest/include/gtest/ |
gtest-message.h | 87 // The type of basic IO manipulators (endl, ends, and flush) for 163 // endl or other basic IO manipulators to Message will confuse the
|