HomeSort by relevance Sort by last modified time
    Searched full:endl (Results 376 - 400 of 1375) sorted by null

<<11121314151617181920>>

  /external/opencv3/samples/gpu/
alpha_comp.cpp 13 cout << "This program demonstrates using alphaComp" << endl; local
14 cout << "Press SPACE to change compositing operation" << endl; local
15 cout << "Press ESC to exit" << endl; local
47 cout << op_names[alpha_op] << endl; local
stereo_match.cpp 103 cout << "error: " << e.what() << endl;
184 cout << endl; local
199 cout << "image_channels: " << left.channels() << endl;
226 cout << "image_channels: " << left.channels() << endl;
227 cout << "method: " << p.method_str() << endl
228 << "ndisp: " << p.ndisp << endl;
232 cout << "win_size: " << bm->getBlockSize() << endl;
233 cout << "prefilter_sobel: " << bm->getPreFilterType() << endl;
236 cout << "iter_count: " << bp->getNumIters() << endl;
237 cout << "level_count: " << bp->getNumLevels() << endl;
244 cout << endl; local
    [all...]
surf_keypoint_matcher.cpp 19 cout << "\nThis program demonstrates using SURF_CUDA features detector, descriptor extractor and BruteForceMatcher_CUDA" << endl; local
20 cout << "\nUsage:\n\tmatcher_simple_gpu --left <image1> --right <image2>" << endl; local
61 cout << "FOUND " << keypoints1GPU.cols << " keypoints on first image" << endl;
62 cout << "FOUND " << keypoints2GPU.cols << " keypoints on second image" << endl;
92 std::cerr << "OpenCV was built without xfeatures2d module" << std::endl; member in class:std
super_resolution.cpp 26 cout << tm.getTimeSec() << " sec" << endl; \
52 cerr << "Incorrect Optical Flow algorithm - " << name << endl;
72 cout << "This sample demonstrates Super Resolution algorithms for video sequence" << endl; local
127 cout << "Input : " << inputVideoName << " " << frame.size() << endl;
128 cout << "Scale factor : " << scale << endl; local
129 cout << "Iterations : " << iterations << endl; local
130 cout << "Temporal radius : " << temporalAreaRadius << endl; local
131 cout << "Optical Flow : " << optFlow << endl; local
132 cout << "Mode : " << (useCuda ? "CUDA" : "CPU") << endl;
  /ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 53 cout << "************************************************ vector value " << value->signon_realm << std::endl;
55 cout<<"******************************************** set size "<< set1.size() << std::endl; member in class:std
58 cout << "************************************************ set value " << value << std::endl; member in class:std
59 cout << "************************************************ set value " << value->signon_realm << std::endl;
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 53 cout << "************************************************ vector value " << value->signon_realm.c_str() << std::endl; member in class:std
55 cout<<"******************************************** set size "<< set1.size() << std::endl; member in class:std
58 cout << "************************************************ set value " << value << std::endl; member in class:std
59 cout << "************************************************ set value " << value->signon_realm.c_str() << std::endl; member in class:std
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_iostream.i 3 %callback("%s") endl;
  /system/extras/libfec/test/
test_read.cpp 29 cerr << "usage: " << argv[0] << " input output" << endl; local
36 cerr << "failed to allocate buffer" << endl; local
49 cerr << "failed to open " << argv[2] << endl; local
64 cerr << "write" << endl; local
  /external/gptfdisk/
sgdisk.cc 47 cerr << "Failed to read MBR" << endl; local
53 res << "DISK mbr" << endl; local
57 << (int) mbrData.GetType(i) << dec << endl; local
64 cerr << "Failed to read GPT" << endl; local
68 res << "DISK gpt " << gptData.GetDiskGUID() << endl;
75 << partData.GetDescription() << endl;
80 cerr << "Unknown partition table" << endl; local
  /external/opencv3/samples/cpp/tutorial_code/core/mat_mask_operations/
