Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp305 C.indent() << "// Constructor" << std::endl; in genScriptClassConstructor()
315 C.indent() << "super(rs, resources, id);" << std::endl; in genScriptClassConstructor()
330 << EV->getArraySize() << "];" << std::endl; in genScriptClassConstructor()
369 C.indent() << "private Element " RS_ELEM_PREFIX << *I << ";" << std::endl; in genScriptClassConstructor()
385 << ";" << std::endl; in genInitBoolExportVariable()
398 C.out() << ";" << std::endl; in genInitPrimitiveExportVariable()
423 "will be ignored" << std::endl; in genInitExportVariable()
443 << VecName.str() << "();" << std::endl; in genInitExportVariable()
485 << "."RS_TYPE_ITEM_CLASS_NAME"();" << std::endl; in genInitExportVariable()
518 << std::endl; in genExportVariable()
[all …]
Dslang_rs.cpp208 RSH << "#define RS_VERSION " << mTargetAPI << std::endl; in initPreprocessor()
209 RSH << "#include \"rs_core." RS_HEADER_SUFFIX "\"" << std::endl; in initPreprocessor()
/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/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/native/cmds/dumpsys/
Ddumpsys.cpp36 aerr << "dumpsys: Unable to get default service manager!" << endl; in main()
57 aout << "Currently running services:" << endl; in main()
62 aout << " " << services[i] << endl; in main()
72 "-------------------" << endl; in main()
73 aout << "DUMP OF SERVICE " << services[i] << ":" << endl; in main()
78 << ") " << services[i] << endl; in main()
81 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()
469 << getReturnString(cmd) << endl; in joinThreadPool()
521 << indent << data << dedent << endl; in transact()
[all …]
DParcel.cpp1295 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()
/frameworks/native/include/utils/
DTextOutput.h62 TextOutput& endl(TextOutput& to);
126 inline TextOutput& endl(TextOutput& to) in endl() function
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp410 const char* endl = strstr(s, "\n"); in movie() local
411 if (!endl) break; in movie()
412 String8 line(s, endl - s); in movie()
433 s = ++endl; in movie()
/frameworks/compile/linkloader/include/impl/
DELFSymbol.hxx117 endl; in print()
/frameworks/base/tools/aapt/
DXMLNode.cpp999 << HexDump(stringPool->getData(), stringPool->getSize()) << endl); in flatten()
1034 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten()
DResourceTable.cpp2955 << HexDump(dest->getData(), dest->getSize()) << endl); in flatten()
3660 << HexDump(data->getData(), data->getSize()) << endl); in setStrings()
/frameworks/compile/mclinker/utils/gtest/src/
Dgtest-all.cpp8268 GetStream() << ::std::endl << marker << " " in GTestLog()
8274 GetStream() << ::std::endl; in ~GTestLog()
8964 << result.message() << std::endl; in operator <<()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3058 << HexDump(type, dtohl(type->header.size)) << endl); in getResource()
4883 << ", offset=" << (void*)offset << endl); in getEntry()
/frameworks/compile/mclinker/utils/gtest/include/
Dgtest.h10155 << "from different generators." << std::endl;
10253 << "from different generators." << std::endl;
13444 << "from different generators." << std::endl;
13567 << "from different generators." << std::endl;
13708 << "from different generators." << std::endl;
13866 << "from different generators." << std::endl;
14043 << "from different generators." << std::endl;
14237 << "from different generators." << std::endl;
14450 << "from different generators." << std::endl;
14679 << "from different generators." << std::endl;
[all …]