OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
351 - 375
of
829
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/oprofile/libabi/tests/
abi_test.cpp
44
cerr << "error: no file specified to work on" <<
endl
;
local
53
<< " for writing" <<
endl
;
local
66
<< strerror(rc) <<
endl
;
90
cerr << strerror(rc) <<
endl
;
/external/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
18
using _STLP_OLD_IO_NAMESPACE::
endl
;
/external/eigen/bench/
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
...]
sparse_transpose.cpp
55
std::cout << " Eigen dense:\t" << timer.value() <<
endl
;
64
std::cout << " Eigen:\t" << timer.value() <<
endl
;
74
std::cout << " CSparse:\t" << timer.value() <<
endl
;
85
std::cout << " GMM:\t\t" << timer.value() <<
endl
;
95
std::cout << " MTL4:\t\t" << timer.value() <<
endl
;
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
...]
/external/oprofile/pp/
common_option.cpp
63
<< " allowed range: [0-100]" <<
endl
;
local
69
<< " allowed range: [0-100]" <<
endl
;
local
74
cverb << vdebug << "threshold: " << value <<
endl
;;
local
162
cerr <<
endl
;
local
201
cerr << argv[0] << " error: " << e.what() <<
endl
;
204
cerr << argv[0] << " error: " << e.what() <<
endl
;
207
cerr << argv[0] << " error: " << e.what() <<
endl
;
210
cerr << argv[0] << " error: " << e.what() <<
endl
;
213
cerr << argv[0] << " error: " << e.what() <<
endl
;
216
cerr << argv[0] << " unknown exception" <<
endl
;
277
cerr << "unknown merge option: " << *cit <<
endl
;
local
287
<< "with --exclude-dependent" <<
endl
;
local
[
all
...]
opannotate_options.cpp
94
cerr << "differential profiles not allowed" <<
endl
;
local
111
<<
endl
;
local
116
cerr << "--output-dir is meaningless with --assembly" <<
endl
;
local
130
cverb << vsfile << "Archive: " << pspec.get_archive_path() <<
endl
;
133
<<
endl
;
146
cverb << vsfile << "profile_classes:\n" << classes <<
endl
;
local
150
"too strict ?" <<
endl
;
local
/external/stlport/test/eh/
bug.cpp
26
std::cout << "vector fill: " << t.elapsed() << std::
endl
;
33
std::cout << "map fill 1: " << t.elapsed() << std::
endl
;
38
std::cout << "map fill 2: " << t.elapsed() << std::
endl
;
main.cpp
118
// using std::
endl
;
131
cerr<<"\t[-n <iterations>] : number of test iterations, default==100;"<<
endl
;
local
132
cerr<<"\t[-s <size>] : base value for random container sizes, default==1000;"<<
endl
;
local
133
cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<
endl
;
local
135
// cerr<<"\t[-i] : ignore leak errors;"<<
endl
;
136
cerr<<"\t[-q] : quiet mode;"<<
endl
;
local
137
cerr<<"\t[-v] : verbose mode;"<<
endl
;
local
138
cerr<<"\t[-t] : track each allocation;"<<
endl
;
local
139
cerr<<"\t[test name [test name...]] : run only some of the tests by name (default==all tests):"<<
endl
;
local
140
cerr<<"\t\tpossible test names are : algo vector bit_vector list slist deque set map hash_set hash_map rope string bitset valarray"<<
endl
;
local
282
cerr << "EH test : algobase" <<
endl
;
local
287
cerr << "EH test : algo" <<
endl
;
local
293
cerr << "EH test : vector" <<
endl
;
local
300
cerr << "EH test : bit_vector" <<
endl
;
local
307
cerr << "EH test : list" <<
endl
;
local
314
cerr << "EH test : slist" <<
endl
;
local
321
cerr << "EH test : deque" <<
endl
;
local
326
cerr << "EH test : set" <<
endl
;
local
329
cerr << "EH test : multiset" <<
endl
;
local
335
cerr << "EH test : map" <<
endl
;
local
338
cerr << "EH test : multimap" <<
endl
;
local
345
cerr << "EH test : hash_map" <<
endl
;
local
348
cerr << "EH test : hash_multimap" <<
endl
;
local
354
cerr << "EH test : hash_set" <<
endl
;
local
357
cerr << "EH test : hash_multiset" <<
endl
;
local
367
cerr << "EH test : rope" <<
endl
;
local
375
cerr << "EH test : string" <<
endl
;
local
382
cerr << "EH test : bitset" <<
endl
;
local
389
cerr << "EH test : valarray" <<
endl
;
local
[
all
...]
/external/srec/tools/grxmlcompile/
vocab.cpp
44
std::cout << "Error: " << ESR_rc2str(rc) <<std::
endl
;
member in class:std
88
std::cout << "DEBUG: " << phrase <<" to be looked up" << std::
endl
;
member in class:std
92
// std::cout <<"ERORORORORROOR!" <<std::
endl
;
93
std::cout <<"ERROR: " << ESR_rc2str(rc) << std::
endl
;
member in class:std
96
std::cout <<"OUTPUT: " << prons << " num " << len << std::
endl
;
member in class:std
104
std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::
endl
;
member in class:std
109
std::cout << "DEBUG: " << phrase << " " << pron << std::
endl
;
member in class:std
135
std::cerr << "out_of_range: " << err.what() << std::
endl
;
146
std::cout << "Pron #" << ii << ": " << s << std::
endl
;
member in class:std
157
std::cout << " Pron #" << ii << ": " << s << std::
endl
;
member in class:std
164
std::cout << std::
endl
;
member in class:std
249
std::cout <<"DEBUG model id: " << lphon <<cphon << rphon << " "<< id << std::
endl
;
member in class:std
275
std::cout << "Error: while trying to load " << arbFileName.c_str() << std::
endl
;
member in class:std
291
std::cout << "getStateIndices: count = " << numStates <<std::
endl
;
member in class:std
300
std::cout << std::
endl
;
member in class:std
[
all
...]
/external/eigen/unsupported/doc/examples/
FFT.cpp
89
cout << "roundtrip rmse: " << rmse <<
endl
;
local
103
cout << "nfft=" << nfft <<
endl
;
local
104
cout << " float" <<
endl
;
local
106
cout << " double" <<
endl
;
local
108
cout << " long double" <<
endl
;
local
/external/protobuf/examples/
add_person.cc
48
cout << "Unknown phone type. Using default." <<
endl
;
local
62
cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" <<
endl
;
local
72
cout << argv[1] << ": File not found. Creating a new file." <<
endl
;
local
74
cerr << "Failed to parse address book." <<
endl
;
local
86
cerr << "Failed to write address book." <<
endl
;
local
/external/icu4c/tools/tzcode/
icuzdump.cpp
178
out <<
endl
;
local
298
cerr << "Illegal command line argument(s)" <<
endl
<<
endl
;
local
303
<< "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" <<
endl
304
<<
endl
305
<< "\tDump all offset transitions for the specified zones." <<
endl
306
<<
endl
307
<< "Options:" <<
endl
308
<< "\t-a : Dump all available zones." <<
endl
309
<< "\t-d <dir> : When specified, write transitions in a file under" <<
endl
316
<< "\\t values are 1902(low) and 2038(high)." <<
endl
;
local
390
cerr << "Cannot open file " << path <<
endl
;
local
415
cout <<
endl
;
local
417
cout << "ZONE: " << id <<
endl
;
local
[
all
...]
/external/marisa-trie/tools/
marisa-build.cc
37
<< std::
endl
;
member in class:__anon12147::std
71
<< args[i] << std::
endl
;
member in class:__anon12147::std
83
<< ": failed to build a dictionary" << std::
endl
;
87
std::cerr << "#keys: " << trie.num_keys() << std::
endl
;
member in class:__anon12147::std
88
std::cerr << "#tries: " << trie.num_tries() << std::
endl
;
member in class:__anon12147::std
89
std::cerr << "#nodes: " << trie.num_nodes() << std::
endl
;
member in class:__anon12147::std
90
std::cerr << "size: " << trie.total_size() << std::
endl
;
member in class:__anon12147::std
98
<< output_filename << std::
endl
;
106
<< ": failed to write a dictionary to standard output" << std::
endl
;
142
<< cmdopt.optarg << std::
endl
;
[
all
...]
marisa-find.cc
36
<< std::
endl
;
member in class:__anon12148::std
44
std::cout << num_keys << " found" << std::
endl
;
member in class:__anon12148::std
50
std::cout << "not found" << std::
endl
;
member in class:__anon12148::std
80
std::cerr << "error: a dictionary is not specified" << std::
endl
;
member in class:__anon12148::std
84
<< std::
endl
;
member in class:__anon12148::std
95
<< ": failed to mmap a dictionary file: " << args[0] << std::
endl
;
103
<< ": failed to load a dictionary file: " << args[0] << std::
endl
;
127
<< ": failed to find keys in: " << str << std::
endl
;
132
<< std::
endl
;
member in class:__anon12148::std
165
<< cmdopt.optarg << std::
endl
;
[
all
...]
marisa-predict.cc
29
<< std::
endl
;
member in class:__anon12150::std
34
std::cerr << "error: a dictionary is not specified" << std::
endl
;
member in class:__anon12150::std
38
<< std::
endl
;
member in class:__anon12150::std
49
<< ": failed to mmap a dictionary file: " << args[0] << std::
endl
;
57
<< ": failed to load a dictionary file: " << args[0] << std::
endl
;
68
std::cout << num_keys << " found" << std::
endl
;
member in class:__anon12150::std
81
<< ": failed to predict keys from: " << str << std::
endl
;
88
std::cout << "not found" << std::
endl
;
member in class:__anon12150::std
92
<< std::
endl
;
member in class:__anon12150::std
124
<< cmdopt.optarg << std::
endl
;
[
all
...]
/external/marisa-trie/v0_1_5/tools/
marisa_alpha-build.cc
37
<< std::
endl
;
member in class:__anon12160::std
71
<< args[i] << std::
endl
;
member in class:__anon12160::std
83
<< ": failed to build a dictionary" << std::
endl
;
87
std::cerr << "#keys: " << trie.num_keys() << std::
endl
;
member in class:__anon12160::std
88
std::cerr << "#tries: " << trie.num_tries() << std::
endl
;
member in class:__anon12160::std
89
std::cerr << "#nodes: " << trie.num_nodes() << std::
endl
;
member in class:__anon12160::std
90
std::cerr << "size: " << trie.total_size() << std::
endl
;
member in class:__anon12160::std
98
<< output_filename << std::
endl
;
106
<< ": failed to write a dictionary to standard output" << std::
endl
;
142
<< cmdopt.optarg << std::
endl
;
[
all
...]
marisa_alpha-find.cc
36
<< std::
endl
;
member in class:__anon12161::std
44
std::cout << num_keys << " found" << std::
endl
;
member in class:__anon12161::std
50
std::cout << "not found" << std::
endl
;
member in class:__anon12161::std
80
std::cerr << "error: a dictionary is not specified" << std::
endl
;
member in class:__anon12161::std
84
<< std::
endl
;
member in class:__anon12161::std
95
<< ": failed to mmap a dictionary file: " << args[0] << std::
endl
;
103
<< ": failed to load a dictionary file: " << args[0] << std::
endl
;
127
<< ": failed to find keys in: " << str << std::
endl
;
132
<< std::
endl
;
member in class:__anon12161::std
165
<< cmdopt.optarg << std::
endl
;
[
all
...]
marisa_alpha-predict.cc
29
<< std::
endl
;
member in class:__anon12163::std
34
std::cerr << "error: a dictionary is not specified" << std::
endl
;
member in class:__anon12163::std
38
<< std::
endl
;
member in class:__anon12163::std
49
<< ": failed to mmap a dictionary file: " << args[0] << std::
endl
;
57
<< ": failed to load a dictionary file: " << args[0] << std::
endl
;
68
std::cout << num_keys << " found" << std::
endl
;
member in class:__anon12163::std
81
<< ": failed to predict keys from: " << str << std::
endl
;
88
std::cout << "not found" << std::
endl
;
member in class:__anon12163::std
92
<< std::
endl
;
member in class:__anon12163::std
124
<< cmdopt.optarg << std::
endl
;
[
all
...]
/external/openfst/src/include/fst/extensions/pdt/
info.h
147
cout << "fst type" << pdtinfo.FstType().c_str() <<
endl
;
149
cout << "arc type" << pdtinfo.ArcType().c_str() <<
endl
;
151
cout << "# of states" << pdtinfo.NumStates() <<
endl
;
153
cout << "# of arcs" << pdtinfo.NumArcs() <<
endl
;
155
cout << "# of open parentheses" << pdtinfo.NumOpenParens() <<
endl
;
157
cout << "# of close parentheses" << pdtinfo.NumCloseParens() <<
endl
;
160
<< pdtinfo.NumUniqueOpenParens() <<
endl
;
163
<< pdtinfo.NumUniqueCloseParens() <<
endl
;
166
<< pdtinfo.NumOpenParenStates() <<
endl
;
169
<< pdtinfo.NumCloseParenStates() <<
endl
;
[
all
...]
Completed in 2742 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>