mat_mask_operations.cpp 13 cout << endl
15 << "filter2d way. " << endl
16 << "Usage:" << endl
17 << progName << " [image_name -- default ../data/lena.jpg] [G -- grayscale] " << endl << endl; local
44 cout << "Hand written function times passed in seconds: " << t << endl; local
55 cout << "Built-in filter2D time passed in seconds: " << t << endl; local
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
isd1820.cxx 43 cout << "Supply any argument to the command line to record." << endl; local
44 cout << "Running this example without arguments will play back any " << endl; local
45 cout << "previously recorded sound." << endl; local
46 cout << "There is approximately 10 seconds of recording time." << endl; local
48 cout << endl; local
64 cout << "Sleeping for 15 seconds..." << endl; local
76 cout << "Exiting..." << endl; local
mhz16.cxx 53 cerr << "Failed to setup tty port parameters" << endl; local
58 << endl; local
59 cout << "or you will not get valid results." << endl; local
60 cout << "The temperature reported is not the ambient temperature, " << endl; local
61 cout << "but rather the temperature of the sensor elements." << endl; local
72 << "Temperature (in C): " << temp <<endl; local
79 cout << "Exiting..." << endl; local
nunchuck.cxx 50 cout << "Initializing... " << endl; local
53 cerr << "nunchuck->init() failed." << endl; local
62 << ", stickY: " << nunchuck->stickY << endl;
65 << ", accelZ: " << nunchuck->accelZ << endl;
68 << ((nunchuck->buttonC) ? "pressed" : "not pressed") << endl;
70 << ((nunchuck->buttonZ) ? "pressed" : "not pressed") << endl;
71 cout << endl; local
mpu60x0.cxx 58 cout << "AX: " << x << " AY: " << y << " AZ: " << z << endl; local
62 cout << "GX: " << x << " GY: " << y << " GZ: " << z << endl; local
64 cout << "Temperature: " << sensor->getTemperature() << endl;
65 cout << endl; local
72 cout << "Exiting..." << endl; local
ppd42ns.cxx 49 cout << "This program will give readings every 30 seconds until you stop it" << endl; local
53 cout << "Low pulse occupancy: " << data.lowPulseOccupancy << endl;
54 cout << "Ratio: " << data.ratio << endl;
55 cout << "Concentration: " << data.concentration << endl;
59 cout << "Exiting" << endl; local
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 22 # define INFOS(chain) {HEREWEARE ; cerr << chain << endl ;}
23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}
48 cout << " at " << __TIME__ << endl ;\
58 # define SCRUTE(var) HERE ; cerr << #var << "=" << var << endl ;
59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;}
60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code) ;
63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VERIFIED"<< endl ; INTERRUPTION(1) ;}
66 #define REPERE cout<<flush ; cerr << " --------------" << endl << flush ;
67 #define BEGIN_OF(chain) {REPERE ; HERE ; cerr << "Begin of: " << chain << endl ; REPERE ; }
68 #define END_OF(chain) {REPERE ; HERE ; cerr << "Normal end of: " << chain << endl ; REPERE ;
    [all...]
  /external/opencv3/apps/traincascade/
cascadeclassifier.cpp 77 cout << ">]" << endl; local
86 cout << "}>]" << endl; local
87 cout << " [-w <sampleWidth = " << winSize.width << ">]" << endl;
88 cout << " [-h <sampleHeight = " << winSize.height << ">]" << endl;
93 cout << "stageType: " << stageTypes[stageType] << endl; local
94 cout << "featureType: " << featureTypes[featureType] << endl; local
95 cout << "sampleWidth: " << winSize.width << endl;
96 cout << "sampleHeight: " << winSize.height << endl;
159 << " and -bg " << _negFilename << "." << endl; local
175 cout << "---------------------------------------------------------------------------------" << endl; local
176 cout << "Training parameters are pre-loaded from the parameter file in data folder!" << endl; local
177 cout << "Please empty this folder if you want to use a NEW set of training parameters." << endl; local
178 cout << "---------------------------------------------------------------------------------" << endl; local
180 cout << "PARAMETERS:" << endl; local
181 cout << "cascadeDirName: " << _cascadeDirName << endl; local
182 cout << "vecFileName: " << _posFilename << endl; local
183 cout << "bgFileName: " << _negFilename << endl; local
184 cout << "numPos: " << _numPos << endl; local
185 cout << "numNeg: " << _numNeg << endl; local
186 cout << "numStages: " << numStages << endl; local
187 cout << "precalcValBufSize[Mb] : " << _precalcValBufSize << endl; local
188 cout << "precalcIdxBufSize[Mb] : " << _precalcIdxBufSize << endl; local
189 cout << "acceptanceRatioBreakValue : " << acceptanceRatioBreakValue << endl; local
198 cout << endl << "Stage 0 is loaded" << endl; local
206 cout << endl << "===== TRAINING " << i << "-stage =====" << endl; local
207 cout << "<BEGIN" << endl; local
212 "Branch training terminated." << endl; local
218 "Branch training terminated." << endl; local
223 "Branch training terminated." << endl; local
231 cout << "END>" << endl; local
246 << " can not be opened." << endl; local
261 << " can not be opened." << endl; local
274 cout << "Training until now has taken " << days << " days " << hours << " hours " << minutes << " minutes " << seconds_left <<" seconds." << endl; local
279 cout << "Cascade classifier can't be trained. Check the used training parameters." << endl; local
    [all...]
  /system/tools/aidl/tests/
aidl_test_client_file_descriptors.cpp 39 using std::endl;
61 << strerror(errno) << endl;
63 cerr << "File descriptor '" << name << "'accepted short data." << endl; local
78 cerr << "Error reading from '" << name << "': " << strerror(errno) << endl;
83 cerr << "Expected '" << expected << "' got '" << buf << "'" << endl; local
95 cout << "Error creating pipes: " << strerror(errno) << endl;
106 cout << "Confirming passing and returning file descriptors works." << endl; local
119 cerr << "Could not repeat file descriptors." << endl; local
137 cout << "Confirming passing and returning file descriptor arrays works." << endl; local
152 cerr << "Could not reverse file descriptor array." << endl; local
    [all...]
  /external/webrtc/webrtc/examples/relayserver/
