Searched defs:dedent (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/incident_report/
H A Dprinter.cpp109 Out::dedent() function in class:Out
/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;

Completed in 181 milliseconds