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

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxForceFeedback.cpp 68 << ") : Read device max number of uploaded effects : " << nEffects << endl; local
81 << "is not supported by the device" << endl; local
99 << value << " => " << event.value << endl;
114 << "is not supported by the device" << endl; local
128 << enabled << " => 0x" << hex << event.value << dec << endl;
237 cout << endl; local
240 cout << " Enveloppe :" << endl
242 << " => " << ffenvelope->attack_length << endl
244 << " => " << ffenvelope->attack_level << endl
246 << " => " << ffenvelope->fade_length << endl
445 cout << " Condition[1] : Not implemented" << endl; local
522 << ") : Stopping effect with handle " << handle << endl; local
540 << ") : Starting effect with handle " << handle << endl; local
553 << ") : Removing effect with handle " << handle << endl; local
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 57 std::cerr << "Missing parameter after: " << arg << std::endl; member in class:std
65 std::cerr << "Unable to parse index: " << arg2 << std::endl; member in class:std
73 std::cerr << "Unknown argument: " << arg << std::endl; member in class:std
81 "the whole instance." << std::endl; member in class:std
86 << std::endl; member in class:std
91 << std::endl; member in class:std
98 "output file." << std::endl; member in class:std
111 << " devices found." << std::endl; member in class:std
123 << "' requested but not found." << std::endl;
142 std::cerr << "Unable to open file " << output_file << "." << std::endl; member in class:std
157 std::cout << "." << std::endl; member in class:std
    [all...]
vkjson_unittest.cc 47 << std::endl; member in class:std
74 std::cout << json << std::endl; member in class:std
80 std::cout << "Error: " << errors << std::endl; member in class:std
97 std::cout << "Error: " << errors << std::endl; member in class:std
102 std::cout << g_failures << " failures." << std::endl; member in class:std
105 std::cout << "Success." << std::endl; member in class:std
  /frameworks/base/libs/hwui/tests/unit/
main.cpp 82 cout << endl << "Leaked memory!" << endl; local
85 << endl << "and 'setprop libc.debug.malloc.options backtrace=8'"
86 << " to get backtraces" << endl; local
104 cerr << "Failed to get unreachable memory!" << endl;
110 cerr << "Failed to get unreachable memory!" << endl; local
115 cout << "Leak check took " << ns2ms(after - before) << "ms" << endl;
  /external/opencv3/samples/cpp/
facedetect.cpp 33 "\tUsing OpenCV version " << CV_VERSION << "\n" << endl; local
65 cout << "Processing " << i << " " << argv[i] << endl; local
69 cout << " from which we have cascadeName= " << cascadeName << endl; local
76 cerr << "WARNING: Could not load classifier cascade for nested objects" << endl; local
82 cout << " from which we read scale = " << scale << endl; local
91 cerr << "WARNING: Unknown option %s" << argv[i] << endl; local
99 cerr << "ERROR: Could not load classifier cascade" << endl; local
108 if(!capture) cout << "Capture from CAM " << c << " didn't work" << endl; local
116 if(!capture) cout << "Capture from AVI didn't work" << endl; local
122 if(image.empty()) cout << "Couldn't read ../data/lena.jpg" << endl; local
129 cout << "In capture ..." << endl; local
154 cout << "In image read" << endl; local
174 cout << "file " << buf << endl; local
185 cerr << "Aw snap, couldn't read image " << buf << endl; local
    [all...]
ufacedetect.cpp 31 "\tUsing OpenCV version " << CV_VERSION << "\n" << endl; local
64 cout << "Processing " << i << " " << argv[i] << endl; local
68 cout << " from which we have cascadeName= " << cascadeName << endl; local
75 cerr << "WARNING: Could not load classifier cascade for nested objects" << endl; local
81 cout << " from which we read scale = " << scale << endl; local
90 cerr << "WARNING: Unknown option %s" << argv[i] << endl; local
98 cerr << "ERROR: Could not load classifier cascade" << endl; local
103 cout << "old cascade: " << (cascade.isOldFormatCascade() ? "TRUE" : "FALSE") << endl;
109 cout << "Capture from camera #" << c << " didn't work" << endl; local
119 cout << "Could not read " << inputName << endl; local
127 cout << "Video capturing has been started ..." << endl; local
142 cout << "Detecting face(s) in " << inputName << endl; local
162 cout << "file " << buf << endl; local
173 cerr << "Aw snap, couldn't read image " << buf << endl; local
    [all...]
