OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
526 - 550
of
1375
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/hardware/bsp/intel/peripheral/libupm/examples/c++/
pca9685.cxx
57
cout << "Turning channel 3 off, and channel 4 on." <<
endl
;
local
58
cout << "All other channels will be PWM'd at a 50% duty cycle." <<
endl
;
local
64
cout << "Sleeping for 5 seconds..." <<
endl
;
local
68
cout << "Exiting..." <<
endl
;
local
uln200xa.cxx
45
cout << "Rotating 1 revolution clockwise." <<
endl
;
local
47
cout << "Sleeping for 2 seconds..." <<
endl
;
local
49
cout << "Rotating 1/2 revolution counter clockwise." <<
endl
;
local
57
cout << "Exiting..." <<
endl
;
local
max44000.cxx
34
std::cout << "proximity value = " << sensor->getAmbient () << std::
endl
;
member in class:std
37
std::cout << "exiting application" << std::
endl
;
member in class:std
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
trace.hpp
25
# define BOOST_RT_PARAM_TRACE( str ) std::cerr << str << std::
endl
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simpledom/
simpledom.cpp
27
std::cout << buffer.GetString() << std::
endl
;
member in class:std
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplewriter/
simplewriter.cpp
32
cout << s.GetString() <<
endl
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp
48
std::cerr << m_p_l << std::
endl
<< std::
endl
;
member in class:std
52
std::cerr << PB_DS_V2F(p_l->m_value) << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp
48
std::cerr << m_p_l << std::
endl
<< std::
endl
;
member in class:std
52
std::cerr << PB_DS_V2F(p_l->m_value) << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp
48
std::cerr << m_p_l << std::
endl
<< std::
endl
;
member in class:std
52
std::cerr << PB_DS_V2F(p_l->m_value) << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp
48
std::cerr << m_p_l << std::
endl
<< std::
endl
;
member in class:std
52
std::cerr << PB_DS_V2F(p_l->m_value) << std::
endl
;
member in class:std
55
std::cerr << std::
endl
;
member in class:std
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
EventHelpers.cpp
61
<< ") : Reading device events features" <<
endl
;
local
80
<< ") : Reading device absolute axis features" <<
endl
;
local
116
<< ") : Reading device relative axis features" <<
endl
;
local
137
<< ") : Reading device buttons features" <<
endl
;
local
170
cout <<
endl
<< "Displaying ButtonMapping Status:" <<
endl
;
local
184
<< " OIS Button Num: " << dec << buttons-1 <<
endl
;
188
cout <<
endl
;
local
200
cout <<
endl
<< "Device name:" << js.vendor <<
endl
;
207
cout <<
endl
<< "Displaying AxisMapping Status:" <<
endl
;
local
216
<< ") : Reading device absolute axis #" << *i << " features" <<
endl
;
local
226
<< " OIS Axis Num: " << dec << axes <<
endl
;
local
241
<< ") : Reading device name" <<
endl
;
local
255
<< ") : Reading device unique Id" <<
endl
;
local
270
<< ") : Reading device physical location" <<
endl
;
local
322
<< ") : Reading device force feedback features" <<
endl
;
local
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg
178
std::cerr << "SWIG Director exception caught:" << std::
endl
179
<< e.getMessage() << std::
endl
;
181
std::cerr << "std::exception caught: "<< e.what() << std::
endl
;
183
std::cerr << "Unknown exception caught." << std::
endl
;
185
std::cerr << std::
endl
186
<< "Ruby interpreter traceback:" << std::
endl
;
187
std::cerr << std::
endl
;
188
std::cerr << "This exception was caught by the SWIG unexpected exception handler." << std::
endl
189
<< "Try using %feature(\"director:except\") to avoid reaching this point." << std::
endl
190
<< std::
endl
[
all
...]
/external/opencv3/modules/highgui/src/
window_cocoa.mm
129
//cout << "icvCocoaCleanup" <<
endl
;
141
//cout << "cvInitSystem" <<
endl
;
165
//cout << "cvGetWindow" <<
endl
;
169
//cout << "retain count: " << [retval retainCount] <<
endl
;
171
//cout << "retain count: " << [retval retainCount] <<
endl
;
173
//cout << "retain count: " << [retval retainCount] <<
endl
;
179
//cout << "cvStartWindowThread" <<
endl
;
187
//cout << "cvDestroyWindow" <<
endl
;
199
//cout << "cvDestroyAllWindows" <<
endl
;
211
//cout << "cvShowImage" <<
endl
;
[
all
...]
/external/opencv3/samples/gpu/
hog.cpp
134
catch (const Exception& e) { return cout << "error: " << e.what() <<
endl
, 1; }
135
catch (const exception& e) { return cout << "error: " << e.what() <<
endl
, 1; }
136
catch(...) { return cout << "unknown exception" <<
endl
, 1; }
217
<<
endl
;
local
234
cout << "Scale: " << scale <<
endl
;
local
237
cout << "Group threshold: " << gr_threshold <<
endl
;
local
238
cout << "Levels number: " << nlevels <<
endl
;
local
239
cout << "Win width: " << args.win_width <<
endl
;
241
cout << "Hit threshold: " << hit_threshold <<
endl
;
local
242
cout << "Gamma correction: " << gamma_corr <<
endl
;
local
243
cout <<
endl
;
local
394
cout << "Scale: " << scale <<
endl
;
local
399
cout << "Scale: " << scale <<
endl
;
local
403
cout << "Levels number: " << nlevels <<
endl
;
local
408
cout << "Levels number: " << nlevels <<
endl
;
local
412
cout << "Group threshold: " << gr_threshold <<
endl
;
local
417
cout << "Group threshold: " << gr_threshold <<
endl
;
local
421
cout << "Hit threshold: " << hit_threshold <<
endl
;
local
426
cout << "Hit threshold: " << hit_threshold <<
endl
;
local
431
cout << "Gamma correction: " << gamma_corr <<
endl
;
local
[
all
...]
optical_flow.cpp
145
cerr << "Usage : " << argv[0] << " <frame0> <frame1>" <<
endl
;
local
160
cerr << "Can't open image [" << filename1 << "]" <<
endl
;
local
165
cerr << "Can't open image [" << filename2 << "]" <<
endl
;
local
171
cerr << "Images should be of equal sizes" <<
endl
;
local
197
cout << "Brox : " << timeSec << " sec" <<
endl
;
local
208
cout << "LK : " << timeSec << " sec" <<
endl
;
local
219
cout << "Farn : " << timeSec << " sec" <<
endl
;
local
230
cout << "TVL1 : " << timeSec << " sec" <<
endl
;
local
/external/ImageMagick/Magick++/demo/
button.cpp
85
cout << "Writing to \"button_out.miff\" ..." <<
endl
;
local
95
cout << "Caught exception: " << error_.what() <<
endl
;
/external/eigen/unsupported/test/
polynomialsolver.cpp
50
cerr << "WRONG root: " <<
endl
;
local
51
cerr << "Polynomial: " << pols.transpose() <<
endl
;
52
cerr << "Roots found: " << roots.transpose() <<
endl
;
53
cerr << "Abs value of the polynomial at the roots: " << evr.transpose() <<
endl
;
54
cerr <<
endl
;
local
170
cout << "Standard cases" <<
endl
;
local
174
cout << "Hard cases" <<
endl
;
local
180
cout << "Test sugar" <<
endl
;
local
/external/opencv3/samples/cpp/
houghcircles.cpp
14
"./houghcircles <image_name>, Default is ../data/board.jpg\n" <<
endl
;
local
25
cout << "can not open " << filename <<
endl
;
local
lsd_lines.cpp
18
std::cout << "Usage: lsd_lines [input image]. Now loading ../data/building.jpg" << std::
endl
;
member in class:std
46
std::cout << "It took " << duration_ms << " ms." << std::
endl
;
member in class:std
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
CsvWriter.cpp
23
_file << x << _separator << y << _separator << z << std::
endl
;
member in class:std
46
_file << std::
endl
;
member in class:std
/external/opencv3/samples/tapi/
tvl1_optical_flow.cpp
98
cout << "Usage: pyrlk_optical_flow [options]" <<
endl
;
local
99
cout << "Available options:" <<
endl
;
local
138
cout << "Capture from CAM " << inputName << " didn't work" <<
endl
;
local
140
cout << "Capture from file " << vdofile << " failed" <<
endl
;
local
144
cout << "In capture ..." <<
endl
;
local
201
std::cout << "OpenCL was disabled" << std::
endl
;
member in class:std
205
cout << "loop" << i <<
endl
;
local
221
cout << getTime() / LOOP_NUM << " ms" <<
endl
;
local
/external/xmlrpcpp/test/
TestXml.cpp
40
std::cout << XmlRpcUtil::xmlEncode(s) << std::
endl
;
member in class:std
48
std::cout << XmlRpcUtil::xmlDecode(s) << std::
endl
;
member in class:std
/system/tools/aidl/tests/
aidl_test_client_service_exceptions.cpp
25
using std::
endl
;
33
cout << "Confirming application exceptions work" <<
endl
;
local
/external/eigen/bench/
benchGeometry.cpp
74
cout << setprecision(4) << fixed << timer.value() << "s " <<
endl
;;
98
cout << "vec = trans * vec" <<
endl
;
local
112
cout << "vec = trans.matrix() * vec" <<
endl
;
local
118
cout << "trans = trans1 * trans" <<
endl
;
local
128
cout << "trans = trans1.matrix() * trans.matrix()" <<
endl
;
local
/external/libcxxabi/test/
test_exception_storage.pass.cpp
30
std::cerr << "Got null result from __cxa_get_globals" << std::
endl
;
member in class:std
34
std::cerr << "Got different globals!" << std::
endl
;
member in class:std
51
std::cout << "}" << std::dec << std::
endl
;
member in class:std
72
std::cerr << "Thread #" << i << " had a zero global" << std::
endl
;
member in class:std
80
std::cerr << "Duplicate thread globals (" << i-1 << " and " << i << ")" << std::
endl
;
Completed in 1895 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>