Searched refs:endl (Results 1 - 25 of 38) sorted by relevance

12

/system/tools/aidl/tests/
H A Daidl_test_sentinel_searcher.cpp28 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
H A Daidl_test_client_service_exceptions.cpp25 using std::endl;
33 cout << "Confirming application exceptions work" << endl; local
H A Daidl_test_client_parcelables.cpp34 using std::endl;
44 << endl; local
50 cout << "Binder call failed." << endl; local
54 cout << "Failed to repeat SimpleParcelable objects." << endl; local
58 cout << "Attempting to reverse an array of SimpleParcelable objects." << endl; local
66 cout << "Binder call failed." << endl; local
71 cout << "Failed to reverse an array of SimpleParcelable objects." << endl; local
80 << endl; local
85 cout << "Binder call failed for empty PersistableBundle." << endl; local
89 cout << "Failed to repeat empty PersistableBundle." << endl; local
114 cout << "Binder call failed. " << endl; local
118 cout << "Failed to repeat PersistableBundle object." << endl; local
123 << endl; local
136 cout << "Binder call failed." << endl; local
141 cout << "Failed to reverse an array of PersistableBundle objects." << endl; local
[all...]
H A Daidl_test_client_file_descriptors.cpp39 using std::endl;
61 << strerror(errno) << endl;
63 cerr << "File descriptor '" << name << "'accepted short data." << endl; local
78 cerr << "Error reading from '" << name << "': " << strerror(errno) << endl;
83 cerr << "Expected '" << expected << "' got '" << buf << "'" << endl; local
95 cout << "Error creating pipes: " << strerror(errno) << endl;
106 cout << "Confirming passing and returning file descriptors works." << endl; local
119 cerr << "Could not repeat file descriptors." << endl; local
137 cout << "Confirming passing and returning file descriptor arrays works." << endl; local
152 cerr << "Could not reverse file descriptor array." << endl; local
[all...]
H A Daidl_test_client_primitives.cpp43 using std::endl;
52 cout << "Confirming passing and returning primitives works." << endl; local
96 << "\". Got status=" << status.toString8() << endl;
104 cout << "Confirming passing and returning arrays works." << endl; local
129 cout << "Confirming passing and returning List<T> works." << endl; local
141 cout << "Confirming passing and returning List<T> works with binders." << endl; local
156 cerr << "Could not retrieve service for test." << endl; local
168 cerr << "Failed to reverse named callback list." << endl; local
172 cerr << "ReverseNamedCallbackList gave repetition with wrong length." << endl; local
177 cerr << "ReverseNamedCallbackList gave reversal with wrong length." << endl; local
188 cerr << "Could not query INamedCallback from output" << endl; local
193 cerr << "Output had wrong INamedCallback" << endl; local
205 cerr << "Could not query INamedCallback from reversed output" << endl; local
210 cerr << "Reversed output had wrong INamedCallback" << endl; local
[all...]
H A Daidl_test_client_nullables.cpp42 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
H A Daidl_test_client.cpp47 using std::endl;
57 cout << "Retrieving test service binder" << endl; local
61 << "' status=" << status << endl; local
H A Dtest_util.cpp31 using std::endl;
155 cout << "Line: " << line_number << endl; local
158 cout << *it << endl; local
/system/tools/aidl/
H A Doptions.cpp27 using std::endl;
142 << options->input_file_name_ << endl;
184 cerr << "usage: aidl-cpp INPUT_FILE HEADER_DIR OUTPUT_FILE" << endl
185 << endl
186 << "OPTIONS:" << endl
187 << " -I<DIR> search path for import statements" << endl
188 << " -d<FILE> generate dependency file" << endl
189 << endl
190 << "INPUT_FILE:" << endl
191 << " an aidl interface file" << endl
195 << " path to write generated .cpp code" << endl; local
213 cerr << "Invalid argument '" << s << "'." << endl; local
222 cerr << "Invalid argument '" << s << "'." << endl; local
230 cerr << "Expected 3 positional arguments but got " << remaining_args << "." << endl; local
[all...]
H A Dmain_java.cpp44 std::cerr << "aidl: internal error" << std::endl; member in class:std
H A Dcode_writer.cpp25 using std::endl;
104 cerr << "unable to open " << output_file << " for write" << endl; local
H A Doptions_unittest.cpp26 using std::endl;
82 cerr << endl; local
/system/extras/libfec/test/
H A Dtest_read.cpp29 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
/system/extras/multinetwork/
H A Ddnschk.cpp46 << std::endl;
58 << std::endl; member in class:std
66 std::cerr << "Unknown api mode." << std::endl; member in class:std
73 << std::endl; member in class:std
78 std::cout << inetSockaddrToString(rp->ai_addr) << std::endl; member in class:std
H A Dhttpurl.cpp50 std::cerr << "Only " << HTTP_PREFIX << " URLs supported." << std::endl; member in class:std
62 std::cerr << "Host portion cannot be empty." << std::endl; member in class:std
69 std::cerr << "Missing closing bracket." << std::endl; member in class:std
77 std::cerr << "Malformed port portion." << std::endl; member in class:std
96 << std::endl;
119 std::cerr << "Unknown api mode." << std::endl; member in class:std
126 << std::endl; member in class:std
133 << std::endl; member in class:std
143 std::cerr << "failed to create TCP socket" << std::endl; member in class:std
158 << std::endl; member in class:std
177 << std::endl; member in class:std
192 << std::endl; member in class:std
204 << std::endl; member in class:std
210 std::cout << std::endl; member in class:std
228 << std::endl; member in class:std
[all...]
H A Dcommon.cpp62 << std::endl; member in class:std
63 std::cerr << std::endl; member in class:std
66 << std::endl; member in class:std
80 << std::endl; member in class:std
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp97 << " errno: " << errno << endl; local
120 cout << serviceName << " not published, waiting..." << endl; local
125 cout << serviceName << " failed to publish, aborting" << endl; local
149 << " errno: " << errno << endl; local
156 cerr << "Unexpected result for iteration " << iter << endl; local
157 cerr << " result: " << result << endl; local
158 cerr << "expected: " << expected << endl; local
185 << cpu_ << endl; local
199 cerr << "server onTransact unknown code, code: " << code << endl; local
216 cerr << "bindCPU failed, rv: " << rv << " errno: " << errno << endl; local
257 << " errno: " << errno << endl; local
273 << " option of: " << optarg << endl; local
279 cerr << "CPU " << optarg << " not currently available" << endl; local
280 cerr << " Available CPUs: " << availCPUs << endl; local
292 cerr << "Invalid delay specified of: " << optarg << endl; local
300 cerr << " options:" << endl; local
301 cerr << " -s cpu - server CPU number" << endl; local
302 cerr << " -c cpu - client CPU number" << endl; local
303 cerr << " -d time - delay after operation in seconds" << endl; local
[all...]
/system/extras/zram-perf/
H A Dzram-perf.cpp54 cout << "ioctl failed" << endl; local
70 cout << "write() failed" << endl; local
87 cout << "read() failed" << endl; local
93 cout << "read: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" << endl;
109 cout << "write() failed" << endl; local
115 cout << "write: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" << endl;
134 cout << "swapoff failed: " << strerror(errno) << endl;
141 cout << "mkswap failed: " << strerror(errno) << endl;
147 cout << "swapon failed: " << strerror(errno) << endl;
/system/update_engine/payload_generator/
H A Dannotated_operation.cc62 os << std::endl << " name: " << aop.name;
65 os << std::endl << " src:"; member in class:chromeos_update_engine::std
69 os << std::endl << " dst:"; member in class:chromeos_update_engine::std
/system/extras/alloc-stress/
H A Dalloc-stress.cpp22 cerr << __func__ << "( " << getpid() << "):" << __LINE__ << " condition:" << #cond << " failed\n" << endl; \
140 cout << "Failed to connect to lmkd, errno " << errno << endl; local
149 cout << "Wrote " << written << " bytes to lmkd control socket." << endl; local
160 cout << "Failed to create memory cgroup" << endl; local
166 cout << "Unable to add process to memory cgroup" << endl; local
196 //cout << "total alloc: " << allocCount / (1<<20)<< " adj: " << argv[2]<< endl;;
197 //cout << "ptr: " << (long long)(void*)ptr << endl;;
202 cout << "parent:" << argc << endl; local
214 //;cout << getpid() << ":" << "parent signal" << endl;
223 cout << "adj: " << i << " sz: " << t / (1 << 20) << endl;
[all...]
/system/bt/service/client/
H A Dmain.cpp105 cout << COLOR_RED << message << COLOR_OFF << endl; local
111 << COLOR_OFF << endl; local
124 cout << endl; local
249 << COLOR_OFF << endl; local
272 cout << kUsage << endl; local
322 cout << COLOR_BOLDWHITE "Adapter Properties: " COLOR_OFF << endl; local
483 cout << kUsage << endl; local
670 cout << kUsage << endl; local
749 cout << endl; local
751 cout << "\t" << kCommandMap[i].command << kCommandMap[i].help << endl;
752 cout << endl; local
778 cout << "Unrecognized command: " << command << endl; local
792 cout << COLOR_BOLDWHITE "The Bluetooth daemon has died" COLOR_OFF << endl; variable
840 << endl; local
874 cout << "\\nExiting" << endl; local
[all...]
/system/core/libmemunreachable/
H A DMemUnreachable.cpp414 oss << std::endl; member in class:std
419 oss << std::endl; member in class:std
425 oss << std::endl; member in class:std
429 oss << std::endl; member in class:std
438 oss << " contents:" << std::endl; member in class:std
440 oss << " first " << bytes << " bytes of contents:" << std::endl; member in class:std
461 oss << std::endl; member in class:std
492 oss << std::endl; member in class:std
493 oss << " ABI: '" ABI_STRING "'" << std::endl; member in class:std
494 oss << std::endl; member in class:std
498 oss << std::endl; member in class:std
[all...]
/system/keymaster/
H A Dkeymaster_configuration_test.cpp26 std::cout << fmt << std::endl; member in class:std
/system/extras/memcpy-perf/
H A Dmemcpy-perf.cpp33 cerr << "memcpy_perf [--memcpy|--memset|--sum]" << endl; local
54 //cout << "src: " << (uintptr_t)src.get() << endl;
55 //cout << "dst: " << (uintptr_t)dst.get() << endl;
102 cout << "size: " << cur_size << ", perf: " << gb_per_sec << "GB/s, iter: " << iter_per_size << endl; local
/system/extras/mmap-perf/
H A DmmapPerf.cpp60 cout << "Error: open failed for " << name << ": " << strerror(errno) << endl;
68 cout << "Error: mmap failed: " << (int)(uintptr_t)m_ptr << ": " << strerror(errno) << endl;

Completed in 375 milliseconds

12