OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
376 - 400
of
1422
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/tools/aidl/tests/
aidl_test_sentinel_searcher.cpp
28
using std::
endl
;
39
cerr << "Unable to open input file: " << input_file_path <<
endl
;
local
64
cerr << "Invalid usage." <<
endl
;
local
69
<< " <failure sentinel>" <<
endl
;
local
79
cerr << "Invalid timeout value (in seconds): " << timeout_as_str <<
endl
;
local
89
cerr << "Timed out waiting for success/failure sentinel." <<
endl
;
local
106
cout << "Found output:" <<
endl
;
local
108
cout << " " << line <<
endl
;
local
aidl_test_client_file_descriptors.cpp
42
using std::
endl
;
64
<< strerror(errno) <<
endl
;
66
cerr << "File descriptor '" << name << "'accepted short data." <<
endl
;
local
81
cerr << "Error reading from '" << name << "': " << strerror(errno) <<
endl
;
86
cerr << "Expected '" << expected << "' got '" << buf << "'" <<
endl
;
local
98
cout << "Error creating pipes: " << strerror(errno) <<
endl
;
109
cout << "Confirming passing and returning file descriptors works." <<
endl
;
local
122
cerr << "Could not repeat file descriptors." <<
endl
;
local
140
cout << "Confirming passing and returning file descriptor arrays works." <<
endl
;
local
155
cerr << "Could not reverse file descriptor array." <<
endl
;
local
[
all
...]
/test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerRunner.cpp
55
cerr << "HAL service name not available in VINTF." <<
endl
;
local
61
cout << "Available HAL instances: " <<
endl
;
local
63
cout << instance_name <<
endl
;
local
65
cout << "Using HAL instance: " << service_name <<
endl
;
local
76
cerr << __func__ << ": " << dlerror() <<
endl
;
77
cerr << __func__ << ": Can't load shared library: " << lib_name <<
endl
;
local
89
cerr << __func__ << ": Can't find: " << function_name <<
endl
;
local
90
cerr << error <<
endl
;
local
103
<< "Falling back to binder mode." <<
endl
;
local
105
cerr << "HAL opened in passthrough mode." <<
endl
;
local
111
cerr << __func__ << ": Failed to open HAL in binder mode." <<
endl
;
local
114
cerr << "HAL opened in binder mode." <<
endl
;
local
162
<< "Service name: " << service_name <<
endl
;
local
186
cerr << "Interface is not open: " << iface_name <<
endl
;
local
225
cerr << "VTS spec not found: " << name <<
endl
;
local
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Nfc.driver.cpp
21
cout << "[agent:hal] HIDL getService" <<
endl
;
local
23
cout << " - service name: " << service_name <<
endl
;
local
27
cerr << "getService() returned a null pointer." <<
endl
;
local
30
cout << "[agent:hal] hw_binder_proxy_ = " << hw_binder_proxy_.get() <<
endl
;
39
cout << "open called" <<
endl
;
local
52
cout << "write called" <<
endl
;
local
71
cout << "coreInitialized called" <<
endl
;
local
90
cout << "prediscover called" <<
endl
;
local
100
cout << "close called" <<
endl
;
local
110
cout << "controlGranted called" <<
endl
;
local
120
cout << "powerCycle called" <<
endl
;
local
142
cerr << "attribute not found" <<
endl
;
local
150
cout << "Function: " << __func__ << " " << func_name <<
endl
;
local
151
cout << "Callback socket name: " << callback_socket_name <<
endl
;
local
153
cerr << "hw_binder_proxy_ is null. "<<
endl
;
local
162
cout << "Call an API" <<
endl
;
local
172
cout << "called" <<
endl
;
local
183
cout << "Call an API" <<
endl
;
local
194
cout << "called" <<
endl
;
local
205
cout << "Call an API" <<
endl
;
local
215
cout << "called" <<
endl
;
local
221
cout << "Call an API" <<
endl
;
local
231
cout << "called" <<
endl
;
local
237
cout << "Call an API" <<
endl
;
local
247
cout << "called" <<
endl
;
local
253
cout << "Call an API" <<
endl
;
local
263
cout << "called" <<
endl
;
local
269
cout << "Call an API" <<
endl
;
local
279
cout << "called" <<
endl
;
local
283
cout << "Call notifySyspropsChanged" <<
endl
;
local
286
cout << "called" <<
endl
;
local
342
cout << " Creating DriverBase with null proxy." <<
endl
;
local
[
all
...]
WifiHalV1.driver.cpp
15
cout << "Function: " << func_name <<
endl
;
local
18
cout << "arg0 = " << arg0 <<
endl
;
local
30
cout << "Function: " << __func__ << " '" << func_name << "'" <<
endl
;
local
31
cerr << "attribute not supported for legacy hal yet" <<
endl
;
local
/test/vts/drivers/libdrivercomm/
VtsDriverCommUtil.cpp
49
LOG(INFO) << __func__ << " socket name: " << socket_name <<
endl
;
local
52
cerr << __func__ << " ERROR opening socket" <<
endl
;
local
58
cerr << __func__ << " ERROR can't resolve the host name, 127.0.0.1" <<
endl
;
local
68
<< " errno = " << errno << " " << strerror(errno) <<
endl
;
81
<< " ERROR closing socket (errno = " << errno << ")" <<
endl
;
local
92
cerr << __func__ << " ERROR sockfd not set" <<
endl
;
local
97
LOG(INFO) << "[agent->driver] len = " << message.length() <<
endl
;
101
<< " ERROR writing to socket" <<
endl
;
local
111
<< " ERROR writing to socket" <<
endl
;
local
121
cerr << getpid() << " " << __func__ << " ERROR sockfd not set" <<
endl
;
local
149
cerr << getpid() << " " << __func__ << " ERROR malloc failed" <<
endl
;
local
157
cerr << getpid() << " " << __func__ << " ERROR read failed" <<
endl
;
local
169
cerr << getpid() << " " << __func__ << " ERROR sockfd not set" <<
endl
;
local
176
<< " ERROR can't serialize the message to a string." <<
endl
;
local
185
cerr << getpid() << " " << __func__ << " ERROR sockfd not set" <<
endl
;
local
192
<<
endl
;
local
[
all
...]
/test/vts/drivers/hal/server/
SocketServer.cpp
72
cout << "Result: " << driver_id << std::
endl
;
member in class:android::vts::std
95
cout << "VtsHalDriverServer::Call(" << arg << ")" <<
endl
;
local
99
cout << __func__ << ":" << __LINE__ << " result: " << result.c_str() <<
endl
;
104
cout << "VtsHalDriverServer::GetAttribute(" << arg << ")" <<
endl
;
local
108
cout << "VtsHalDriverServer::GetAttribute done" <<
endl
;
local
113
cout << "VtsHalDriverServer::" << __func__ <<
endl
;
local
120
cout << "VtsHalDriverServer::" << __func__ << " serialize" <<
endl
;
local
123
<< output.length() <<
endl
;
126
cout << "can't serialize the interface spec message to a string." <<
endl
;
local
132
cout << __func__ << ":" << __LINE__ << " entry" <<
endl
;
local
143
cout << getpid() << " " << __func__ << " exiting" <<
endl
;
local
219
cerr << __func__ << " failed." <<
endl
;
local
234
cerr << "Can't open the socket." <<
endl
;
local
244
<<
endl
;
local
258
cout << "[driver:hal] waiting for a new connection from the agent" <<
endl
;
local
261
cerr << __func__ << " ERROR accept failed." <<
endl
;
local
265
cout << "New session" <<
endl
;
local
278
cerr << "can't fork a child process to handle a session." <<
endl
;
local
283
cerr << "[driver] exiting" <<
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
...]
/system/extras/tests/binder/benchmarks/
binderAddInts.cpp
97
<< " errno: " << errno <<
endl
;
local
119
cout << serviceName << " not published, waiting..." <<
endl
;
local
124
cout << serviceName << " failed to publish, aborting" <<
endl
;
local
148
<< " errno: " << errno <<
endl
;
local
155
cerr << "Unexpected result for iteration " << iter <<
endl
;
local
156
cerr << " result: " << result <<
endl
;
local
157
cerr << "expected: " << expected <<
endl
;
local
184
<< cpu_ <<
endl
;
local
198
cerr << "server onTransact unknown code, code: " << code <<
endl
;
local
215
cerr << "bindCPU failed, rv: " << rv << " errno: " << errno <<
endl
;
local
256
<< " errno: " << errno <<
endl
;
local
272
<< " option of: " << optarg <<
endl
;
local
278
cerr << "CPU " << optarg << " not currently available" <<
endl
;
local
279
cerr << " Available CPUs: " << availCPUs <<
endl
;
local
291
cerr << "Invalid delay specified of: " << optarg <<
endl
;
local
299
cerr << " options:" <<
endl
;
local
300
cerr << " -s cpu - server CPU number" <<
endl
;
local
301
cerr << " -c cpu - client CPU number" <<
endl
;
local
302
cerr << " -d time - delay after operation in seconds" <<
endl
;
local
323
<< errno <<
endl
;
local
[
all
...]
/external/ImageMagick/Magick++/demo/
analyze.cpp
20
cout << "Usage: " << argv[0] << " file..." <<
endl
;
local
48
cout << "File: " << fname <<
endl
;
local
58
<< *pos << " = " << image.attribute(*pos) <<
endl
;
64
cout << error_.what() <<
endl
;
/external/ImageMagick/Magick++/tests/
averageImages.cpp
50
<< averaged.signature() <<
endl
;
58
cout << "Caught exception: " << error_.what() <<
endl
;
63
cout << "Caught exception: " << error_.what() <<
endl
;
69
cout << failures << " failures" <<
endl
;
local
morphImages.cpp
48
<< " rather than 21 as expected." <<
endl
;
54
cout << "Caught exception: " << error_.what() <<
endl
;
59
cout << "Caught exception: " << error_.what() <<
endl
;
65
cout << failures << " failures" <<
endl
;
local
/external/eigen/doc/examples/
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/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.cpp
63
cout << "ICU version - " << U_ICU_VERSION <<
endl
;
local
68
cout << "initialization failed! " << status <<
endl
;
local
73
cout << "run failed!" <<
endl
;
local
78
cout << "done!" <<
endl
;
local
/prebuilts/misc/common/swig/include/2.0.11/ruby/
std_iostream.i
3
%callback("%s")
endl
;
/system/extras/libfec/test/
test_read.cpp
29
cerr << "usage: " << argv[0] << " input output" <<
endl
;
local
36
cerr << "failed to allocate buffer" <<
endl
;
local
49
cerr << "failed to open " << argv[2] <<
endl
;
local
64
cerr << "write" <<
endl
;
local
/external/gptfdisk/
sgdisk.cc
47
cerr << "Failed to read MBR" <<
endl
;
local
53
res << "DISK mbr" <<
endl
;
local
57
<< (int) mbrData.GetType(i) << dec <<
endl
;
local
64
cerr << "Failed to read GPT" <<
endl
;
local
68
res << "DISK gpt " << gptData.GetDiskGUID() <<
endl
;
75
<< partData.GetDescription() <<
endl
;
80
cerr << "Unknown partition table" <<
endl
;
local
/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/webrtc/webrtc/examples/relayserver/
relayserver_main.cc
20
<< std::
endl
;
member in class:std
42
<< int_addr.ToString() << std::
endl
;
member in class:std
50
<< ext_addr.ToString() << std::
endl
;
member in class:std
58
std::cout << "Listening internally at " << int_addr.ToString() << std::
endl
;
member in class:std
59
std::cout << "Listening externally at " << ext_addr.ToString() << std::
endl
;
member in class:std
/external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp
63
*_se <<
endl
<< kError << NError::MyFormatMessage(systemError) <<
endl
<<
64
fs2us(path) <<
endl
<<
endl
;
local
123
*_so << s <<
endl
;
local
213
*_so << kTab << "Path: " << path <<
endl
;
local
218
*_so << kTab << "Size: " << s <<
endl
;
local
226
*_so << kTab << "Modified: " << temp <<
endl
;
local
243
*_so <<
endl
<< "Would you like to replace the existing file:\n";
local
264
*_so <<
endl
;
local
306
*_so <<
endl
;
local
343
*_se << kError << message <<
endl
;
local
426
*_se <<
endl
;
local
477
*_so <<
endl
<< (testMode ? kTesting : kExtracting) << name <<
endl
;
local
550
*_so << s <<
endl
<<
endl
;
local
581
*_se <<
endl
;
local
604
*_se <<
endl
;
local
615
*_so <<
endl
;
local
638
*_so <<
endl
;
local
662
*_so <<
endl
;
local
672
*_se << kError << name <<
endl
;
local
684
*_se <<
endl
;
local
700
*_so <<
endl
<< kNoFiles <<
endl
;
local
730
*_so << kEverythingIsOk <<
endl
;
local
737
*_so <<
endl
;
local
739
*_so << "Sub items Errors: " << NumFileErrors_in_Current <<
endl
;
local
758
*_se <<
endl
;
local
[
all
...]
Main.cpp
180
*g_ErrStream <<
endl
<< "ERROR: " << message <<
endl
;
local
201
// *so << "# CPUs: " << (UInt64)NWindows::NSystem::GetNumberOfProcessors() <<
endl
;
249
so << NError::MyFormatMessage(pc.Codes[i]) <<
endl
;
251
so << "----------------" <<
endl
;
local
266
*se <<
endl
;
local
267
*se << "Scan WARNINGS for files and folders:" <<
endl
<<
endl
;
local
270
*se <<
endl
;
local
315
*so << kEverythingIsOk <<
endl
;
local
322
*se <<
endl
;
local
323
*se << "WARNINGS for files:" <<
endl
<<
endl
;
local
328
*se <<
endl
;
local
[
all
...]
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp
199
cout << "ICU version - " << U_ICU_VERSION <<
endl
;
local
219
cout << "Doing " << ITER_COUNT << " iterations:" <<
endl
;
local
231
cout << " Done " <<
endl
;
local
240
out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" <<
endl
;
local
244
out << " <perfTestResult" <<
endl
;
local
256
out << "\"" <<
endl
;
local
257
out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" <<
endl
;
258
out << " time=\"" << t[i] << "\" />" <<
endl
;
local
260
out << "</perfTestResults>" <<
endl
;
local
262
cout << " Wrote to " << argv[2] <<
endl
;
local
281
cout << "initialize failed! " << status <<
endl
;
local
287
cout << "run failed!" <<
endl
;
local
291
cout << "done!" <<
endl
;
local
[
all
...]
/system/tools/aidl/
options.cpp
27
using std::
endl
;
146
<< options->input_file_name_ <<
endl
;
188
cerr << "usage: aidl-cpp INPUT_FILE HEADER_DIR OUTPUT_FILE" <<
endl
189
<<
endl
190
<< "OPTIONS:" <<
endl
191
<< " -I<DIR> search path for import statements" <<
endl
192
<< " -d<FILE> generate dependency file" <<
endl
194
"understands" <<
endl
195
<<
endl
196
<< "INPUT_FILE:" <<
endl
201
<< " path to write generated .cpp code" <<
endl
;
local
219
cerr << "Invalid argument '" << s << "'." <<
endl
;
local
230
cerr << "Invalid argument '" << s << "'." <<
endl
;
local
238
cerr << "Expected 3 positional arguments but got " << remaining_args << "." <<
endl
;
local
[
all
...]
Completed in 3583 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>