OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
676 - 700
of
1375
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp
60
cerr << "Usage: " << name << " [options] image_list.txt" <<
endl
;
local
66
cerr << *p++ <<
endl
;
local
128
cerr << "Could not open file " << image_list_file_name << ". Exiting" <<
endl
;
local
159
cerr << "Could not open image" << file_name << ". Exiting." <<
endl
;
local
163
cout << ref <<
endl
;
local
203
cout << reg.profile_string << std::
endl
;
270
match_file << ref_corners[3*i] << " " << ref_corners[3*i+1] << " " << ins_corners[3*i] << " " << ins_corners[3*i+1] <<
endl
;
287
<< ins_corners[3*k+1] <<
endl
;
371
cerr << progname << "illegal option " << token <<
endl
;
local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp
60
cerr << "Usage: " << name << " [options] image_list.txt" <<
endl
;
local
66
cerr << *p++ <<
endl
;
local
128
cerr << "Could not open file " << image_list_file_name << ". Exiting" <<
endl
;
local
159
cerr << "Could not open image" << file_name << ". Exiting." <<
endl
;
local
163
cout << ref <<
endl
;
local
203
cout << reg.profile_string << std::
endl
;
270
match_file << ref_corners[3*i] << " " << ref_corners[3*i+1] << " " << ins_corners[3*i] << " " << ins_corners[3*i+1] <<
endl
;
287
<< ins_corners[3*k+1] <<
endl
;
371
cerr << progname << "illegal option " << token <<
endl
;
local
/external/ImageMagick/Magick++/demo/
zoom.cpp
21
<< " [-resample resolution] input_file output_file" <<
endl
22
<< " algorithm - bessel blackman box catrom cubic gaussian hamming hanning" <<
endl
23
<< " hermite lanczos mitchell point quadratic sample scale sinc triangle" <<
endl
;
local
30
<< "incorrect" <<
endl
;
local
185
cout << "Caught exception: " << error_.what() <<
endl
;
/external/gptfdisk/
attributes.cc
99
<< " (" << GetAttributeName(bitNum) << ")" <<
endl
;
164
cerr << "Unknown attributes operator: " << attributeOperator <<
endl
;
local
172
cerr << "Could not convert hex attribute mask" <<
endl
;
local
180
cerr << "Could not convert bit number" <<
endl
;
local
206
<< bool (attributeBitMask & attributes) <<
endl
;
/external/opencv3/modules/core/test/
test_downhill_simplex.cpp
55
std::cout<<"step setted:\n\t"<<step<<std::
endl
;
member in class:std
57
std::cout<<"res:\n\t"<<res<<std::
endl
;
member in class:std
58
std::cout<<"x:\n\t"<<x<<std::
endl
;
member in class:std
59
std::cout<<"etalon_res:\n\t"<<etalon_res<<std::
endl
;
member in class:std
60
std::cout<<"etalon_x:\n\t"<<etalon_x<<std::
endl
;
member in class:std
/external/opencv3/modules/cudalegacy/test/
TestDrawRects.cpp
65
strOut << "sizeof(T)=" << sizeof(T) << std::
endl
;
member in class:std
66
strOut << "width=" << width << std::
endl
;
member in class:std
67
strOut << "height=" << height << std::
endl
;
member in class:std
68
strOut << "numRects=" << numRects << std::
endl
;
member in class:std
69
strOut << "color=" << color << std::
endl
;
member in class:std
/external/opencv3/samples/cpp/
tvl1_optical_flow.cpp
153
cerr << "Usage : " << argv[0] << "<frame0> <frame1> [<output_flow>]" <<
endl
;
local
162
cerr << "Can't open image [" << argv[1] << "]" <<
endl
;
local
167
cerr << "Can't open image [" << argv[2] << "]" <<
endl
;
local
173
cerr << "Images should be of equal sizes" <<
endl
;
local
183
cout << "calcOpticalFlowDual_TVL1 : " << timeSec << " sec" <<
endl
;
local
shape_example.cpp
62
std::cout<<"Using first image as query."<<std::
endl
;
member in class:std
87
cout<<"name: "<<iiname.str()<<
endl
;
100
std::cout<<" distance between "<<queryName.str()<<" and "<<iiname.str()<<" is: "<<dis<<std::
endl
;
member in class:std
/external/opencv3/samples/gpu/
pyrlk_optical_flow.cpp
107
cerr << "Missing input file names" <<
endl
;
local
123
cout << "Can't load input images" <<
endl
;
local
130
cout << "Image size : " << frame0.cols << " x " << frame0.rows <<
endl
;
131
cout << "Points count : " << points <<
endl
;
local
133
cout <<
endl
;
local
bgfg_segm.cpp
47
cerr << "Incorrect method" <<
endl
;
local
65
cerr << "can not open camera or video file" <<
endl
;
local
147
std::cout << "FPS : " << fps << std::
endl
;
member in class:std
driver_api_multi.cpp
39
std::cout << "Unsupported for ARM CUDA library." << std::
endl
;
member in class:std
63
<< ", file " << file << ", line " << line <<
endl
;
local
143
<< (passed ? "passed" : "FAILED") <<
endl
;
morphology.cpp
52
cerr << "Can't open image " << filename.c_str() <<
endl
;
116
cout << "This program also shows use of rect, ellipse and cross kernels \n" <<
endl
;
local
123
cout << "\tSPACE - loop through all the options \n" <<
endl
;
local
cascadeclassifier.cpp
26
"Using OpenCV version " << CV_VERSION <<
endl
<<
endl
;
local
134
return cerr << "No GPU found or the library is compiled without CUDA support" <<
endl
, -1;
171
cout << "Unknown key: " << argv[i] <<
endl
;
local
181
return cerr << "ERROR: Could not load cascade classifier \"" << cascadeName << "\"" <<
endl
, help(), -1;
278
cout <<
endl
;
local
/external/eigen/bench/btl/data/
regularize.cxx
83
output_file << tab_sizes[i] << " " << tab_mflops[i] <<
endl
;
local
88
output_file <<
endl
;
local
98
output_file << tab_sizes[i] << " " << tab_mflops[i] <<
endl
;
local
/external/skia/cmake/
example.cpp
49
std::cout << "Using raster surface" << std::
endl
;
54
std::cout << "Using opengl surface" << std::
endl
;
94
std::cout << "Wrote " << path << std::
endl
;
/external/webrtc/webrtc/base/
unittest_main.cc
43
LOG(LS_ERROR) << expression << std::
endl
<< function << std::
endl
<< file
44
<< std::
endl
<< line;
/external/xmlrpcpp/test/
FileClient.cpp
57
std::cout << "Calling " << name << std::
endl
;
member in class:std
91
std::cout << "Parsing arg " << nArgs+1 << std::
endl
;
member in class:std
97
std::cout << "Adding arg " << nArgs+1 << " to params array." << std::
endl
;
member in class:std
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ublox6.cxx
53
cerr << "Failed to setup tty port parameters" <<
endl
;
local
82
cerr << "Port read error." <<
endl
;
local
93
cout << "Exiting..." <<
endl
;
local
/hardware/bsp/intel/peripheral/libupm/src/ppd42ns/
ppd42ns.cxx
109
//std::cout << "Started counting pulse change" << std::
endl
;
116
//std::cout << "Ended counting pulse change" << (m_timediff(pulseIn_start, pulseIn_now)) << std::
endl
;
128
//std::cout << "Low pulse occupancy is " << low_pulse_occupancy << " seconds" << std::
endl
;
/ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp
124
cerr << "false type" <<
endl
;
126
cerr << "true type" <<
endl
;
128
cerr << "unknown type" <<
endl
;
/ndk/tests/device/test-stlport/unit/
swap_test.cpp
124
cerr << "false type" <<
endl
;
126
cerr << "true type" <<
endl
;
128
cerr << "unknown type" <<
endl
;
/system/tools/aidl/tests/
test_util.cpp
31
using std::
endl
;
155
cout << "Line: " << line_number <<
endl
;
local
158
cout << *it <<
endl
;
local
/frameworks/base/tools/aapt2/
Debug.cpp
127
std::cout << std::
endl
;
member in class:aapt::std
134
std::cout << " entryCount=" << type->entries.size() << std::
endl
;
member in class:aapt::std
164
std::cout << std::
endl
;
member in class:aapt::std
172
std::cout << std::
endl
;
member in class:aapt::std
233
std::cout << "}" << std::
endl
;
member in class:aapt::std
246
std::cerr << std::
endl
;
member in class:aapt::std
/frameworks/native/libs/binder/
IPCThreadState.cpp
132
out << " (cookie " << btd->cookie << ")" <<
endl
133
<< "code=" << TypeCode(btd->code) << ", flags=" << (void*)(long)btd->flags <<
endl
135
<< " bytes)" <<
endl
148
out << "BR_ERROR: " << (void*)(long)(*cmd++) <<
endl
;
151
out << "Unknown reply: " << code <<
endl
;
local
198
out <<
endl
;
local
210
out << "Unknown command: " << code <<
endl
;
local
272
out <<
endl
;
local
434
<< getReturnString(cmd) <<
endl
;
581
<< indent << data << dedent <<
endl
;
local
621
if (reply) alog << indent << *reply << dedent <<
endl
;
local
622
else alog << "(none requested)" <<
endl
;
local
1207
alog << "Writing BC_FREE_BUFFER for " << data <<
endl
;
local
[
all
...]
/external/google-breakpad/src/common/
module.cc
47
using std::
endl
;
234
<< id_ << " " << name_ <<
endl
;
local
246
stream << "FILE " << file->source_id << " " << file->name <<
endl
;
260
<< func->name << dec <<
endl
;
271
<< line_it->file->source_id <<
endl
;
283
<< ext->name << dec <<
endl
;
300
stream <<
endl
;
311
stream <<
endl
;
Completed in 495 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>