HomeSort by relevance Sort by last modified time
    Searched full:endl (Results 901 - 925 of 1131) sorted by null

<<31323334353637383940>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 249 std::cerr << endl; local
  /external/stlport/test/eh/
test_algo.cpp 253 EH_STD::cerr<<"EH test : testing algo.h"<<EH_STD::endl; member in class:EH_STD
  /external/stlport/test/unit/
num_facets_test.cpp 52 //cout << "In " << loc.name() << " 1234.56 is written: " << fostr.str() << endl;
fstream_test.cpp 891 // cerr << f.good() << endl;
896 // cerr << (void *)(b->_M_gptr()) << " " << (void *)(b->_M_egptr()) << endl;
897 // cerr << f.good() << endl;
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 31 * A simple formatter class to automatically add the endl and
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 117 endl;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 318 std::cout << std::setprecision(35) << __FILE__ << ":" << __LINE__ << " " << x << std::endl;
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 52 //cout << "In " << loc.name() << " 1234.56 is written: " << fostr.str() << endl;
fstream_test.cpp 909 // cerr << f.good() << endl;
914 // cerr << (void *)(b->_M_gptr()) << " " << (void *)(b->_M_egptr()) << endl;
915 // cerr << f.good() << endl;
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 52 //cout << "In " << loc.name() << " 1234.56 is written: " << fostr.str() << endl;
fstream_test.cpp 909 // cerr << f.good() << endl;
914 // cerr << (void *)(b->_M_gptr()) << " " << (void *)(b->_M_egptr()) << endl;
915 // cerr << f.good() << endl;
  /prebuilts/misc/common/swig/include/2.0.11/d/
boost_shared_ptr.i 10 //"if (debug_shared) { cout << \"deleting use_count: \" << (*smartarg1).use_count() << \" [\" << (boost::get_deleter<SWIG_null_deleter>(*smartarg1) ? std::string(\"CANNOT BE DETERMINED SAFELY\") : ((*smartarg1).get() ? (*smartarg1)->getValue() : std::string(\"NULL PTR\"))) << \"]\" << endl << flush; }\n"
  /prebuilts/misc/common/swig/include/2.0.11/java/
boost_shared_ptr.i 18 //"if (debug_shared) { cout << \"deleting use_count: \" << (*smartarg1).use_count() << \" [\" << (boost::get_deleter<SWIG_null_deleter>(*smartarg1) ? std::string(\"CANNOT BE DETERMINED SAFELY\") : ( (*smartarg1).get() ? (*smartarg1)->getValue() : std::string(\"NULL PTR\") )) << \"]\" << endl << flush; }\n"
  /external/chromium_org/base/
callback.h.pump 177 // int DoSomething(int arg) { cout << arg << endl; }
192 // void Foo(int* arg) { cout << *arg << endl; }
222 // void foo(int arg) { cout << arg << endl }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
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
564 endl(basic_ostream<_CharT, _Traits>& __os)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
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
564 endl(basic_ostream<_CharT, _Traits>& __os)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
ostream 101 * Manipulators such as @c std::endl and @c std::hex use these
102 * functions in constructs like "std::cout << std::endl". For more
562 endl(basic_ostream<_CharT, _Traits>& __os)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
ostream 101 * Manipulators such as @c std::endl and @c std::hex use these
102 * functions in constructs like "std::cout << std::endl". For more
562 endl(basic_ostream<_CharT, _Traits>& __os)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
564 endl(basic_ostream<_CharT, _Traits>& __os)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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
564 endl(basic_ostream<_CharT, _Traits>& __os)
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 763 s << std::endl;
764 s << std::endl;
768 s << " $" << std::endl;
774 s << " $" << std::endl;
776 s << std::endl;
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc     [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.cpp 87 std::cout << "Inlier Percentage RobImageHomography: " << frac*100.0 << "% out of " << point_count << " constraints" << std::endl;
269 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl; member in class:std
612 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl; member in class:std
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
datefmt.h 75 * cout << df->format( myDateArr[i], myString ) << endl;
87 * cout << myString << endl;
88 * cout << pos.getBeginIndex() << "," << pos. getEndIndex() << endl;
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 84 * cout << df->format( myDateArr[i], myString ) << endl;
96 * cout << myString << endl;
97 * cout << pos.getBeginIndex() << "," << pos. getEndIndex() << endl;
    [all...]

Completed in 1167 milliseconds

<<31323334353637383940>>