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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp37 static Formatter& dedent(Formatter& f);
44 friend Formatter& dedent(Formatter& f);
71 Formatter& dedent(Formatter& f) { function in namespace:android
150 vs << dedent << "}"; local
212 fs << dedent << "}"; local
/frameworks/native/include/binder/
H A DTextOutput.h67 TextOutput& dedent(TextOutput& to);
143 inline TextOutput& dedent(TextOutput& to) function in namespace:android
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp176 out << dedent; local
235 out << dedent; local
557 << indent << data << dedent << endl;
597 if (reply) alog << indent << *reply << dedent << endl;
836 alog << dedent; local
893 alog << dedent; local
1076 << dedent << endl
1109 << tr.target.ptr << ": " << indent << reply << dedent << endl;
H A DParcel.cpp1460 to << indent << HexDump(DATA, dataSize()) << dedent;

Completed in 72 milliseconds