Searched defs:dedent (Results 1 - 3 of 3) 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;

Completed in 55 milliseconds