HomeSort by relevance Sort by last modified time
    Searched full:endl (Results 801 - 825 of 1157) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
tree_trace_base.hpp 135 std::cerr << std::endl; member in class:__gnu_pbds::detail::std
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-message.h 84 // The type of basic IO manipulators (endl, ends, and flush) for
153 // endl or other basic IO manipulators to Message will confuse the
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
delay_test.cc 176 std::cout << "Output file: " << file_stream.str() << std::endl << std::endl; member in class:webrtc::DelayTest::std
  /external/chromium_org/third_party/webrtc/video_engine/
vie_base_impl.cc 340 version_stream << "VideoEngine 38" << std::endl; member in class:webrtc::std
343 version_stream << "Build: " << BUILDINFO << std::endl; member in class:webrtc::std
  /external/eigen/bench/
benchBlasGemm.cpp 156 std::cout << "l1: " << Eigen::l1CacheSize() << std::endl; member in class:std
157 std::cout << "l2: " << Eigen::l2CacheSize() << std::endl; member in class:std
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 21 std::cout << "reallocate buffer" << std::endl; member in class:std
149 << speed << " iters/s (max " << max_speed << ")" << std::endl; member in class:std
  /external/libpng/scripts/
makevms.com 119 $ If File .Eqs. " " Then Goto Endl
130 $EndL:
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 84 // The type of basic IO manipulators (endl, ends, and flush) for
153 // endl or other basic IO manipulators to Message will confuse the
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 84 // The type of basic IO manipulators (endl, ends, and flush) for
153 // endl or other basic IO manipulators to Message will confuse the
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 378 std::cerr << "!destRef" << std::endl << std::flush;
385 std::cerr << "Finalize failed" << std::endl << std::flush;
  /external/oprofile/libpp/
parse_filename.cpp 245 out << data.filename << endl;
249 << data.tid << " " << data.cpu << endl;
format_output.cpp 507 out << string(79, '-') << endl;
544 out << string(79, '-') << endl;
856 " -->" << endl;
963 " -->" << endl;
1014 " -->" << endl;
  /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/chromium_org/v8/src/
hydrogen-gvn.cc 453 << "(mapped to index " << num_global_vars_ << ")" << endl; local
475 << num_inobject_fields_ << ")" << endl; local
570 << Print(side_effects) << endl;
589 << Print(loop_kills) << endl;
602 << Print(loop_kills) << endl;
839 << endl;
  /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/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;

Completed in 926 milliseconds

<<31323334353637383940>>