smiledetect.cpp 29 "\tUsing OpenCV version " << CV_VERSION << "\n" << endl; local
62 cout << "Processing " << i << " " << argv[i] << endl; local
66 cout << " from which we have cascadeName= " << cascadeName << endl; local
77 cout << " from which we read scale = " << scale << endl; local
86 cerr << "WARNING: Unknown option " << argv[i] << endl; local
94 cerr << "ERROR: Could not load face cascade" << endl; local
100 cerr << "ERROR: Could not load smile cascade" << endl; local
109 if(!capture) cout << "Capture from CAM " << c << " didn't work" << endl; local
114 if(!capture) cout << "Capture from AVI didn't work" << endl; local
121 cout << "In capture ..." << endl; local
122 cout << endl << "NOTE: Smile intensity will only be valid after a first smile has been detected" << endl; local
148 cerr << "ERROR: Could not initiate capture" << endl; local
    [all...]
starter_imagelist.cpp 30 "Using OpenCV version %s\n" << CV_VERSION << "\n" << endl; local
55 cout << "Press a key to see the next image in the list." << endl; local
76 cerr << "Failed to read image list\n" << endl; local
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_registration.cpp 114 cout << "Could not open or find the image" << endl; local
122 cout << "Click the box corners ..." << endl; local
123 cout << "Waiting ..." << endl; local
164 cout << "COMPUTING POSE ..." << endl; local
174 cout << "Correspondence found" << endl; local
181 cout << "Correspondence not found" << endl << endl; local
254 cout << "GOODBYE" << endl; local
262 << "--------------------------------------------------------------------------" << endl
263 << "This program shows how to create your 3D textured model. " << endl
267 << endl; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 178 out << endl; local
295 cerr << "Illegal command line argument(s)" << endl << endl; local
300 << "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" << endl
301 << endl
302 << "\tDump all offset transitions for the specified zones." << endl
303 << endl
304 << "Options:" << endl
305 << "\t-a : Dump all available zones." << endl
306 << "\t-d <dir> : When specified, write transitions in a file under" << endl
313 << "\\t values are 1902(low) and 2038(high)." << endl; local
412 cout << endl; local
414 cout << "ZONE: " << id << endl; local
    [all...]
  /external/opencv3/samples/tapi/
pyrlk_optical_flow.cpp 92 cout << "Usage: pyrlk_optical_flow [options]" << endl; local
93 cout << "Available options:" << endl; local
117 cout << "Points count : " << points << endl << endl; local
135 cout << "Capture from CAM " << c << " didn't work" << endl; local
137 cout << "Capture from file " << vdofile << " failed" <<endl; local
143 cout << "In capture ..." << endl; local
203 std::cout << "OpenCL was disabled" << std::endl; member in class:std
207 cout << "loop" << i << endl; local
220 cout << getTime() / LOOP_NUM << " ms" << endl; local
    [all...]
  /system/extras/alloc-stress/
alloc-stress.cpp 22 cerr << __func__ << "( " << getpid() << "):" << __LINE__ << " condition:" << #cond << " failed\n" << endl; \
140 cout << "Failed to connect to lmkd, errno " << errno << endl; local
149 cout << "Wrote " << written << " bytes to lmkd control socket." << endl; local
160 cout << "Failed to create memory cgroup" << endl; local
166 cout << "Unable to add process to memory cgroup" << endl; local
196 //cout << "total alloc: " << allocCount / (1<<20)<< " adj: " << argv[2]<< endl;;
197 //cout << "ptr: " << (long long)(void*)ptr << endl;;
202 cout << "parent:" << argc << endl; local
214 //;cout << getpid() << ":" << "parent signal" << endl;
223 cout << "adj: " << i << " sz: " << t / (1 << 20) << endl;
    [all...]
  /external/eigen/bench/
sparse_trisolver.cpp 87 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl;
91 std::cout << " rowmajor^-1 * b:\t" << timer.value() << endl;
102 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl;
106 std::cout << " rowmajor^-1 * b:\t" << timer.value() << endl;
111 // std::cout << " colmajor^-1 * b:\t" << timer.value() << " (inplace)" << endl;
116 // std::cout << " rowmajor^-1 * b:\t" << timer.value() << " (inplace)" << endl;
130 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl;
148 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl;
154 std::cout << " rowmajor^-1 * b:\t" << timer.value() << endl;
171 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl;
    [all...]
