Searched defs:dedent (Results 1 - 3 of 3) sorted by last modified time

/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.cpp161 out << dedent; local
220 out << dedent; local
581 << indent << data << dedent << endl;
621 if (reply) alog << indent << *reply << dedent << endl;
860 alog << dedent; local
917 alog << dedent; local
1100 << dedent << endl
1141 << tr.target.ptr << ": " << indent << reply << dedent << endl;
/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
210 fs << dedent << "}"; local

Completed in 1181 milliseconds