Home
last modified time | relevance | path

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

1234

/frameworks/native/libs/ui/tools/
Dlutgen.cpp37 cout << "lutgen -d SIZE -s SOURCE -t TARGET <lut file>" << endl; in printHelp()
38 cout << endl; in printHelp()
39 cout << "Generate a 3D LUT to convert between two color spaces." << endl; in printHelp()
40 cout << endl; in printHelp()
41 cout << "If <lut file> ends in .inc, data is generated without the array declaration." << endl; in printHelp()
42 cout << endl; in printHelp()
43 cout << "Options:" << endl; in printHelp()
44 cout << " --help, -h" << endl; in printHelp()
45 cout << " print this message" << endl; in printHelp()
46 cout << " --dimension=, -d" << endl; in printHelp()
[all …]
/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp25 text << indent << "// enum " << enu.name() << endl; in write_enum()
30 << " = " << value.number() << ";" << endl; in write_enum()
36 text << indent << "static const int _ENUM_" << name << "_COUNT = " << N << ";" << endl; in write_enum()
37 text << indent << "static const char* _ENUM_" << name << "_NAMES[" << N << "] = {" << endl; in write_enum()
39 … text << indent << INDENT << "\"" << stripPrefix(enu.value(i).name(), prefix) << "\"," << endl; in write_enum()
41 text << indent << "};" << endl; in write_enum()
42 text << indent << "static const int _ENUM_" << name << "_VALUES[" << N << "] = {" << endl; in write_enum()
44 text << indent << INDENT << make_constant_name(enu.value(i).name()) << "," << endl; in write_enum()
46 text << indent << "};" << endl; in write_enum()
49 text << endl; in write_enum()
[all …]
/frameworks/minikin/tests/unittest/
DOptimalLineBreakerTest.cpp120 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
121 << " vs " << std::endl in TEST_F()
124 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
125 << " vs " << std::endl in TEST_F()
128 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
129 << " vs " << std::endl in TEST_F()
132 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
133 << " vs " << std::endl in TEST_F()
142 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
143 << " vs " << std::endl in TEST_F()
[all …]
DGreedyLineBreakerTest.cpp110 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
111 << " vs " << std::endl in TEST_F()
121 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
122 << " vs " << std::endl in TEST_F()
135 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
136 << " vs " << std::endl in TEST_F()
151 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
152 << " vs " << std::endl in TEST_F()
167 EXPECT_TRUE(sameLineBreak(expect, actual)) << toString(expect) << std::endl in TEST_F()
168 << " vs " << std::endl in TEST_F()
[all …]
/frameworks/native/libs/binder/tests/
DbinderAbiHelper.h38 std::cout << "[==========] Running 1 test from 1 test suite." << std::endl; in ExitIfWrongAbi()
39 std::cout << "[----------] Global test environment set-up." << std::endl; in ExitIfWrongAbi()
40 std::cout << "[----------] 1 tests from BinderLibTest" << std::endl; in ExitIfWrongAbi()
41 std::cout << "[ RUN ] BinderTest.AbortForWrongAbi" << std::endl; in ExitIfWrongAbi()
42 …32: " << kBuild32Abi << " runtime abi 32: " << runtime32Abi << " so, skipping tests " << std::endl; in ExitIfWrongAbi()
43 std::cout << "[ OK ] BinderTest.AbortForWrongAbi (0 ms) " << std::endl; in ExitIfWrongAbi()
44 std::cout << "[----------] 1 tests from BinderTest (0 ms total)" << std::endl; in ExitIfWrongAbi()
45 std::cout << "" << std::endl; in ExitIfWrongAbi()
46 std::cout << "[----------] Global test environment tear-down" << std::endl; in ExitIfWrongAbi()
47 std::cout << "[==========] 1 test from 1 test suite ran. (0 ms total)" << std::endl; in ExitIfWrongAbi()
[all …]
DbinderThroughputTest.cpp27 cerr << __func__ << ":" << __LINE__ << " condition:" << #cond << " failed\n" << endl; \
141 << m_worst / 1000 << " microseconds" << endl; in dump()
147 cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" << endl; in dump()
167 cout << endl; in dump()
201 cout << "Created BinderWorker" << num << endl; in worker_fx()
230 cout << "thread " << num << " failed " << ret << "i : " << i << endl; in worker_fx()
291 cout << "waiting for workers to complete" << endl; in run_main()
299 cout << "iterations per sec: " << iterations_per_sec << endl; in run_main()
302 cout << "collecting results" << endl; in run_main()
312 cout << "killing workers" << endl; in run_main()
[all …]
Dschd-dbg.cpp32 << endl; \
68 file << '0' << endl; in traceStop()
86 cout << "--------------------------------------------------" << endl; in thread_dump()
88 << " tid: " << gettid() << " cpu: " << sched_getcpu() << endl; in thread_dump()
95 cout << setw(12) << left << s << param.sched_priority << endl; in thread_dump()
131 << ", priority:" << priority << endl; in onTransact()
237 cout << endl; in add_time()
238 cout << "deadline triggered: halt & stop trace" << endl; in add_time()
239 cout << "log:" + trace_path + "/trace" << endl; in add_time()
240 cout << endl; in add_time()
[all …]
/frameworks/base/libs/hwui/pipeline/skia/
DDumpOpsCanvas.h40 mOutput << mIdent << "clipRect" << std::endl; in onClipRect()
44 mOutput << mIdent << "clipRRect" << std::endl; in onClipRRect()
48 mOutput << mIdent << "clipPath" << std::endl; in onClipPath()
52 mOutput << mIdent << "clipRegion" << std::endl; in onClipRegion()
55 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; } in onDrawPaint()
58 mOutput << mIdent << "drawPath" << std::endl; in onDrawPath()
62 mOutput << mIdent << "drawRect" << std::endl; in onDrawRect()
66 mOutput << mIdent << "drawRegion" << std::endl; in onDrawRegion()
70 mOutput << mIdent << "drawOval" << std::endl; in onDrawOval()
74 mOutput << mIdent << "drawArc" << std::endl; in onDrawArc()
[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.cpp90 aerr << "service: Unknown option -" << ic << endl; in main()
102 aerr << "service: Unable to get default service manager!" << endl; in main()
114 (service == nullptr ? ": not found" : ": found") << endl; in main()
116 aerr << "service: No service specified for check" << endl; in main()
123 aout << "Found " << services.size() << " services:" << endl; in main()
130 << endl; in main()
150 aerr << "service: no integer supplied for 'i32'" << endl; in main()
159 aerr << "service: no integer supplied for 'i64'" << endl; in main()
168 aerr << "service: no string supplied for 's16'" << endl; in main()
177 aerr << "service: no number supplied for 'f'" << endl; in main()
[all …]
/frameworks/base/tools/streaming_proto/java/
Dmain.cpp79 text << indent << "// enum " << enu.name() << endl; in write_enum()
84 << " = " << value.number() << ";" << endl; in write_enum()
86 text << endl; in write_enum()
103 << field.name() << " = " << field.number() << packed_comment << ';' << endl; in write_field()
111 text << "L;" << endl; in write_field()
113 text << endl; in write_field()
125 text << indent << "// message " << message.name() << endl; in write_message()
126 text << indent << "public final class " << message.name() << " {" << endl; in write_message()
127 text << endl; in write_message()
147 text << indent << "}" << endl; in write_message()
[all …]
/frameworks/base/startop/iorap/stress/
Dmain_memory.cc59 std::cerr << "Failed to parse the allocation size (must be 0,MAX_SIZE_T)" << std::endl; in main()
68 std::cerr << "Malloc failed" << std::endl; in main()
76 std::cout << "Allocated " << allocationSize << " bytes" << std::endl; in main()
91 std::cout << "Generated random value: " << imem[i] << std::endl; in main()
100 std::cerr << "Mlockall failed" << std::endl; in main()
107 std::cerr << "Mlock failed" << std::endl; in main()
114 std::cout << "Locked memory (VmLck) = " << GetProcessStatus("VmLck") << std::endl; in main()
116 std::cout << "Press any key to terminate" << std::endl; in main()
120 std::cout << "Terminating..." << std::endl; in main()
/frameworks/native/cmds/lshal/
DHelpCommand.cpp61 << "help:" << std::endl in usage()
62 << " lshal -h" << std::endl in usage()
63 << " lshal --help" << std::endl in usage()
64 << " lshal help" << std::endl in usage()
65 << " Print this help message" << std::endl; in usage()
67 mLshal.err() << " lshal help " << e->getName() << std::endl in usage()
68 << " Print help message for " << e->getName() << std::endl; in usage()
DLshal.cpp62 err() << "lshal: List and debug HALs." << std::endl << std::endl in usage()
63 << "commands:" << std::endl; in usage()
71 if (!first) err() << std::endl; in usage()
76 err() << std::endl << "If no command is specified, `" << ListCommand::GetName() in usage()
77 << "` is the default." << std::endl << std::endl; in usage()
81 if (!first) err() << std::endl; in usage()
115 err << msg << std::endl; in emitDebugInfo()
124 err << msg << std::endl; in emitDebugInfo()
133 err << msg << std::endl; in emitDebugInfo()
145 err << msg << std::endl; in emitDebugInfo()
[all …]
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp517 << std::endl; in ServiceCommand()
523 std::cerr << "Failed to create service instance!!" << std::endl; in ServiceCommand()
531 << " service " << service_id_counter << std::endl; in ServiceCommand()
548 << ret.GetErrorMessage() << std::endl; in ServiceCommand()
551 << service_id << std::endl; in ServiceCommand()
605 << service_id_counter << std::endl; in ClientCommand()
625 << std::endl; in ClientCommand()
661 << std::endl; in ClientCommand()
674 << std::endl; in ClientCommand()
678 << "; actual ret=" << ret << std::endl; in ClientCommand()
[all …]
/frameworks/native/cmds/surfacereplayer/replayer/
DMain.cpp39 std::cout << " File path must be absolute" << std::endl << std::endl; in printHelpMenu()
56 std::cout << std::endl; in printHelpMenu()
90 std::cerr << "Invalid argument...exiting" << std::endl; in main()
98 std::cerr << "No trace file provided...exiting" << std::endl; in main()
110 std::cout << "Successfully finished replaying trace" << std::endl; in main()
112 std::cerr << "Trace replayer returned error: " << status << std::endl; in main()
/frameworks/native/cmds/idlcli/vibrator/
DCommandCompose.cpp48 std::cout << "Delay: " << effect.delayMs << std::endl; in doArgs()
50 std::cerr << "Missing or Invalid Delay!" << std::endl; in doArgs()
56 std::cout << "Primitive: " << toString(effect.primitive) << std::endl; in doArgs()
58 std::cerr << "Missing or Invalid Primitive!" << std::endl; in doArgs()
64 std::cout << "Scale: " << effect.scale << std::endl; in doArgs()
66 std::cerr << "Missing or Invalid Scale!" << std::endl; in doArgs()
72 std::cerr << "Unexpected Arguments!" << std::endl; in doArgs()
89 std::cout << "Status: " << statusStr << std::endl; in doMain()
/frameworks/native/vulkan/vkjson/
Dvkjson_info.cc53 std::cerr << "Missing parameter after: " << arg << std::endl; in ParseOptions()
61 std::cerr << "Unable to parse index: " << arg2 << std::endl; in ParseOptions()
69 std::cerr << "Unknown argument: " << arg << std::endl; in ParseOptions()
77 "the whole instance." << std::endl; in ParseOptions()
82 << std::endl; in ParseOptions()
87 << std::endl; in ParseOptions()
94 "output file." << std::endl; in ParseOptions()
107 << " devices found." << std::endl; in Dump()
119 << "' requested but not found." << std::endl; in Dump()
142 std::cerr << "Unable to open file " << output_file << "." << std::endl; in Dump()
[all …]
/frameworks/ml/nn/common/
DGraphDump.cpp68 *mStream << mStringStream.str() << std::endl; in operator <<()
86 static const EndlType endl; member in android::nn::__anonf39133530111::Dumper
93 const Dumper::EndlType Dumper::endl; member in android::nn::__anonf39133530111::Dumper
146 dump << "// " << name << Dumper::endl; in graphDump()
147 dump << "digraph {" << Dumper::endl; in graphDump()
160 dump << "// NOTE: " << model.referenced.size() << " subgraphs omitted" << Dumper::endl; in graphDump()
161 dump << "// TODO(b/147661714): Add subgraph support to GraphDump" << Dumper::endl; in graphDump()
218 dump << "\"]" << Dumper::endl; in graphDump()
233 dump << " label=\"" << i << ": " << toString(operation.type) << "\"]" << Dumper::endl; in graphDump()
241 dump << Dumper::endl; in graphDump()
[all …]
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp356 out << indent << "name: " << comp->name << std::endl; in dump()
357 out << indent << "domain: " << comp->domain << std::endl; in dump()
358 out << indent << "kind: " << comp->kind << std::endl; in dump()
359 out << indent << "rank: " << comp->rank << std::endl; in dump()
360 out << indent << "mediaType: " << comp->mediaType << std::endl; in dump()
365 out << std::endl; in dump()
387 << std::endl; in dump()
392 out << indent << "Unknown component -- null interface" << std::endl; in dump()
395 out << indent << "Name: " << intf->getName() << std::endl; in dump()
396 out << indent << "Id: " << intf->getId() << std::endl; in dump()
[all …]
/frameworks/base/cmds/idmap2/libidmap2/
DPrettyPrintVisitor.cpp38 stream_ << "Paths:" << std::endl in visit()
39 << TAB "target apk path : " << header.GetTargetPath() << std::endl in visit()
40 << TAB "overlay apk path : " << header.GetOverlayPath() << std::endl; in visit()
45 stream_ << "Debug info:" << std::endl; in visit()
47 stream_ << TAB << line << std::endl; in visit()
55 stream_ << "Mapping:" << std::endl; in visit()
89 stream_ << std::endl; in visit()
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp389 out << indent << "name: " << comp->name << std::endl; in dump()
390 out << indent << "domain: " << comp->domain << std::endl; in dump()
391 out << indent << "kind: " << comp->kind << std::endl; in dump()
392 out << indent << "rank: " << comp->rank << std::endl; in dump()
393 out << indent << "mediaType: " << comp->mediaType << std::endl; in dump()
398 out << std::endl; in dump()
420 << std::endl; in dump()
425 out << indent << "Unknown component -- null interface" << std::endl; in dump()
428 out << indent << "Name: " << intf->getName() << std::endl; in dump()
429 out << indent << "Id: " << intf->getId() << std::endl; in dump()
[all …]
/frameworks/base/libs/hwui/tests/common/
DLeakChecker.cpp58 cout << endl << "Leaked memory!" << endl; in logUnreachable()
61 << endl; in logUnreachable()
75 cerr << "Failed to get unreachable memory!" << endl; in checkForLeaks()
81 cerr << "Failed to get unreachable memory!" << endl; in checkForLeaks()
/frameworks/native/cmds/cmd/
Dcmd.cpp77 mErrorLog << "Open attempt after active for: " << fullPath << endl; in openFile()
99 mErrorLog << "Invalid mode requested: " << mode.string() << endl; in openFile()
122 … << " (from path " << fullPath.string() << ", context " << seLinuxContext8.string() << ")" << endl; in openFile()
134 … << " (from path " << fullPath.string() << ", context " << seLinuxContext8.string() << ")" << endl; in openFile()
181 errorLog << "cmd: Unable to get default service manager!" << endl; in cmdMain()
188 …e specified; use -l to list all running services. Use -w to start and wait for a service." << endl; in cmdMain()
195 outputLog << "Currently running services:" << endl; in cmdMain()
200 outputLog << " " << services[i] << endl; in cmdMain()
226 errorLog << "cmd: Can't find service: " << cmd << endl; in cmdMain()
254 << ")" << endl; in cmdMain()

1234