sparse_lu.cpp 53 std::cout << ":\t" << timer.value() << endl;
56 std::cout << ":\t FAILED" << endl; local
65 std::cout << " solve:\t" << timer.value() << endl;
67 std::cout << " solve:\t" << " FAILED" << endl; local
103 std::cout << "Eigen/dense:\t" << timer.value() << endl;
109 std::cout << " solve:\t" << timer.value() << endl;
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 49 void info(const std::string &log) override { std::cerr << "Info: " << log << std::endl; } member in class:final::std
51 void warning(const std::string &log) override { std::cerr << "Warning: " << log << std::endl; } member in class:final::std
185 << std::endl
186 << output << std::endl; member in class:std
202 std::cerr << "There are conflicting elements:" << std::endl << conflicting;
261 using std::endl;
264 std::cerr << usage << std::endl; member in class:std
274 std::cerr << "Domain generator config:" << endl
275 << " toplevelConfig=" << toplevelConfig << endl
276 << " verbose=" << verbose << endl
278 << " schemasDir=" << schemasDir << endl; local
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
FFConsoleDemo.cpp 156 //cout << "Decreasing variable towards " << _dMinValue << endl;
162 //cout << "Increasing variable towards " << _dMaxValue << endl;
165 //cout << "TriangleVariable::update : delta=" << _dDeltaValue << ", value=" << dValue << endl;
301 cout << endl << "Created buffered joystick #" << nJoyInd << " '" << pJoy->vendor()
318 cout << endl << " * Number of force feedback axes : "
319 << pFFDev->getFFAxesNumber() << endl;
328 cout << endl << endl; local
331 cout << "Warning: no supported effect found !" << endl; local
335 cout << " (no force feedback support detected) => ignored." << endl << endl local
664 cout << endl << endl << "The device can't play any effect of the test set" << endl; local
668 cout << endl << endl << "Selected device can play the following effects :" << endl; local
671 cout << endl; local
865 cout << "No Force Feedback device detected." << endl; local
1020 << "* Space : Toggle auto-centering on all the joysticks" << endl; local
1023 cout << endl << "Implemented effects :" << endl << endl; local
1025 cout << endl; local
1125 << "Note: 1 effect can be played on 1 joystick at a time for the moment." << endl << endl; local
1138 cout << endl << endl << "Exiting ..." << endl << endl; local
1141 cout << "Click on this window and ..." << endl; local
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/core/discrete_fourier_transform/
discrete_fourier_transform.cpp 13 cout << endl
14 << "This program demonstrated the use of the discrete Fourier transform (DFT). " << endl
15 << "The dft of an image is taken and it's power spectrum is displayed." << endl
16 << "Usage:" << endl
17 << progName << " [image_name -- default ../data/lena.jpg] " << endl << endl; local
  /external/opencv3/samples/cpp/tutorial_code/viz/
transformations.cpp 21 << "--------------------------------------------------------------------------" << endl
24 << "from camera point of view (C) or global point of view (G)" << endl
25 << "Usage:" << endl
26 << "./transformations [ G | C ]" << endl
27 << endl; local
61 cout << "Missing arguments." << endl; local
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
rtp_to_text.cc 64 std::cout << "Input file: " << input_filename << std::endl; member in class:std
65 std::cout << "Output file: " << table_name << ".txt" << std::endl; member in class:std
70 std::cout << "Cannot open input file " << input_filename << std::endl; member in class:std
78 std::cout << "Error adding table " << table_name << ".txt" << std::endl; member in class:std
94 std::cout << "Error reading file " << input_filename << std::endl; member in class:std
101 std::cout << "Error reading file " << input_filename << std::endl; member in class:std
  /frameworks/base/tools/aapt2/util/
Maybe_test.cpp 31 << std::endl; member in class:aapt::Dummy::std
42 << "}" << std::endl; member in class:aapt::Dummy::std
50 << "}" << std::endl; member in class:aapt::Dummy::std
63 << "}" << std::endl; member in class:aapt::Dummy::std
73 << "}" << std::endl; member in class:aapt::Dummy::std
80 << std::endl; member in class:aapt::Dummy::std
  /external/zlib/src/contrib/iostream3/
test.cc 19 << 1.3 << "\nPlan " << 9 << std::endl;
23 << 1.3 << "\nPlan " << 9 << std::endl;
36 << 1.3 << "\nPlan " << 9 << std::endl; member in class:std
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
a110x.cxx 55 cout << "Magnet (south polarity) detected." << endl; local
57 cout << "No magnet detected." << endl; local
63 cout << "Exiting..." << endl; local
ak8975.cxx 58 cout << "MX = " << x << " MY = " << y << " MZ = " << z << endl; local
60 cout << endl; local
67 cout << "Exiting..." << endl; local
buzzer-sound.cxx 39 std::cout << sound->name() << std::endl; member in class:std
44 std::cout << sound->playSound(chord[chord_ind], 1000000) << std::endl; member in class:std
49 std::cout << "exiting application" << std::endl; member in class:std
ecs1030.cxx 51 std::cout << "I = " << sensor->getCurrency_A () << ", Power = " << sensor->getPower_A () << std::endl; member in class:std
52 std::cout << "I = " << sensor->getCurrency_B () << ", Power = " << sensor->getPower_B () << std::endl; member in class:std
55 std::cout << "exiting application" << std::endl; member in class:std

Completed in 387 milliseconds

<<11121314151617181920>>