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

/frameworks/base/tools/aidl/
H A Doptions_test.cpp42 cout << prefix << *expected << endl; local
52 cout << prefix << got[i] << endl; local
72 answer.result << endl;
83 cout << "mismatch: systemSearchPath: got" << endl; local
85 cout << " expected" << endl; local
92 cout << "mismatch: localSearchPath: got" << endl; local
94 cout << " expected" << endl; local
102 << " expected " << answer.inputFileName << endl;
109 << " expected " << answer.nativeLanguage << endl;
116 << " expected " << answer.outputH << endl;
246 cout << endl; local
247 cout << "---------------------------------------------" << endl; local
253 cout << endl; local
254 cout << "---------------------------------------------" << endl; local
259 cout << "passed" << endl; local
261 cout << "failed" << endl; local
267 cout << endl; local
268 cout << "=============================================" << endl; local
269 cout << "options_test summary" << endl; local
270 cout << "=============================================" << endl; local
273 cout << "passed" << endl; local
275 cout << "failed the following tests:" << endl; local
284 cout << endl; local
[all...]
/frameworks/base/cmds/dumpsys/
H A Ddumpsys.cpp35 aerr << "dumpsys: Unable to get default service manager!" << endl; local
56 aout << "Currently running services:" << endl; local
61 aout << " " << services[i] << endl; local
71 "-------------------" << endl; local
72 aout << "DUMP OF SERVICE " << services[i] << ":" << endl; local
77 << ") " << services[i] << endl; local
80 aerr << "Can't find service: " << services[i] << endl; local
/frameworks/base/cmds/service/
H A Dservice.cpp63 aerr << "service: Unable to get default service manager!" << endl; local
81 aerr << "service: Unknown option -" << ic << endl; local
96 (service == NULL ? ": not found" : ": found") << endl;
98 aerr << "service: No service specified for check" << endl; local
105 aout << "Found " << services.size() << " services:" << endl;
112 << endl;
132 aerr << "service: no integer supplied for 'i32'" << endl; local
141 aerr << "service: no string supplied for 's16'" << endl; local
230 aerr << "service: unknown option " << argv[optind] << endl; local
238 aout << "Result: " << reply << endl; local
241 << " does not exist" << endl; local
246 aerr << "service: No service specified for call" << endl; local
248 aerr << "service: No code specified for call" << endl; local
254 aerr << "service: Unknown command " << argv[optind] << endl; local
[all...]
/frameworks/base/media/libdrm/mobile2/src/util/xml/
H A DDomExpatAgent.cpp193 mXMLostream << endl; local
203 mXMLostream << endl; local
208 mXMLostream << ">" << endl; local
221 mXMLostream << *(static_cast<TextImpl*>(child)->getData()) << endl;
227 mXMLostream << "</" << *(root->getNodeName()) << ">" << endl;
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp157 out << "target=" << btd->target.ptr << " (cookie " << btd->cookie << ")" << endl
158 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl
160 << " bytes)" << endl
162 << " bytes)" << endl;
173 out << "BR_ERROR: " << (void*)(*cmd++) << endl;
176 out << "Unknown reply: " << code << endl; local
218 out << endl; local
229 out << "Unknown command: " << code << endl; local
286 out << endl; local
433 << getReturnString(cmd) << endl;
485 << indent << data << dedent << endl; local
511 if (reply) alog << indent << *reply << dedent << endl; local
512 else alog << "(none requested)" << endl; local
1062 alog << "Writing BC_FREE_BUFFER for " << data << endl; local
[all...]
H A DParcel.cpp1142 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Duios.h20 const char endl = '\n'; ///< End of line character. member in namespace:ustl
/frameworks/base/include/utils/
H A DTextOutput.h62 TextOutput& endl(TextOutput& to);
126 inline TextOutput& endl(TextOutput& to) function in namespace:android
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp364 const char* endl = strstr(s, "\n"); local
365 if (!endl) break;
366 String8 line(s, endl - s);
384 s = ++endl;
/frameworks/base/tools/aapt/
H A DXMLNode.cpp877 << HexDump(stringPool->getData(), stringPool->getSize()) << endl);
912 << HexDump(dest->getData(), dest->getSize()) << endl);
H A DResourceTable.cpp2839 << HexDump(dest->getData(), dest->getSize()) << endl);
3514 << HexDump(data->getData(), data->getSize()) << endl);
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1953 << HexDump(type, dtohl(type->header.size)) << endl);
3733 << ", offset=" << (void*)offset << endl);

Completed in 268 milliseconds