OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
426 - 450
of
1375
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
142
s <<
endl
<< "Error: " << message <<
endl
;
local
214
stdStream <<
endl
;
local
215
stdStream << "WARNINGS for files:" <<
endl
<<
endl
;
local
220
stdStream << NError::MyFormatMessage(callback.CantFindCodes[i]) <<
endl
;
222
stdStream << "----------------" <<
endl
;
local
226
stdStream <<
endl
;
local
265
stdStream << kEverythingIsOk <<
endl
;
local
269
stdStream <<
endl
;
local
270
stdStream << "WARNINGS for files:" <<
endl
<<
endl
;
local
276
stdStream << "----------------" <<
endl
;
local
280
stdStream <<
endl
;
local
[
all
...]
/external/opencv3/modules/viz/src/vtk/
vtkOBJWriter.cpp
87
outfile << "# wavefront obj file written by opencv viz module" << std::
endl
<< std::
endl
;
member in class:std
88
outfile << "mtllib NONE" << std::
endl
<< std::
endl
;
member in class:std
95
outfile << std::setprecision(this->DecimalPrecision) << "v " << p[0] << " " << p[1] << " " << p[2] << std::
endl
;
member in class:std
108
outfile << std::setprecision(this->DecimalPrecision) << "vn " << p[0] << " " << p[1] << " " << p[2] << std::
endl
;
member in class:std
119
outfile << std::setprecision(this->DecimalPrecision) << "vt " << p[0] << " " << p[1] << std::
endl
;
member in class:std
124
outfile << std::
endl
<< "g grp" << idStart << std::
endl
;
member in class:std
125
outfile << "usemtl mtlNONE" << std::
endl
;
member in class:std
137
outfile << std::
endl
;
member in class:std
158
outfile << std::
endl
;
member in class:std
187
outfile << std::
endl
;
member in class:std
217
<< index[i] + idStart << "\/" << index[i] + idStart << "\/" << index[i] + idStart << std::
endl
;
member in class:std
222
<< "\/\/" << index[i2] + idStart << " " << index[i] + idStart << "\/\/" << index[i] + idStart << std::
endl
;
member in class:std
230
<< "\/" << index[i2] + idStart << " " << index[i] + idStart << "\/" << index[i] + idStart << std::
endl
;
member in class:std
233
outfile << "f " << index[i1] + idStart << " " << index[i2] + idStart << " " << index[i] + idStart << std::
endl
;
member in class:std
[
all
...]
/frameworks/native/cmds/service/
service.cpp
74
aerr << "service: Unable to get default service manager!" <<
endl
;
local
92
aerr << "service: Unknown option -" << ic <<
endl
;
local
107
(service == NULL ? ": not found" : ": found") <<
endl
;
109
aerr << "service: No service specified for check" <<
endl
;
local
116
aout << "Found " << services.size() << " services:" <<
endl
;
123
<<
endl
;
143
aerr << "service: no integer supplied for 'i32'" <<
endl
;
local
152
aerr << "service: no integer supplied for 'i64'" <<
endl
;
local
161
aerr << "service: no string supplied for 's16'" <<
endl
;
local
170
aerr << "service: no number supplied for 'f'" <<
endl
;
local
179
aerr << "service: no number supplied for 'd'" <<
endl
;
local
268
aerr << "service: unknown option " << argv[optind] <<
endl
;
local
276
aout << "Result: " << reply <<
endl
;
local
279
<< " does not exist" <<
endl
;
local
284
aerr << "service: No service specified for call" <<
endl
;
local
286
aerr << "service: No code specified for call" <<
endl
;
local
292
aerr << "service: Unknown command " << argv[optind] <<
endl
;
local
[
all
...]
/external/ImageMagick/Magick++/tests/
readWriteBlob.cpp
41
cout << "Failed to stream into blob!" <<
endl
;
local
83
cout << "Failed to open file " << testimage << " for input!" <<
endl
;
local
96
cout << "Failed to read file " << testimage << " for input!" <<
endl
;
local
116
<< signature <<
endl
;
local
130
<< signature <<
endl
;
local
145
<< signature <<
endl
;
local
161
<< signature <<
endl
;
local
186
<< signature <<
endl
;
local
215
cout << "Failed to open file for input!" <<
endl
;
local
230
<< signature <<
endl
;
local
248
cout << failures << " failures" <<
endl
;
local
[
all
...]
coderInfo.cpp
37
<<
endl
;
51
<<
endl
;
65
<<
endl
;
91
<<
endl
;
100
<<
endl
;
118
cout << "Caught exception: " << error_.what() <<
endl
;
123
cout << "Caught exception: " << error_.what() <<
endl
;
129
cout << failures << " failures" <<
endl
;
local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btLemkeAlgorithm.cpp
72
cout << "Dimension = " << dim <<
endl
;
local
84
cout << m_M << std::
endl
;
member in class:std
97
cout << A << std::
endl
;
member in class:std
133
// cout << "A: " << A <<
endl
;
134
cout << "pivotRowIndex " << pivotRowIndex <<
endl
;
local
135
cout << "pivotColIndex " << pivotColIndex <<
endl
;
local
139
cout <<
endl
;
local
157
// cout << "A: " << A <<
endl
;
158
cout << "pivotRowIndex " << pivotRowIndex <<
endl
;
local
159
cout << "pivotColIndex " << pivotColIndex <<
endl
;
local
163
cout <<
endl
;
local
190
cout << "Number of loops: " << steps <<
endl
;
local
191
cout << "Number of maximal loops: " << maxloops <<
endl
;
local
199
cerr << "Lemke-Algorithm ended with Ray-Termination (no valid solution)." <<
endl
;
local
209
cout << "pivotRowIndex " << pivotRowIndex <<
endl
;
local
210
cout << "pivotColIndex " << pivotColIndex <<
endl
;
local
303
cout << A << std::
endl
;
member in class:std
323
cout << A << std::
endl
;
member in class:std
330
cout << A << std::
endl
;
member in class:std
341
cout << A << std::
endl
;
member in class:std
[
all
...]
/external/bison/examples/calc++/
calc++-driver.cc
31
std::cerr << l << ": " << m << std::
endl
;
member in class:std
37
std::cerr << m << std::
endl
;
member in class:std
/external/eigen/bench/spbench/
sp_solver.cpp
42
cout << "End charging matrix " <<
endl
;
local
57
// cout<< "OuterSize " << A.outerSize() << " inner " << A.innerSize() <<
endl
;
60
// cout << " norm of A " << mat1.norm() <<
endl
; ;
69
// std::cout<< "NORM " << mat1.squaredNorm()<<
endl
;
71
cout<< "Time to load the matrix " << timer.value() <<
endl
;
90
cout<< "Starting the factorization "<<
endl
;
local
104
cout <<" Compute Time " << time_comp<<
endl
;
local
112
cout<< " Time to solve " << time_solve <<
endl
;
local
/external/v8/src/
basic-block-profiler.cc
83
os << "---- Start Profiling Data ----" << std::
endl
;
88
os << "---- End Profiling Data ----" << std::
endl
;
99
os << "schedule for " << name << std::
endl
;
100
os << d.schedule_.c_str() << std::
endl
;
102
os << "block counts for " << name << ":" << std::
endl
;
104
os << "block " << d.block_ids_[i] << " : " << d.counts_[i] << std::
endl
;
106
os << std::
endl
;
108
os << d.code_.c_str() << std::
endl
;
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ldt0028.cxx
46
<< std::
endl
<< std::
endl
;
member in class:std
61
THRESHOLD << " a total of " << count << " times," << std::
endl
63
<< " readings." << std::
endl
<< std::
endl
;
member in class:std
68
<< std::
endl
<< "each second for the last "
69
<< NUMBER_OF_SECONDS << " seconds." << std::
endl
;
member in class:std
82
std::cout << std::
endl
;
member in class:std
at42qt1070.cxx
58
cout <<
endl
;
local
61
cout << "Calibration is occurring." <<
endl
;
local
64
cout << "Overflow was detected." <<
endl
;
local
86
cout << "Exiting..." <<
endl
;
local
grovecollision.cxx
49
cout << "No collision" <<
endl
;
local
54
cout << "Collision!" <<
endl
;
local
59
cout << "No collision" <<
endl
;
local
65
cout << "Exiting" <<
endl
;
local
grovemd.cxx
41
cout << "Spin M1 and M2 at half speed for 3 seconds" <<
endl
;
local
47
cout << "Reversing M1 and M2 for 3 seconds" <<
endl
;
local
53
cout << "Stopping motors" <<
endl
;
local
56
cout << "Exiting..." <<
endl
;
local
h3lis331dl.cxx
64
cout << "Raw: X = " << x << " Y = " << y << " Z = " << z <<
endl
;
local
67
<<
endl
;
local
69
cout <<
endl
;
local
76
cout << "Exiting..." <<
endl
;
local
/system/tools/aidl/tests/
aidl_test_client_nullables.cpp
42
using std::
endl
;
96
cout << "... Confirming nullables for " << type_name << " ..." <<
endl
;
local
103
cerr << "Could not repeat nullable " << type_name << "." <<
endl
;
local
108
cerr << "Got back null when repeating " << type_name << "." <<
endl
;
local
114
<< "." <<
endl
;
local
122
cerr << "Could not repeat null as " << type_name << "." <<
endl
;
local
128
<<
endl
;
local
139
cout << "Confirming passing and returning nullable values works." <<
endl
;
local
/external/eigen/bench/
bench_sum.cpp
17
cout << v.sum() <<
endl
;
/external/eigen/doc/examples/
TutorialLinAlgExComputeSolveError.cpp
13
cout << "The relative error is:\n" << relative_error <<
endl
;
local
class_CwiseBinaryOp.cpp
16
cout << m1.binaryExpr(m2, MakeComplexOp<double>()) <<
endl
;
/external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_LinSpaced.cpp
7
std::cout << table << std::
endl
;
member in class:std
/external/eigen/unsupported/doc/examples/
MatrixPower.cpp
14
"The matrix power A^(pi/4) is:\n" << A.pow(pi/4) << std::
endl
;
member in class:std
MatrixPower_optimal.cpp
15
"A^3.9 is:\n" << Apow(3.9) << std::
endl
;
member in class:std
/ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/ndk/tests/device/issue62910-gcc4.8.2-libstdc++-nth-element-segfault/jni/
issue62910-gcc4.8.2-libstdc++-nth-element-segfault.cpp
25
std::cout << i << std::
endl
;
member in class:std
/prebuilts/misc/common/swig/include/2.0.11/ruby/
std_ios.i
10
AUTODOC(
endl
, "Add an end line to stream");
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
Completed in 4657 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>