Searched defs:indent (Results 1 - 2 of 2) sorted by path

/system/core/sh/
H A Dshow.c60 static void indent(int, char *, FILE *);
81 indent(ind, pfx, fp);
250 indent(int amount, char *pfx, FILE *fp) function
/system/extras/tests/lib/testUtil/
H A DtestUtil.c355 // Set an indent of spaces for each line of hex dump output
357 testXDumpSetIndent(uint8_t indent) argument
359 xDumpIndent = indent;
362 // Obtain the current hex dump indent amount

Completed in 1789 milliseconds