relayserver_main.cc 20 << std::endl; member in class:std
42 << int_addr.ToString() << std::endl; member in class:std
50 << ext_addr.ToString() << std::endl; member in class:std
58 std::cout << "Listening internally at " << int_addr.ToString() << std::endl; member in class:std
59 std::cout << "Listening externally at " << ext_addr.ToString() << std::endl; member in class:std
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 88 (*OutStream) << "file " << existName << endl <<
89 "already exists. Overwrite with" << endl <<
125 (*OutStream) << message << endl;
180 (*OutStream) << endl;
211 (*OutStream) << endl << kProcessing << name << endl;
217 (*OutStream) << endl;
234 (*OutStream) << endl;
275 (*OutStream) << name << endl;
281 (*OutStream) << endl;
    [all...]
UpdateCallbackConsole.cpp 32 (*OutStream) << endl;
40 (*OutStream) << endl;
63 (*OutStream) << endl << endl;
81 (*OutStream) << endl << endl;
95 (*OutStream) << endl << endl;
101 (*OutStream) << endl;
  /external/opencv3/samples/cpp/
openni_capture.cpp 24 << endl; local
90 cout << "-cd Colorized disparity? (0 or 1; 1 by default) Ignored if disparity map is not selected to show." << endl; local
91 cout << "-fmd Fixed max disparity? (0 or 1; 0 by default) Ignored if disparity map is not colorized (-cd 0)." << endl; local
92 cout << "-mode image mode: resolution and fps, supported three values: 0 - CAP_OPENNI_VGA_30HZ, 1 - CAP_OPENNI_SXGA_15HZ," << endl; local
93 cout << " 2 - CAP_OPENNI_SXGA_30HZ (0 by default). Ignored if rgb image or gray image are not selected to show." << endl; local
94 cout << "-m Mask to set which output images are need. It is a string of size 5. Each element of this is '0' or '1' and" << endl; local
95 cout << " determine: is depth map, disparity map, valid pixels mask, rgb image, gray image need or not (correspondently)?" << endl ; local
96 cout << " By default -m 01010 i.e. disparity map and rgb image will be shown." << endl ; local
97 cout << "-r Filename of .oni video file. The data will grabbed from it." << endl ; local
159 cout << "No one output image is selected." << endl; local
170 cout << "Unsupported command line argument: " << argv[i] << "." << endl; local
190 cout << "Device opening ..." << endl; local
201 cout << "done." << endl; local
205 cout << "Can not open a capture object." << endl; local
234 cout << "\\nThis image mode is not supported by the device, the default value (CV_CAP_OPENNI_SXGA_15HZ) will be used.\\n" << endl; local
254 cout << "\\nDevice doesn't contain image generator." << endl; local
269 cout << "Can not grab images." << endl; local
    [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 195 cout << "ICU version - " << U_ICU_VERSION << endl; local
215 cout << "Doing " << ITER_COUNT << " iterations:" << endl; local
227 cout << " Done " << endl; local
236 out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" << endl; local
240 out << " <perfTestResult" << endl; local
252 out << "\"" << endl; local
253 out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" << endl;
254 out << " time=\"" << t[i] << "\" />" << endl; local
256 out << "</perfTestResults>" << endl; local
258 cout << " Wrote to " << argv[2] << endl; local
277 cout << "initialize failed! " << status << endl; local
283 cout << "run failed!" << endl; local
287 cout << "done!" << endl; local
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
LATCH_match.cpp 88 cout << "LATCH Matching Results" << endl; local
89 cout << "*******************************" << endl; local
90 cout << "# Keypoints 1: \t" << kpts1.size() << endl;
91 cout << "# Keypoints 2: \t" << kpts2.size() << endl;
92 cout << "# Matches: \t" << matched1.size() << endl;
93 cout << "# Inliers: \t" << inliers1.size() << endl;
94 cout << "# Inliers Ratio: \t" << inlier_ratio << endl; local
95 cout << endl; local
103 std::cerr << "OpenCV was built without xfeatures2d module" << std::endl; member in class:std
  /external/parameter-framework/upstream/remote-process/
main.cpp 49 cerr << "Unable to send command to target: " << strError << endl; local
57 cerr << "Unable to received answer from target: " << strError << endl; local
65 cerr << answerMessage.getAnswer() << endl;
70 cout << answerMessage.getAnswer() << endl;
83 cerr << "Missing arguments" << endl; local
84 cerr << "Usage: " << endl; local
85 cerr << "Send a single command:" << endl; local
86 cerr << "\t" << argv[0] << " hostname port command [argument[s]]" << endl; local
101 cerr << "Connection to '" << host << ":" << port << "' failed: " << e.what() << endl;

Completed in 902 milliseconds

<<11121314151617181920>>