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
1422
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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
/test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp
45
cout << "Android VTS Compiler (AVTSC)" <<
endl
;
local
53
cout << "- args[" << i << "] " << argv[i] <<
endl
;
local
61
cout << "- mode: PROFILER" <<
endl
;
local
66
cout << "- mode: FUZZER" <<
endl
;
local
74
cout << "- type: HEADER" <<
endl
;
local
79
cout << "- type: SOURCE" <<
endl
;
local
86
cout << "- VTS base dir: " << vts_base_dir <<
endl
;
local
92
cerr << "argc " << argc << " < 5" <<
endl
;
local
106
cerr << __func__ << " can't chdir to " << vts_base_dir <<
endl
;
local
138
cout << ent->d_name <<
endl
;
149
<< argv[opt_count + 1] << "." <<
endl
;
local
[
all
...]
/frameworks/native/libs/binder/tests/
binderThroughputTest.cpp
27
cerr << __func__ << ":" << __LINE__ << " condition:" << #cond << " failed\n" <<
endl
; \
141
<< m_worst / 1000 << " microseconds" <<
endl
;
local
147
cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" <<
endl
;
local
167
cout <<
endl
;
local
201
cout << "Created BinderWorker" << num <<
endl
;
local
230
cout << "thread " << num << " failed " << ret << "i : " << i <<
endl
;
local
291
cout << "waiting for workers to complete" <<
endl
;
local
299
cout << "iterations per sec: " << iterations_per_sec <<
endl
;
local
302
cout << "collecting results" <<
endl
;
local
312
cout << "killing workers" <<
endl
;
local
318
cout << "nonzero child status" << status <<
endl
;
local
345
cout << "Usage: binderThroughputTest [OPTIONS]" <<
endl
;
local
346
cout << "\\t-i N : Specify number of iterations." <<
endl
;
local
347
cout << "\\t-m N : Specify expected max latency in microseconds." <<
endl
;
local
348
cout << "\\t-p : Split workers into client\/server pairs." <<
endl
;
local
349
cout << "\\t-s N : Specify payload size." <<
endl
;
local
350
cout << "\\t-t N : Run training round." <<
endl
;
local
351
cout << "\\t-w N : Specify total number of workers." <<
endl
;
local
386
cout << "Max latency -m must be positive." <<
endl
;
local
393
cout << "Start training round" <<
endl
;
local
395
cout << "Completed training round" <<
endl
<<
endl
;
local
[
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/
benchmark-blocking-sizes.cpp
234
cout << "contents of /proc/cpuinfo:" <<
endl
;
239
cout << line <<
endl
;
243
cout <<
endl
;
245
cout << "output of sysctl hw:" <<
endl
;
247
cout <<
endl
;
279
cerr << "usage: " << argv[0] << " <action> [options...]" <<
endl
<<
endl
;
280
cerr << "available actions:" <<
endl
<<
endl
;
282
cerr << " " << (*it)->invokation_name() <<
endl
;
[
all
...]
bench_sum.cpp
17
cout << v.sum() <<
endl
;
sparse_dense_product.cpp
80
std::cout << " a * v:\t" << timer.best() << " " << double(REPEAT)/timer.best() << " * / sec " <<
endl
;
87
std::cout << " a' * v:\t" << timer.best() <<
endl
;
96
std::cout << " a * v:\t" << timer.best()/REPEAT << " " << double(REPEAT)/timer.best(REAL_TIMER) << " * / sec " <<
endl
;
101
std::cout << " a' * v:\t" << timer.best()/REPEAT <<
endl
;
local
109
// std::cout << " a * v:\t" << timer.value() <<
endl
;
112
// std::cout << " a' * v:\t" << timer.value() <<
endl
;
128
std::cout << " a * v:\t" << timer.value() <<
endl
;
131
std::cout << " a' * v:\t" << timer.value() <<
endl
;
150
std::cout << " a * v:\t" << timer.value() <<
endl
;
153
// std::cout << " a' * v:\t" << timer.value() <<
endl
;
[
all
...]
/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
;
/test/vts/drivers/hal/common/binder/
VtsFuzzerBinderService.cpp
68
<<
endl
;
local
76
<<
endl
;
local
96
<<
endl
;
local
104
<<
endl
;
local
117
alog << data <<
endl
;
local
122
alog << reply <<
endl
;
local
139
alog << data <<
endl
;
local
144
alog << reply <<
endl
;
local
/external/clang/test/Modules/Inputs/PR24954/
B.h
10
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/
BiCGSTAB_step_by_step.cpp
12
std::cout << i << " : " << solver.error() << std::
endl
;
member in class:std
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
/prebuilts/misc/common/swig/include/2.0.11/ruby/
std_ios.i
10
AUTODOC(
endl
, "Add an end line to stream");
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/external/ImageMagick/Magick++/demo/
flip.cpp
38
// cout << "Total scenes: " << imageList.size() <<
endl
;
49
cout << "Writing image \"flip_out.miff\" ..." <<
endl
;
local
55
cout << "Caught exception: " << error_.what() <<
endl
;
/external/lzma/CPP/7zip/UI/Console/
HashCon.cpp
27
*_so << kScanningMessage <<
endl
;
local
65
*_so << _s <<
endl
<<
endl
;
local
149
*_so << _s <<
endl
;
local
182
*_so << _s <<
endl
;
local
274
*_so <<
endl
;
local
309
so << s <<
endl
;
local
322
so <<
endl
;
local
332
*_so << name << s <<
endl
;
local
345
*_so <<
endl
<< endl;
local
362
*_so <<
endl
;
local
[
all
...]
/external/vulkan-validation-layers/libs/glm/virtrev/
xstream.hpp
92
stream << "<glm_mat2>" << std::
endl
;
96
stream << "/>" << std::
endl
;
100
stream << "/>" << std::
endl
;
109
stream << "<glm_mat3>" << std::
endl
;
114
stream << "/>" << std::
endl
;
119
stream << "/>" << std::
endl
;
124
stream << "/>" << std::
endl
;
133
stream << "<glm_mat4>" << std::
endl
;
139
stream << "/>" << std::
endl
;
145
stream << "/>" << std::
endl
;
[
all
...]
Completed in 1061 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>