OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
326 - 350
of
1131
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/protobuf/examples/
list_people.cc
14
cout << "Person ID: " << person.id() <<
endl
;
15
cout << " Name: " << person.name() <<
endl
;
17
cout << " E-mail address: " << person.email() <<
endl
;
34
cout << phone_number.number() <<
endl
;
47
cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" <<
endl
;
local
57
cerr << "Failed to parse address book." <<
endl
;
local
/external/eigen/doc/examples/
tut_matrix_coefficient_accessors.cpp
13
std::cout << "Here is the matrix m:\n" << m << std::
endl
;
member in class:std
17
std::cout << "Here is the vector v:\n" << v << std::
endl
;
member in class:std
QuickStart_example.cpp
13
std::cout << m << std::
endl
;
member in class:std
Tutorial_simple_example_fixed_size.cpp
14
<< m4 << "\nv4:\n" << v4 << std::
endl
;
member in class:std
function_taking_eigenbase.cpp
9
<< ", " << b.cols() << ")" << std::
endl
;
member in class:std
/external/eigen/doc/snippets/
MatrixBase_all.cpp
5
<< ((boxMin.array()<p0.array()).all() && (boxMax.array()>p0.array()).all()) <<
endl
;
7
<< ((boxMin.array()<p1.array()).all() && (boxMax.array()>p1.array()).all()) <<
endl
;
/external/eigen/unsupported/doc/examples/
PolynomialUtils1.cpp
10
cout << "Roots: " << roots.transpose() <<
endl
;
15
cout << polynomial[4] << ".x^4" <<
endl
;
local
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp
122
cout << "ICU version - " << U_ICU_VERSION <<
endl
;
local
146
out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" <<
endl
;
local
150
out << " <perfTestResult" <<
endl
;
local
160
out << "\"" <<
endl
;
local
163
out << " iterations=\"" << iter << "\"" <<
endl
;
local
164
out << " time=\"" << t[i] << "\" />" <<
endl
;
local
166
out << "</perfTestResults>" <<
endl
;
local
180
cout << "initialize failed! " << status <<
endl
;
local
183
//cout << "Done initializing!\n" <<
endl
;
186
cout << "run failed!" <<
endl
;
local
190
cout << "done!" <<
endl
;
local
[
all
...]
/external/eigen/bench/
sparse_product.cpp
128
std::cout << " a * b:\t" << timer.value() <<
endl
;
135
std::cout << " a' * b:\t" << timer.value() <<
endl
;
142
std::cout << " a' * b':\t" << timer.value() <<
endl
;
149
std::cout << " a * b':\t" << timer.value() <<
endl
;
159
std::cout << " a * b:\t" << timer.value() <<
endl
;
162
// std::cout << " a' * b:\t" << timer.value() <<
endl
;
165
// std::cout << " a' * b':\t" << timer.value() <<
endl
;
168
// std::cout << " a * b' :\t" << timer.value() <<
endl
;
174
// std::cout << " a * b:\t" << timer.value() <<
endl
;
177
// std::cout << " a' * b:\t" << timer.value() <<
endl
;
[
all
...]
/external/oprofile/pp/
opreport_options.cpp
119
<< "are incompatible with --xml" <<
endl
;
local
153
<< "\" for writing." <<
endl
;
local
171
cerr << "--callgraph is incompatible with --details" <<
endl
;
local
176
cerr << "differential profiles are incompatible with --callgraph" <<
endl
;
local
183
cerr << "--accumulated is incompatible with --xml" <<
endl
;
local
188
cerr << "--global_percent is incompatible with --xml" <<
endl
;
local
195
cerr << "differential profiles are incompatible with --details" <<
endl
;
local
202
"without --symbols" <<
endl
;
local
208
"without --symbols" <<
endl
;
local
214
<< "meaningless without --symbols" <<
endl
;
local
220
<< "meaningless without --symbols" <<
endl
;
local
227
<< "meaningless without --symbols" <<
endl
;
local
234
"and without --details or --callgraph" <<
endl
;
local
269
cverb << vsfile << "profile_classes:\\n" << classes <<
endl
;
local
273
"too strict ?" <<
endl
;
local
322
cerr << "differential profiles are incompatible with --xml" <<
endl
;
local
325
cverb << vsfile << "profile spec 1:" <<
endl
;
local
327
cverb << vsfile << "profile spec 2:" <<
endl
;
local
331
cerr << "profile classes are incompatible" <<
endl
;
local
[
all
...]
oparchive.cpp
47
cout << source <<
endl
;
local
53
<< " cause: " << strerror(errno) <<
endl
;
76
<< archive_stats << "." <<
endl
;
local
92
<< archive_stats_path << "." <<
endl
;
local
111
<< options::outdirectory << "." <<
endl
;
local
123
cverb << vdebug << "(exe_names)" <<
endl
<<
endl
;
local
145
cverb << vdebug << real_exe_name <<
endl
;
local
150
<< exe_archive_file << "." <<
endl
;
local
175
<< dest_debug_dir << "." <<
endl
;
local
196
cverb << vdebug << "(sample_names)" <<
endl
<<
endl
;
local
204
cverb << vdebug << sample_name <<
endl
;
local
205
cverb << vdebug << " destp " << sample_archive_file <<
endl
;
local
209
<< sample_archive_file << "." <<
endl
;
local
[
all
...]
/external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.cpp
59
cout << "ICU version - " << U_ICU_VERSION <<
endl
;
local
64
cout << "initialization failed! " << status <<
endl
;
local
69
cout << "run failed!" <<
endl
;
local
74
cout << "done!" <<
endl
;
local
/external/chromium_org/tools/gyp/test/library_dirs/subdir/
hello.cc
9
std::cout << "Hello " << my_foo(99) << std::
endl
;
member in class:std
/external/chromium_org/tools/gyp/test/mac/libraries/subdir/
hello.cc
8
std::cout << "Hello, world!" << std::
endl
;
member in class:std
/external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.cpp
59
cout << "ICU version - " << U_ICU_VERSION <<
endl
;
local
64
cout << "initialization failed! " << status <<
endl
;
local
69
cout << "run failed!" <<
endl
;
local
74
cout << "done!" <<
endl
;
local
/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
;
/frameworks/native/cmds/dumpsys/
dumpsys.cpp
36
aerr << "dumpsys: Unable to get default service manager!" <<
endl
;
local
61
aout << "Currently running services:" <<
endl
;
local
66
aout << " " << services[i] <<
endl
;
local
80
"-------------------" <<
endl
;
local
81
aout << "DUMP OF SERVICE " << services[i] << ":" <<
endl
;
local
86
<< ") " << services[i] <<
endl
;
local
89
aerr << "Can't find service: " << services[i] <<
endl
;
local
/system/extras/tests/binder/benchmarks/
binderAddInts.cpp
108
<< " errno: " << errno <<
endl
;
local
124
<< " option of: " << optarg <<
endl
;
local
130
cerr << "CPU " << optarg << " not currently available" <<
endl
;
local
131
cerr << " Available CPUs: " << availCPUs <<
endl
;
local
143
cerr << "Invalid iterations specified of: " << optarg <<
endl
;
local
148
<< optarg <<
endl
;
local
156
cerr << "Invalid delay specified of: " << optarg <<
endl
;
local
163
cerr << basename(argv[0]) << " [options]" <<
endl
;
164
cerr << " options:" <<
endl
;
local
165
cerr << " -s cpu - server CPU number" <<
endl
;
local
166
cerr << " -c cpu - client CPU number" <<
endl
;
local
167
cerr << " -n num - iterations" <<
endl
;
local
168
cerr << " -d time - delay after operation in seconds" <<
endl
;
local
180
cout <<
endl
;
local
187
cout <<
endl
;
local
208
<< errno <<
endl
;
local
232
<< " errno: " << errno <<
endl
;
local
254
cout << serviceName << " not published, waiting..." <<
endl
;
local
278
<< " errno: " << errno <<
endl
;
local
292
cerr << "Unexpected result for iteration " << iter <<
endl
;
local
293
cerr << " result: " << result <<
endl
;
local
294
cerr << "expected: " << expected <<
endl
;
local
304
<<
endl
;
local
324
<< cpu_ <<
endl
;
local
338
cerr << "server onTransact unknown code, code: " << code <<
endl
;
local
355
cerr << "bindCPU failed, rv: " << rv << " errno: " << errno <<
endl
;
local
[
all
...]
/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/lldb/test/lang/cpp/stl/
main.cpp
16
std::cout << hello_world << std::
endl
;
member in class:std
17
std::cout << hello_world.length() << std::
endl
;
member in class:std
18
std::cout << hello_world[11] << std::
endl
;
member in class:std
21
std::cout << "size of upon construction associative_array: " << associative_array.size() << std::
endl
;
member in class:std
26
std::cout << "size of associative_array: " << associative_array.size() << std::
endl
;
member in class:std
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp
122
cout << "ICU version - " << U_ICU_VERSION <<
endl
;
local
142
cout << "Doing " << ITER_COUNT << " iterations:" <<
endl
;
local
154
cout << " Done " <<
endl
;
local
163
out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" <<
endl
;
local
167
out << " <perfTestResult" <<
endl
;
local
179
out << "\"" <<
endl
;
local
180
out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" <<
endl
;
181
out << " time=\"" << t[i] << "\" />" <<
endl
;
local
183
out << "</perfTestResults>" <<
endl
;
local
185
cout << " Wrote to " << argv[2] <<
endl
;
local
204
cout << "initialize failed! " << status <<
endl
;
local
210
cout << "run failed!" <<
endl
;
local
214
cout << "done!" <<
endl
;
local
[
all
...]
/external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp
33
(*OutStream) <<
endl
;
35
(*OutStream) << "Error: " << name << " is not supported archive" <<
endl
;
57
(*OutStream) <<
endl
<<
endl
;
70
(*OutStream) <<
endl
<<
endl
;
84
(*OutStream) <<
endl
<<
endl
;
90
(*OutStream) <<
endl
;
ExtractCallbackConsole.cpp
68
"\nalready exists. Overwrite with " <<
endl
;
102
(*OutStream) << message <<
endl
;
135
(*OutStream) <<
endl
;
164
(*OutStream) <<
endl
<< kProcessing << name <<
endl
;
170
(*OutStream) <<
endl
;
187
(*OutStream) <<
endl
;
195
(*OutStream) <<
endl
<< kNoFiles <<
endl
;
203
(*OutStream) <<
endl
;
[
all
...]
Completed in 528 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>