/frameworks/base/tools/aidl/ |
D | options_test.cpp | 42 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/ |
D | FileFinder_test.cpp | 19 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 …]
|
D | CrunchCache_test.cpp | 16 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/ |
D | service.cpp | 74 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/ |
D | dumpsys.cpp | 36 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/ |
D | IPCThreadState.cpp | 147 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 …]
|
D | Parcel.cpp | 1466 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()
|
/frameworks/av/camera/tests/ |
D | ProCameraTests.cpp | 84 << 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/ |
D | AudioPlayer.cpp | 147 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()
|
D | BootAnimation.cpp | 475 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/ |
D | TextOutput.h | 65 TextOutput& endl(TextOutput& to); 131 inline TextOutput& endl(TextOutput& to) in endl() function
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 230 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/ |
D | resampler_tests.cpp | 214 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/ |
D | ELFSymbol.hxx | 117 endl; in print()
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 2535 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()
|
D | XMLNode.cpp | 1084 << HexDump(stringPool->getData(), stringPool->getSize()) << endl); in flatten() 1119 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten()
|
D | ResourceTable.cpp | 3211 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten() 4036 << HexDump(data->getData(), data->getSize()) << endl); in setStrings()
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 884 "will be ignored" << std::endl; in genInitExportVariable()
|