Searched refs:dedent (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/incident_report/
H A Dprinter.h31 void dedent();
H A Dprinter.cpp109 Out::dedent() function in class:Out
H A Dmain.cpp247 out->dedent();
275 out->dedent();
/frameworks/native/include/binder/
H A DTextOutput.h66 TextOutput& dedent(TextOutput& to);
164 inline TextOutput& dedent(TextOutput& to) function in namespace:android
/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h66 TextOutput& dedent(TextOutput& to);
164 inline TextOutput& dedent(TextOutput& to) function in namespace:android
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp39 static Formatter& dedent(Formatter& f);
46 friend Formatter& dedent(Formatter& f);
72 Formatter& dedent(Formatter& f) { function in namespace:android
531 vs << dedent << "}"; local
649 fs << dedent << "}"; local
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp159 out << dedent; local
218 out << dedent; local
606 << indent << data << dedent << endl;
644 if (reply) alog << indent << *reply << dedent << endl;
888 alog << dedent; local
947 alog << dedent; local
1110 << dedent << endl
1151 << tr.target.ptr << ": " << indent << reply << dedent << endl;
H A DParcel.cpp2476 to << indent << HexDump(DATA, dataSize()) << dedent;

Completed in 96 milliseconds