Home
last modified time | relevance | path

Searched refs:endl (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tools/aidl/
Doptions_test.cpp42 cout << prefix << *expected << endl; in print_array()
52 cout << prefix << got[i] << endl; in print_array()
72 answer.result << endl; in test()
83 cout << "mismatch: systemSearchPath: got" << endl; in test()
85 cout << " expected" << endl; in test()
92 cout << "mismatch: localSearchPath: got" << endl; in test()
94 cout << " expected" << endl; in test()
102 << " expected " << answer.inputFileName << endl; in test()
109 << " expected " << answer.nativeLanguage << endl; in test()
116 << " expected " << answer.outputH << endl; in test()
[all …]
/frameworks/base/cmds/service/
Dservice.cpp63 aerr << "service: Unable to get default service manager!" << endl; in main()
81 aerr << "service: Unknown option -" << ic << endl; in main()
96 (service == NULL ? ": not found" : ": found") << endl; in main()
98 aerr << "service: No service specified for check" << endl; in main()
105 aout << "Found " << services.size() << " services:" << endl; in main()
112 << endl; in main()
132 aerr << "service: no integer supplied for 'i32'" << endl; in main()
141 aerr << "service: no string supplied for 's16'" << endl; in main()
230 aerr << "service: unknown option " << argv[optind] << endl; in main()
238 aout << "Result: " << reply << endl; in main()
[all …]
/frameworks/base/cmds/dumpsys/
Ddumpsys.cpp35 aerr << "dumpsys: Unable to get default service manager!" << endl; in main()
56 aout << "Currently running services:" << endl; in main()
61 aout << " " << services[i] << endl; in main()
71 "-------------------" << endl; in main()
72 aout << "DUMP OF SERVICE " << services[i] << ":" << endl; in main()
77 << ") " << services[i] << endl; in main()
80 aerr << "Can't find service: " << services[i] << endl; in main()
/frameworks/base/libs/binder/
DIPCThreadState.cpp157 out << "target=" << btd->target.ptr << " (cookie " << btd->cookie << ")" << endl in printBinderTransactionData()
158 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl in printBinderTransactionData()
160 << " bytes)" << endl in printBinderTransactionData()
162 << " bytes)" << endl; in printBinderTransactionData()
173 out << "BR_ERROR: " << (void*)(*cmd++) << endl; in printReturnCommand()
176 out << "Unknown reply: " << code << endl; in printReturnCommand()
218 out << endl; in printReturnCommand()
229 out << "Unknown command: " << code << endl; in printCommand()
286 out << endl; in printCommand()
453 << getReturnString(cmd) << endl; in joinThreadPool()
[all …]
DParcel.cpp1186 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()
/frameworks/base/include/utils/
DTextOutput.h62 TextOutput& endl(TextOutput& to);
126 inline TextOutput& endl(TextOutput& to) in endl() function
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp364 const char* endl = strstr(s, "\n"); in movie() local
365 if (!endl) break; in movie()
366 String8 line(s, endl - s); in movie()
384 s = ++endl; in movie()
/frameworks/base/tools/aapt/
DXMLNode.cpp987 << HexDump(stringPool->getData(), stringPool->getSize()) << endl); in flatten()
1022 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten()
DResourceTable.cpp2934 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten()
3609 << HexDump(data->getData(), data->getSize()) << endl); in setStrings()
/frameworks/base/libs/utils/
DResourceTypes.cpp1953 << HexDump(type, dtohl(type->header.size)) << endl); in getResource()
3733 << ", offset=" << (void*)offset << endl); in getEntry()