Home
last modified time | relevance | path

Searched refs:endl (Results 1 – 18 of 18) 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/tools/aapt/tests/
DFileFinder_test.cpp19 using std::endl;
26 cout << "\n\n STARTING FILE FINDER TESTS" << endl; in main()
53 cout << "PASSED" << endl; in main()
59 cout << "PASSED" << endl; in main()
66 cout << "PASSED" << endl; in main()
68 cout << "FAILED" << endl; in main()
86 cout << "PASSED" << endl; in main()
88 cout << "FAILED" << endl; in main()
89 cout << "The following extensions didn't check out" << endl << wrongExts; in main()
96 cout << "ALL TESTS PASSED" << endl; in main()
[all …]
DCrunchCache_test.cpp16 using std::endl;
21 cout << ( (got == expected) ? "PASSED" : "FAILED") << endl; in expectEqual()
59 cout << ((result > 0) ? "PASSED" : "FAILED") << endl; in main()
65 cout << "Checking calls to deleteFile and processImage:" << endl; in main()
79 cout << "ALL TESTS PASSED!" << endl; in main()
81 cout << errno << " TESTS FAILED" << endl; in main()
/frameworks/native/cmds/service/
Dservice.cpp74 aerr << "service: Unable to get default service manager!" << endl; in main()
92 aerr << "service: Unknown option -" << ic << endl; in main()
107 (service == NULL ? ": not found" : ": found") << endl; in main()
109 aerr << "service: No service specified for check" << endl; in main()
116 aout << "Found " << services.size() << " services:" << endl; in main()
123 << endl; in main()
143 aerr << "service: no integer supplied for 'i32'" << endl; in main()
152 aerr << "service: no string supplied for 's16'" << endl; in main()
241 aerr << "service: unknown option " << argv[optind] << endl; in main()
249 aout << "Result: " << reply << endl; in main()
[all …]
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp36 aerr << "dumpsys: Unable to get default service manager!" << endl; in main()
61 aout << "Currently running services:" << endl; in main()
66 aout << " " << services[i] << endl; in main()
80 "-------------------" << endl; in main()
81 aout << "DUMP OF SERVICE " << services[i] << ":" << endl; in main()
86 << ") " << services[i] << endl; in main()
89 aerr << "Can't find service: " << services[i] << endl; in main()
/frameworks/native/libs/binder/
DIPCThreadState.cpp147 out << " (cookie " << btd->cookie << ")" << endl in printBinderTransactionData()
148 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl in printBinderTransactionData()
150 << " bytes)" << endl in printBinderTransactionData()
163 out << "BR_ERROR: " << (void*)(*cmd++) << endl; in printReturnCommand()
166 out << "Unknown reply: " << code << endl; in printReturnCommand()
213 out << endl; in printReturnCommand()
225 out << "Unknown command: " << code << endl; in printCommand()
287 out << endl; in printCommand()
432 << getReturnString(cmd) << endl; in getAndExecuteCommand()
557 << indent << data << dedent << endl; in transact()
[all …]
DParcel.cpp1466 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()
/frameworks/av/camera/tests/
DProCameraTests.cpp84 << std::endl; in onStatusChanged()
261 << " " << ext3 << std::endl; in onTriggerNotify()
278 ", timestamp = " << buf.timestamp << std::endl; in onFrameAvailable()
283 dout << "Frame received on streamId = " << streamId << std::endl; in onFrameAvailable()
290 << ", requestPtr = " << (void*)request << std::endl; in onResultReceived()
298 << std::endl; in notify()
475 std::cerr << "Unknown format string " << str << std::endl; in FormatFromString()
603 dout << "Skipping, will not render to screen" << std::endl; in TEST_F()
619 dout << "Will now stream and resume infinitely..." << std::endl; in TEST_F()
644 dout << "Reconnecting to camera" << std::endl; in TEST_F()
[all …]
/frameworks/base/cmds/bootanimation/
DAudioPlayer.cpp147 const char* endl = strstr(config, "\n"); in init() local
148 if (!endl) break; in init()
149 String8 line(config, endl - config); in init()
184 config = ++endl; in init()
DBootAnimation.cpp475 const char* endl = strstr(s, "\n"); in movie() local
476 if (!endl) break; in movie()
477 String8 line(s, endl - s); in movie()
507 s = ++endl; in movie()
/frameworks/native/include/binder/
DTextOutput.h65 TextOutput& endl(TextOutput& to);
131 inline TextOutput& endl(TextOutput& to) in endl() function
/frameworks/minikin/libs/minikin/
DLayout.cpp230 o << "P5" << std::endl; in writePnm()
231 o << width << " " << height << std::endl; in writePnm()
232 o << "255" << std::endl; in writePnm()
385 std::cout << glyph.glyph_id << ": " << glyph.x << ", " << glyph.y << std::endl; in dump()
702 " [" << run.start << ":" << run.end << "]" << std::endl; in doLayoutRun()
736 …e << " " << positions[i].x_offset << " " << positions[i].y_offset << std::endl; std::co… in doLayoutRun()
737 …tions[i].x_advance) << "; " << positions[i].x_offset << ", " << positions[i].y_offset << std::endl; in doLayoutRun()
/frameworks/av/services/audioflinger/tests/
Dresampler_tests.cpp214 std::cout << out[i+passbandFrame*channels] << std::endl; in testStopbandDownconversion()
217 std::cout << out[i+stopbandFrame*channels] << std::endl; in testStopbandDownconversion()
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSymbol.hxx117 endl; in print()
/frameworks/base/tools/aapt/
DCommand.cpp2535 std::cout << "Ready" << std::endl; in runInDaemonMode()
2546 std::cout << "Crunching " << inputFile << std::endl; in runInDaemonMode()
2548 std::cout << "Error" << std::endl; in runInDaemonMode()
2550 std::cout << "Done" << std::endl; in runInDaemonMode()
2553 std::cerr << "Unknown command" << std::endl; in runInDaemonMode()
DXMLNode.cpp1084 << HexDump(stringPool->getData(), stringPool->getSize()) << endl); in flatten()
1119 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten()
DResourceTable.cpp3211 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten()
4036 << HexDump(data->getData(), data->getSize()) << endl); in setStrings()
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp884 "will be ignored" << std::endl; in genInitExportVariable()