OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
901 - 925
of
1157
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/eigen/Eigen/src/Core/util/
Macros.h
108
#define EIGEN_DEBUG_VAR(x) std::cerr << #x << " = " << x << std::
endl
;
192
std::cerr << "assertion failed: " << condition << " in function " << function << " at " << file << ":" << line << std::
endl
;
/external/opencv/cv/src/
_cvkdtree.hpp
291
nodes[i].boundary << std::
endl
;
295
std::cout << "leaf " << i << ", value = " << nodes[i].value << std::
endl
;
/frameworks/av/services/audioflinger/tests/
resampler_tests.cpp
214
std::cout << out[i+passbandFrame*channels] << std::
endl
;
217
std::cout << out[i+stopbandFrame*channels] << std::
endl
;
/external/bison/tests/
headers.at
197
std::cerr << #S": " << res << std::
endl
; \
/external/ceres-solver/include/ceres/
iteration_callback.h
204
// cout << output <<
endl
;
/external/chromium_org/chrome/test/logging/win/
test_log_collector.cc
259
<< " above this line are repeated below -----" << std::
endl
;
member in class:logging_win::__anon10612::std
/external/chromium_org/third_party/icu/source/i18n/unicode/
fieldpos.h
85
* cout << temp << fmtText <<
endl
;
/external/chromium_org/third_party/icu/source/test/intltest/
alphaindextst.cpp
121
// std::cout << lc << std::
endl
;
360
// std::cout << "getBucketCount() == " << lc << std::
endl
;
385
// std::cout << ":" << std::
endl
;
468
// std::cout << std::
endl
;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
lite_unittest.cc
183
cout << "PASS" <<
endl
;
local
/external/eigen/bench/btl/libs/STL/
STL_interface.hh
238
INFOS("A["<<i<<"]="<<A[i]<<
endl
);
/external/eigen/unsupported/Eigen/
MPRealSupport
53
std::cout << "relative error: " << (A*x - b).norm() / b.norm() << std::
endl
;
/external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h
235
out << header << std::
endl
;
member in class:Eigen::std
/external/icu/icu4c/source/i18n/unicode/
fieldpos.h
85
* cout << temp << fmtText <<
endl
;
/external/icu/icu4c/source/test/intltest/
alphaindextst.cpp
123
// std::cout << lc << std::
endl
;
362
// std::cout << "getBucketCount() == " << lc << std::
endl
;
387
// std::cout << ":" << std::
endl
;
470
// std::cout << std::
endl
;
/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
;
/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
;
/ndk/tests/device/test-stlport/unit/
num_facets_test.cpp
52
//cout << "In " << loc.name() << " 1234.56 is written: " << fostr.str() <<
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
}
Completed in 553 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>